wxWidgets.git
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-06-24  Włodzimierz... Preserve logging state during QT plugin initialization.
2005-06-24  Julian SmartAlso corefoundation files for GTK+
2005-06-24  Julian SmartAdded corefoundation files to release scripts
2005-06-24  Vadim Zeitlinat least not crash in case of TIFF warnings/errors...
2005-06-24  Vadim Zeitlinuse wxVLogWarning in TIFFwxWarningHandler() instead...
2005-06-24  Vadim Zeitlinfixed appending menu items for a (popup) menu with...
2005-06-23  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-23  Włodzimierz... Avoid logging when QT plugin is unused but fails (from...
2005-06-23  Julian SmartClarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
2005-06-23  Julian SmartCorrections
2005-06-23  Ron LeeRemove reference to wxrcedit which sank a while back.
2005-06-23  Ron LeeUpdate standards version. Rip out wxrcedit cruft....
2005-06-23  Ron Leeoops, 'ze hand is quicker zan vi.
2005-06-23  Ron LeeBump soname in preparation for 2.6.2 release.
2005-06-23  Ron LeeRestore the no longer default, sensible defaults.
2005-06-22  Michael WetherellUnrevert Cygwin changes after discussion. Cygwin will...
2005-06-22  Kevin HockRemoved duplicate end list tag. Whoops, sorry.
2005-06-22  Kevin HockDocument EVT_TREE_STATE_IMAGE_CLICK (Windows only)
2005-06-22  David ElliottMoved src/mac/corefoundation/hid.cpp from base library...
2005-06-22  David ElliottMoved wxMacExecute out of src/mac/corefoundation/hid...
2005-06-21  Michael WetherellRebaked after removal of notebook.rc
2005-06-21  Vadim ZeitlinwxDragImage is not in wxAdv
2005-06-21  Mattia Barbon Implemented loading 256-color bitmaps.
2005-06-21  Mattia Barbon Avoid warnings with MSVC 5.
2005-06-21  Julian SmartApplied [ 1213375 ] MSW wxMediaCtrl minor debugging...
2005-06-21  Julian SmartApplied [ 1223134 ] [wxMSW] Proper repainting when...
2005-06-21  Julian SmartApplied [ 1223122 ] [wxMSW] Proper repainting when...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Chris ElliottFix Error between Get and Set
2005-06-20  Julian SmartReverted patch which appears to be responsible for...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-20  Vadim Zeitlindefine SetHelpText() to do nothing when wxUSE_HELP...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_LOGWINDOW==0
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE==0 for WinCE
2005-06-20  Vadim Zeitlin(harmless) eVC4 release mode warning fix
2005-06-19  Vadim Zeitlindocumented that wxFileModificationTime() returns 0...
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-19  Vadim Zeitlindisable warning for eVC 4 (_MSC_VER == 1201) as well
2005-06-19  Vadim Zeitlinadded AutoHANDLE class to close a HANDLE automatically
2005-06-19  Vadim ZeitlinWinCE does support strftime() now, no need to #ifdef...
2005-06-19  Vadim ZeitlinWinCE compilation fix (no SM_C[XY]DRAG under CE as...
2005-06-19  Vadim Zeitlinadded scopeguardtest.cpp
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-06-19  Julian SmartCorrected wrong size used when refreshing notebook
2005-06-19  Robert Roebling Comitting correct wxGTK.spec again.
2005-06-18  David ElliottSet m_cocoaDataSource = NULL in default constructor...
2005-06-17  Vadim Zeitlindon't assert if kind == Item_None in wxSizerItem::IsSho...
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Vadim Zeitlindon't try to subclass tab control using the same window...
2005-06-17  Vadim Zeitlinundid last commit, it's not needed after fixing the...
2005-06-17  Jouk JansenCommitting in .
2005-06-17  Ron LeeFix the test for NO_GCC_PRAGMA to be faster and more...
2005-06-17  Vadim Zeitlinuse generic sample icon; no need for separate .rc file
2005-06-17  Vadim Zeitlinuse empty string and not string().c_str() as title...
2005-06-17  Vadim Zeitlincreate BAKEFILE_PATHS env var
2005-06-17  Vadim ZeitlinWXWIN env var should go to HKCU\Environment, not to...
2005-06-17  Vadim Zeitlindon't show wxLogDebug during app startup output in...
2005-06-17  Włodzimierz... Patch #1222244: Fixes for bug #1212853 with unit test.
2005-06-17  Włodzimierz... Open Watcom adjustement.
2005-06-17  Włodzimierz... Adjust to different platform headers distributed with...
2005-06-17  Julian SmartFix for eVC++ 3
2005-06-16  Vadim Zeitlinfixed problem with wxKill(SIGNONE) returning error...
2005-06-16  Vadim Zeitlinadded test for wxScopeGuard
2005-06-16  Vadim Zeitlindocumented wxScopeGuard; this class is too useful to...
2005-06-16  Vadim Zeitlinfixed wxON_BLOCK_EXIT macros to work with new definitio...
2005-06-16  Václav Slavíksome 3rd party libs are not buildable under eVC, don...
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-16  Julian SmartApplied patch [ 1217859 ] Swedish translation for the...
2005-06-16  Julian SmartName correction
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartChange log update
2005-06-16  Julian SmartApplied patch [ 1217285 ] fix for bug 1040539
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Julian SmartApplied patch [ 1218849 ] [wxMSW] Removes magic numbers...
2005-06-16  Michael WetherellRevert Cygwin changes
2005-06-16  Julian SmartApplied patch [ 1219269 ] [wxAll] Fix create button...
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2005-06-16  Michael WetherellLet Cygwin be a Windows build for wxMSW and a unix...
2005-06-16  Vadim Zeitlinfix index of appended items (broken by previous commit)
2005-06-16  Vadim Zeitlininitial attempt to make it work for eVC (WinCE) as...
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-06-15  Vadim Zeitlin(harmless) eVC4 warning fix
2005-06-15  Václav Slavíkprevious commit didn't work with bkl-0.1.8, fixed
2005-06-15  Václav Slavíkbasic eVC support
2005-06-15  Vadim ZeitlinWinCE compilation fixes
2005-06-15  Robin Dunn*** empty log message ***
2005-06-15  Włodzimierz... Warning fix.
2005-06-15  Mart RaudseppwxFrameLayout contains wxPen by value, so the wxPen...
2005-06-15  Robin DunnreSWIGged
2005-06-14  Robin DunnLog the exception when writing to file fails.
2005-06-14  Robin Dunndocstring typo
2005-06-14  Robin DunnUnregister the object too
2005-06-14  Mart RaudseppFix "warning: operation on 'y' may be undefined".
2005-06-14  Václav Slavíkfixed typo
2005-06-14  Václav Slavíkremoved debugging code checked in by mistake
2005-06-14  Włodzimierz... Due to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-14  Václav Slavíkcall release builds 'Release'; don't define options...
2005-06-14  Włodzimierz... Allow multiline tooltip testing.
next