modified arguments syntax to be wx-config [options] [libraries list]
[wxWidgets.git] / src /
2004-07-17  Václav SlavíkwxTLW::IsMaximized for wxGTK2 (patch 992743)
2004-07-17  Julian SmartEnsure we don't get an empty help menu on Mac
2004-07-17  Václav Slavíkfixed TABs handling
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-07-16  Robin DunnFixed typo and increased the size of the cache used...
2004-07-16  Robin DunnAllow any too-large index to mean Append, just like...
2004-07-16  Václav Slavíkdon't use deprecated function wxUslepp
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
2004-07-16  Włodzimierz SkibaSizer based placement of controls in generic colour...
2004-07-16  Włodzimierz SkibaCorrection to recently added wrong asserts.
2004-07-16  Robin DunnPass pos and size to MSWCreateControl so the initial...
2004-07-15  Robin Dunnfixed typo in a comment
2004-07-15  Stefan Csomorapplied patch 90459
2004-07-15  Włodzimierz SkibaLimited setup.h warning fix.
2004-07-15  Włodzimierz SkibaSmartphone adjustements.
2004-07-14  Václav Slavíkre-enabled and fixed wxTextCtrl::Cut,Copy,Paste with...
2004-07-14  Václav Slavíkprovide WM with hint about splash window's purpose...
2004-07-14  Stefan Csomorattempt to get a 'correct' current working directory
2004-07-14  Stefan Csomormaking getter const
2004-07-13  Stefan Csomorcarbon cfm fixes
2004-07-13  Stefan Csomoradding correct events
2004-07-13  Vadim Zeitlinfixed menu titles handling after wxID_SEPARATOR change
2004-07-13  Włodzimierz SkibaWarning fixes.
2004-07-13  Włodzimierz SkibaMissed conditional compilation.
2004-07-13  Vadim Zeitlinclean up modules after destroying the app, not before it
2004-07-13  Włodzimierz SkibaWinCE fixes.
2004-07-13  Włodzimierz SkibaWinCE fixes.
2004-07-13  Václav Slavíkset PangoContext's language correctly
2004-07-13  Václav Slavíkunified Pango GetTextExtent implementations
2004-07-12  Vadim Zeitlinreplace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
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 SkibaWarning fix for lack of -> operator.
2004-07-12  Włodzimierz SkibaWarning fix for assignment of unused value.
2004-07-12  Václav Slavíkremoved useless code accidentally left in
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-08  Vadim Zeitlinfixed warning about deprecated wxUsleep
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-05  Dimitri Schoolwerthfixed typo (no code changes)
2004-07-05  Vadim Zeitlinrenamed errcode to fix compilation with VC++ 8 (replac...
2004-07-04  Vadim Zeitlindon't set font unless necessary (patch 984853)
2004-07-04  Vadim Zeitlintypo/spelling fixes (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 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í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-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlincall InheritAttributes() during creation
2004-07-01  Julian SmartComboboxes should have default height
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
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 Zeitlinfont inheritance fixes (patch 983251)
2004-07-01  Vadim Zeitlinrecognize EUC-KR charset (patch 983264)
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  Vadim Zeitlinuse CmdDown() instead of #ifdefs for Mac
2004-06-30  Robin DunnThe gaps should *not* be included in the space given...
2004-06-30  Robin DunnNeed to ensure that the right background is explicitly...
2004-06-30  Robin Dunnfixed typo
2004-06-30  Robin DunnLayout fixes due to measuring with the wrong font....
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-30  Vadim Zeitlinmade GetTextExtent() work correctly with NULL theFont...
2004-06-30  Vadim Zeitlindon't use &this->GetFont(), this is _not_ valid C+...
2004-06-30  Václav Slavíkimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-30  Václav Slavíkfixed HTML entities parsing inside <titl
2004-06-29  Robin Dunnremoved some commented out code that should have been...
2004-06-29  Robin Dunnminsize and attribute tweaks
2004-06-29  Vadim Zeitlinremoved gtk.h include
next