]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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.
2005-06-14  Włodzimierz... Due to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-14  Mart RaudseppUse the toplevel widget as the parent in gtk_file_choos...
2005-06-13  Robin DunnPass the print data to the wx.PrintDialogData ctor.
2005-06-13  Robin DunnPatch from Ole André, call RegisterActiveObject() so...
2005-06-13  Włodzimierz... '[1219035] cleanup: miscellaneous' and minor source...
2005-06-12  Stefan NeisAdded empty destructor that was removed from header.
2005-06-12  Stefan NeisUnicode compilation fixes.
2005-06-12  Stefan NeisAdditional imageId values for specific drive types...
2005-06-11  Robin DunnreSWIGged
2005-06-11  Robin DunnDocview and IDE patch from Morag Hua with fix for bug...
2005-06-11  Robin DunnOnly freeze the splitter, the children will be automati...
2005-06-11  Robin DunnForgot to get rid of the old test code
2005-06-11  Robin DunnOnly Freeze/Thaw on wxMSW. The other ports don't need it.
2005-06-11  Robin DunnAdded the wx.lib.splitter module, which contains the
2005-06-11  Robin DunnA little cleanup
2005-06-10  Włodzimierz... Allow MSW Base be usable in other ports than wxMSW...
2005-06-10  Julian SmartDon't use native font always.
2005-06-10  Michael WetherellCompilation fix for Cygwin
2005-06-10  Michael WetherellDeclare gtk_icon_size_lookup if it is missing from...
2005-06-10  Michael WetherellTypo
2005-06-10  Stefan NeisInclude rawbmp.h only for __WXGTK20__ (unneeded for...
2005-06-10  Stefan NeisHopefully fixed library names generated by wx-config...
2005-06-10  Stefan NeisRemoved some code for detecting no longer needed pthrea...
2005-06-10  Julian SmartNeed to set background colour for wxListBox, not just...
2005-06-10  Robin DunnFix for bug #1217874, Error in parameter name in DocMan...
2005-06-10  Robin DunnFixes for bug #1217872 pydocview.DocService not correct...
2005-06-09  Vadim Zeitlinanother compilation fix for wxUSE_MIMETYPE==0
2005-06-09  Robin DunnreSWIGged
2005-06-09  Robin DunnVirtualize OnInternalIdle.
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
next