]> git.saurik.com Git - wxWidgets.git/history - src/common
Delay some of the cascading resizes to work around a bug with defered
[wxWidgets.git] / src / common /
2005-03-24  Włodzimierz SkibaWarning fix.
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-24  Włodzimierz SkibaIncomplete wxUSE_* warning fix.
2005-03-24  Vadim Zeitlinadded wxConvFileName which is a variable, not define...
2005-03-23  Vadim Zeitlinsrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
2005-03-23  Vadim Zeitlinfixed broken wxCtime() implementation (wrong buffer...
2005-03-23  Robin DunnInitialize m_privData before doign the assignment
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-20  Mattia Barbon Fix wxFileConf crash demonstrated by the 'DeleteLastG...
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2005-03-20  Julian SmartCompilo fix
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-19  Vadim Zeitlinshow call stack in the assert dialog box
2005-03-18  Ryan NortonFix recursiveness on error...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-17  Vadim Zeitlinmissing break in ParseFormat() (part of patch 1160117)
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinfixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
2005-03-17  Vadim ZeitlinGetVirtualSize() returns client size values for the...
2005-03-17  Vadim Zeitlinremoved commented out calls to ReleaseMouse() (no real...
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-15  Julian SmartWinCE doesn't have wxCheckListBox, and doesn't like...
2005-03-14  Vadim Zeitlinsimplified code (removed 2 unnecessary tests) in CalcMi...
2005-03-14  Julian SmartImprove standard button spacing on Windows
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  George TaskerAdded support (barely tested) for MaxDB from MySQL
2005-03-14  Włodzimierz SkibaIncomplete setup build fix (wxPalmOS).
2005-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-03-12  Robin Dunn"As is" means the current size (or position) not the...
2005-03-12  Robert Roebling Applied patch for ArtProvider.
2005-03-11  Vadim Zeitlincompilation fix for non PCH build
2005-03-11  Włodzimierz SkibaWarning and build fixes focused with Borland and Watcom.
2005-03-11  Vadim ZeitlinUnix compilation warning fixes
2005-03-11  Vadim Zeitlinadded wxDebugReport
2005-03-10  Vadim ZeitlinUnicode fix after last commit
2005-03-10  Vadim Zeitlinuse wxGetenv() instead of getenv() which doesn't exist...
2005-03-09  Włodzimierz SkibaWinCE fixes.
2005-03-08  Ryan NortonFix crash when using a proxy (m_protocol already gets...
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-08  Vadim ZeitlinPPC 2003 SDK doesn't seem to have setlocale() neither...
2005-03-08  Vadim Zeitlinfixed bug in Set(double jdn): don't test whether the...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-07  Vadim Zeitlincompilation fix for CE with Standard SDK
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinfix evaluation order bug (patch 1158099)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Włodzimierz SkibaWarning fix.
2005-03-05  Vadim Zeitlin(blind) GTK1 compilation fix
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-03-05  Mattia Barbon Corrected wxStringListBase implementation of
2005-03-04  Włodzimierz SkibaSmall warning fixes.
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-03  Włodzimierz SkibaHuge streams checking and warning fixes.
2005-03-03  Włodzimierz SkibaRecent commits added new variables for length when...
2005-03-03  Vadim Zeitlinfixed bug in ReadAll(): it always returned error when...
2005-03-03  Jouk Jansen Committing in .
2005-03-01  Kevin HockRevert last change moving wxFloodFill from imagfill...
2005-03-01  Vadim Zeitlindon't try to save invalid image: added a wxCHECK(Ok...
2005-03-01  Ryan NortonMove wxDoFloodFill to dc.cpp so that it can be 'used...
2005-03-01  Ryan NortonwxUSE_STATTEXT fixes
2005-03-01  Ryan Nortoncompilo
2005-03-01  Vadim Zeitlindon't compare iterator after calling erase() in Process...
2005-03-01  Vadim Zeitlinadded accessor function to hide __VISAGECPP__ ugliness...
2005-02-28  Włodzimierz SkibaDon't use the 'unix-like' check for Palm.
2005-02-28  Ryan Nortonrename wxURI::GetUser to wxURI::GetUserInfo and add...
2005-02-28  Robin Dunnavoid buffer overrun
2005-02-28  Ryan NortonwxDisplay::GetFromWindow is only on msw evidently
2005-02-28  Vadim Zeitlinremoved strange bit flipping under wxGTK when saving...
2005-02-28  Julian SmartWinCE doesn't have GetThreadLocale
2005-02-28  Julian SmartMSW doesn't have EOVERFLOW, WinCE additionally doesn...
2005-02-28  Julian SmartAdded XPM ctor
2005-02-28  Vadim Zeitlincompilation fix for non-debug build
2005-02-28  Ryan Nortonfix for bug raised in patch [ 1145715 ] endless loop...
2005-02-28  Ryan Nortonpartially fix bug [ wxwindows-Bugs-1145813 ] Centre...
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2005-02-28  Vadim Zeitlinfixed last commit to not break ToString() for negative...
2005-02-27  Vadim Zeitlinfixed ToString() for negative long longs (bug 1101426)
2005-02-27  Vadim Zeitlinbetter compatibility with old wxList in wxUSE_STL=...
2005-02-27  Vadim Zeitlinfix to previous patch: don't crash when saving in 16bpp
2005-02-27  Vadim Zeitlinadded support for saving grey and grey-red PNG images...
2005-02-26  Michael WetherellMove wxGetOSFHandle to include/wx/msw/private.h since...
2005-02-25  Julian SmartUse wxIMAGE_OPTION_QUALITY
2005-02-24  Włodzimierz SkibaNext step on bringing PalmOS build to the same filelist...
2005-02-24  Vadim Zeitlinreally fixed bug with DST in Set(h, m, s, ms) (see...
2005-02-22  Václav Slavíkfixed wxDateTime::ParseFormat to correctly handle ...
2005-02-22  Michael WetherellRemoved dependency on wx/html/forcelnk.h
2005-02-22  Dimitri Schoolwerthdon't create a png alpha image if we don't have to
2005-02-21  Julian SmartCorrected compilo
next