wxWidgets.git
2004-04-25  Václav SlavíkInitial revision
2004-04-25  Václav SlavíkThis commit was generated by cvs2svn to compensate...
2004-04-25  Robin DunnreSWIGged
2004-04-25  Robin DunnRenamed the core namespace's submodules to have a leadi...
2004-04-25  Robin DunnreSWIGged
2004-04-25  Robin Dunnsilence a bogus error message
2004-04-25  Robin Dunnwx.StaticBox and siblings creation order, and other...
2004-04-25  Robin DunnUse the right classname
2004-04-25  Robin DunnWe need __docfilter__ too
2004-04-25  Robin DunnTweak the text about Sizer changes
2004-04-25  Robin Dunnallow to be imported independently
2004-04-24  Stefan Csomorgcc warnings
2004-04-23  Vadim Zeitlinmention that CountTokens() returns the number of remain...
2004-04-23  Stefan Csomoradded network-to-host noops
2004-04-23  Stefan CsomorCFM Build fixes
2004-04-23  Stefan Csomoralways use opaque structs
2004-04-22  Robin DunnAdd __docfilter__ to modules so epydoc doesn't generate...
2004-04-22  Robin DunnA way to make the DC classes in wxPython look like...
2004-04-22  Robin DunnUse PostCreate
2004-04-22  Robin DunnwxFIXED_MINSIZE is not needed anymore
2004-04-22  Robin Dunnbugfix
2004-04-22  Robin DunnRemove some obsolete window styles, added a new sizer...
2004-04-22  Robin DunnAdd the masked package dir
2004-04-22  Robin DunnVarious tweaks, docstring fixes, etc.
2004-04-22  Robin DunnUpdated SWIG docstring changes, also merged prepend...
2004-04-22  Robin DunnAdd SetKind accessor
2004-04-22  Robin DunnGet the GIL before raising an exception
2004-04-22  Robin DunnFix wxGTK's menu and menubar so Insert does something...
2004-04-22  Robin DunnSetFont may temporarily rset the background to wxNullCo...
2004-04-22  Robin DunnAdd SetKind accessor
2004-04-22  Robin DunnInstead of using GetAdjustedBestSize use the minsize...
2004-04-22  Dimitri Schoolwerthfixed broken filetype filters in file dialogs
2004-04-22  Stefan Csomoradapting the MSW way for mutex gui
2004-04-22  Stefan Csomorfixes, rewrites, adopting the posix way of resume/suspe...
2004-04-22  Václav Slavíkfixed missing CPPUNIT_LIBS,CFLAGS in dmars makefiles
2004-04-22  Václav Slavíkfixed generating dmars makefiles
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-04-21  Václav Slavíkadded wxRegEx::GetMatchCount
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-04-21  Václav Slavíkmake the tests run a little faster
2004-04-21  Václav Slavíkmoved wxRegEx test from console to testsuite (patch...
2004-04-21  Václav Slavíksmall fix (patch 938995)
2004-04-21  Václav Slavíkadded wxRegEx::GetMatchCount (patch 938995)
2004-04-21  Stefan Csomoradded define for Aug 2003 gcc update compatibility...
2004-04-21  Vadim Zeitlinfixed #if in Create(); don't use wxModelessWindows...
2004-04-21  Stefan Csomorcreating Apple menu programmatically
2004-04-21  Vadim Zeitlinreally fixed crash with strange HDN_GETDISPINFOWs under XP
2004-04-21  Václav Slavíkdon't use wxFileConfig to parse kdeglobals, it's not...
2004-04-21  Vadim Zeitlingot rid of some ifdefs; added comment explaining why...
2004-04-21  Vadim Zeitlintime() takes time_t, not [unsigned] long -- and in...
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-04-21  Vadim Zeitlinfixed unused variable warning
2004-04-21  Stefan CsomorMPThread implementation by AJ Lavin
2004-04-21  Stefan Csomorreplaced Yield with YieldIfNeeded for Mac
2004-04-21  Stefan Csomorimplemented Lower and Raise for OSX
2004-04-21  Robin DunnMaskedEditControl bugfix pach from Will Sadkin
2004-04-20  Vadim Zeitlinreplaced generic automatic filter string by 2 different...
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-20  Julian SmartTemporary fix for VC++ compile breakage.
2004-04-20  Julian SmartTest for SDK in use
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Václav Slavíkeliminated some warnings
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Václav Slavíkadded wxString tests (patch 938082)
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-20  Julian SmartCompile fix for eVC++ 4 with PocketPC 2003
2004-04-20  Julian SmartAdded script to generate Wince project
2004-04-20  Chris ElliottSF patch #938489 (for VC5)
2004-04-20  Vadim Zeitlinmade Update() virtual
2004-04-20  Chris ElliottSF patch #938489
2004-04-20  Vadim Zeitlinfixed bug in default filter string construction (you...
2004-04-19  Robin DunnAdded new MaskedEditControl code from Will Sadkin....
2004-04-19  Robin DunnAdd back some missing enums
2004-04-19  Robin DunnMake sure the window is not iconized before saving...
2004-04-19  Robin DunnAlso Check for validity in comparrison operators
2004-04-19  Robin DunnCheck for validity in __repr__ and __str__
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-04-19  Julian SmartDon't infinitely recurse when setting the child focus...
2004-04-19  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Václav SlavíkwxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
2004-04-18  Václav Slavíksmall test suite improvements (patch 937094)
2004-04-18  Václav Slavíkapplied rest of streams test suite patch
2004-04-18  Stefan Csomoralternative direct CFSocket implementation, not yet...
2004-04-18  Robert Roebling make spin control flat, too, under Win CE.
2004-04-18  Stefan CsomorMSL support also for MSW
2004-04-18  Stefan Csomorswitching to host / network ordering swapping
2004-04-18  Stefan Csomoryielding from main loop
2004-04-18  Stefan Csomorotherwise all runloop dependent callbacks cannot work...
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-18  Stefan Csomormetrowerks uname support
2004-04-18  Julian SmartCasting fix
2004-04-18  Vadim Zeitlinremoved work around for 16 bit compilers not defining...
2004-04-18  Robert Roebling Set default dialog style to 0.
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-04-18  Robert Roebling Fix incomplete stripping of menu text.
2004-04-18  Stefan Csomoradded fix for MSL under Win32 (by Steve Hartwell)
2004-04-17  Robin DunnSet m_window to NULL after destroying it
2004-04-17  Robert Roebling Make text controls flat under CE.
2004-04-17  Robert Roebling Since CE cannot do the logical/device origin calculations
next