wxWidgets.git
2004-07-12  Vadim Zeitlinreplace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
2004-07-12  Václav Slavíkmoved clntdata.h,cpp to wxBase
2004-07-12  Václav Slavíkoops, reverted clntdata.h change, it _is_ needed
2004-07-12  Václav Slavíkclntdata.h is needed only if wxUSE_GUI
2004-07-12  Włodzimierz... Warning fix
2004-07-12  Vadim Zeitlinfixed what looked like a bug in determining the default...
2004-07-12  Vadim Zeitlinfixed unused variable warnings
2004-07-12  Václav Slavíkremoved unneeded call to wxGetRootWindow, so that windo...
2004-07-12  Włodzimierz... Warning fix for lack of -> operator.
2004-07-12  Włodzimierz... Warning fix for assignment of unused value.
2004-07-12  Václav Slavíkremoved useless code accidentally left in
2004-07-12  Václav Slavíkdocumented wxWindow::GetFont changes
2004-07-12  Václav Slavíkdocumented wxWindow::GetFont change
2004-07-12  Stefan Csomoradded MLTE support for 10.2 via classic implementation
2004-07-12  Stefan Csomoradded MLTE support for 10.2 via classic implementation
2004-07-12  Stefan Csomoradd implementation fallback for not yet instantiated...
2004-07-12  Stefan Csomornon-unicode build fix
2004-07-11  Stefan Csomoradaptions to m_peer methods
2004-07-11  Stefan Csomorcombobox and textctrl fixes
2004-07-11  Stefan Csomorfurther separating implementation
2004-07-09  Vadim Zeitlininclude wx/dynlib.h, not wx/dynload.h, we don't need...
2004-07-09  Vadim Zeitlinfixed a warning about unusable code in release build
2004-07-09  Vadim Zeitlinshow stderr in popen() test; show how to deal with...
2004-07-09  Vadim Zeitlinadded wxNavigationKeyEvent::IsBackward to be able to...
2004-07-08  Vadim Zeitlinfixed warning about deprecated wxUsleep
2004-07-07  Dimitri Schoolwerthremoved redundant wx_PPC.rsrc from project as well...
2004-07-07  Julian SmartOpen files in binary mode to convert DOS to Unix
2004-07-06  Robin DunnAdd some grid related constants
2004-07-06  Robin DunnreSWIGged
2004-07-06  Robin DunnreSWIGged
2004-07-06  Robin DunnUse -c
2004-07-06  Robin Dunnremoved commented out code
2004-07-06  Robin DunnUse maxint for appending to the listctrl
2004-07-06  Robin DunnCheck for app before making a colour from a name
2004-07-06  Robin DunnreSWIGged
2004-07-06  Robin Dunnlittle tweaks to match recent CVS changes
2004-07-06  Robin DunnFix bad keyword args
2004-07-06  Robin Dunnmention extra flag for OGL build
2004-07-06  Robin Dunnpath fixes
2004-07-06  Robin Dunnmaster build tweaks, move the untarring and etc to...
2004-07-06  Vadim Zeitlinanother compilation fix for after last check in
2004-07-06  Robin Dunnunicode compilation fix
2004-07-06  Vadim Zeitlinsuppress new lines in the details pane
2004-07-06  Vadim Zeitlinblind compilation fix for wxUSE_STL==1 (bug 985662)
2004-07-06  Dimitri Schoolwerthremoved deprecated source files from project (as well...
2004-07-06  Vadim Zeitlincorrected misleading IsSelection() docs
2004-07-05  Dimitri Schoolwerthremoved tab character; replaced -1 with wxID_ANY
2004-07-05  Dimitri Schoolwerthuse a default position for frames and in some cases...
2004-07-05  Dimitri Schoolwerthuse slashes in #include, not backslashes
2004-07-05  Dimitri Schoolwerthfixed typo (no code changes)
2004-07-05  Vadim Zeitlinrenamed errcode to fix compilation with VC++ 8 (replac...
2004-07-05  Vadim Zeitlinfixed syntax error
2004-07-04  Julian SmartEnclosed control in a panel to demonstrate display...
2004-07-04  Vadim Zeitlindon't set font unless necessary (patch 984853)
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-04  Vadim Zeitlincorrections from Andreas Mohr (part of patch 983448)
2004-07-04  Julian SmartShould set event object to relevant window when dispatc...
2004-07-04  Vadim Zeitlintypo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch...
2004-07-04  Vadim Zeitlin(blind) compilation fix for GTK+ 1.x after last commit
2004-07-03  Václav Slavíka better way of applying style changes to label_widget
2004-07-03  Robert Roebling Not sure how important that is, but now you
2004-07-03  Stefan Csomorgoing on with wxMacControl functionality
2004-07-03  Stefan CsomorSetFont implementation moved to peer
2004-07-03  Stefan CsomorwxMacControl extensions, sleep implementations header...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-07-03  Gilles Depeyrotadded missing include files for compilation with Apple...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkdemonstrate tab order
2004-07-03  Václav Slavíkdon't use deprecated wxUsleep
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-07-02  Václav SlavíkwxTaskBarIconBase event handlers were never called...
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-07-02  Václav SlavíkBCC compilation fix
2004-07-02  George TaskerPatch # 984209 - Calls to wxFind() were using an old...
2004-07-02  George TaskerPatch # 984215 - Insert was returning SUCCESS after...
2004-07-02  Stefan Csomorsleep methods in synch with last changes
2004-07-02  Stefan Csomormoving implementation out of class declaration
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinfix wxTolower/upper() behaviour with signed chars ...
2004-07-01  Vadim Zeitlincall InheritAttributes() during creation
2004-07-01  Václav Slavíkdon't force excessively large minsize, it makes the...
2004-07-01  Julian SmartComboboxes should have default height
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinadded wxGetKeyState() doc (patch 967255)
2004-07-01  Vadim Zeitlinimplementation of the range insert for wxStringArray...
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-07-01  Vadim Zeitlinremoved spurious semicolon
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-07-01  Vadim Zeitlinrecognize EUC-KR charset (patch 983264)
2004-07-01  Vadim Zeitlinupdate from Hiroshi Saito (patch 981938)
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-07-01  Václav Slavíksimplified justification code; fixed incorrect position...
2004-07-01  Václav Slavíkfixed a bug that prevented wxLogGui from being used...
2004-07-01  Václav Slavíkcopy doc/ directory to builddir
2004-07-01  Robin DunnreSWIGged
2004-07-01  Robin DunnPrint start and stop time
2004-07-01  Robin Dunna little cleanup
2004-07-01  Robin Dunnadded CmdDown()
2004-07-01  Vadim Zeitlinuse CmdDown() instead of #ifdefs for Mac
2004-07-01  Vadim Zeitlinadded and documented wxKey/MouseEvent::CmdDown()
next