OS/2 fix
[wxWidgets.git] / src /
2003-08-18  David Elliott* Implement GetValue() and SetValue().
2003-08-18  David ElliottImplement GetValue() and SetValue() and send an event...
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-18  Stefan Csomorscope added for keyboard handler
2003-08-18  David Elliottsome more wxListBox support
2003-08-18  David ElliottAdded NSTableView support
2003-08-17  Stefan NeisCompletely reworked OS/2 thread implementation.
2003-08-17  David ElliottHandle setting of client size for all types of windows
2003-08-17  Stefan Csomorseveral patches and extensions
2003-08-17  Stefan Csomortextcontrol handling change for mac (execute event...
2003-08-17  Julian SmartMust call DoMoveWindow in Create() or buttons may not be
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-17  Julian SmartPeter Lenhard's WinCE DoDraw[Elliptic]Arc additions...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-17  Václav Slavíkregenerated makefiles after fixing files.bkl
2003-08-17  Václav SlavíkwxMutexGuiEnter/Leave didn't work because this file...
2003-08-17  Václav Slavíkremoved unused wxObject::Dump
2003-08-17  Václav Slavíkhave TryValidator even if wxUSE_VALIDATORS=1, so that...
2003-08-17  Václav Slavíkbuild options signature is too long, use more lines
2003-08-17  Julian SmartMoved wxToolBarSimple to deprecated library
2003-08-17  Stefan Csomorunicode for mac fixes
2003-08-17  Stefan Csomorunicode for mac fixes
2003-08-17  Stefan Csomorunicode for mac fixes
2003-08-16  Václav Slavíkremoved unneeded #ifdef
2003-08-16  Mattia Barbon MSVC 5 compilation fixes.
2003-08-16  Václav Slavíkremoved old bc++ makefiles
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-16  Stefan Csomorcorrected include for __WXMAC__
2003-08-16  Václav Slavíkmoved WinMain into the application even for static...
2003-08-16  Vadim Zeitlintypo in assert (patch 789156)
2003-08-16  Vadim Zeitlinfix bug with entries present in both global and local...
2003-08-16  Gilles Depeyrotapplied fixes for CodeWarrior compilation
2003-08-15  Vadim Zeitlindon't create a multiline text control in the text edito...
2003-08-15  Václav Slavíkchange MSW libs directories so that libraries are share...
2003-08-15  Václav Slavíkinclude compiler name in plugin DLL name on Windows
2003-08-15  Václav Slavíkremoved old makefiles
2003-08-15  Julian SmartCan now switch between PostScript and WIN32 print dialogs
2003-08-15  Julian SmartCorrected silly recursion mistake
2003-08-15  Julian SmartCorrected typo
2003-08-15  Julian SmartApplied patch2 of [ 703990 ] attrib support in wxGTK2...
2003-08-15  Stefan Csomorsetter by ref for
2003-08-15  Vadim Zeitlinprevent infinite recursion -- not a fix for the real...
2003-08-14  Vadim Zeitlinan alternative fix which should replace patch 781918
2003-08-14  Václav Slavíkno longer meaningful
2003-08-14  David ElliottStub for wxRegion::Offset
2003-08-14  David ElliottImplemented toolbar/statusbar positioning
2003-08-14  David ElliottImplemented window scrolling using wxWindowCocoaScroller
2003-08-14  Václav SlavíkGTK2 compilation fix for Vadim's compilation fix
2003-08-14  Václav Slavíkremoving old makefiles
2003-08-14  Václav Slavíkreverted previous commit; include wx/timer.h in wxBase...
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-08-14  Václav Slavíkfixed stupid typo
2003-08-14  Stefan Csomorrtti informations
2003-08-14  Stefan Csomorproperties as collection
2003-08-14  Václav Slavíkremoving old makefiles
2003-08-14  Václav SlavíkwxBase compilation fix
2003-08-14  Julian SmartMisc warning fixes by ABX
2003-08-14  Chris Elliottfix bugs when compiling with dmars
2003-08-14  Jouk Jansen Committing in .
2003-08-14  Vadim Zeitlinfixed extraneous scrolling when scrollbars are added...
2003-08-13  Vadim Zeitlincontinue setting scrollbars even if only width/height...
2003-08-13  Vadim Zeitlincheck the week day for consistency in ParseFormat(...
2003-08-13  Vadim Zeitlinfixed unused variable (replaces patch 788090)
2003-08-13  Vadim Zeitlinremoved an unused variable (patch 788101)
2003-08-13  Mattia Barbon Refactoring: no real changes.
2003-08-13  Mattia Barbon wxMotif STL-ification.
2003-08-13  Robin DunnClear --> ClearBackground
2003-08-13  David ElliottImprove default size. If the control is auto-fit its...
2003-08-13  David ElliottCreate an NSPopUpButton and size it appropriately
2003-08-13  David ElliottMake appropriate use of MakeDefaultNSRect and SetInitia...
2003-08-13  Robin DunnAdd a little space so the wxHtmlCell doesn't overwrite...
2003-08-13  Robin DunnSwitch to wxCHECK so the bad code isn't still executed...
2003-08-13  Robin DunnClear --> ClearBackground
2003-08-13  David ElliottAdded helper functions for setting initial window size:
2003-08-13  Stefan Csomorcollection support for XTI
2003-08-13  Václav Slavíkfixed compilation of xml.cpp: include ./expat/lib directory
2003-08-13  Vadim Zeitlincompilation fix after Clear() change
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
2003-08-13  Václav Slavíkfixed wrong arguments to Draw
2003-08-13  David ElliottDon't send idle events while an assertion dialog is...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-13  Vadim Zeitlinset LVCFMT_IMAGE, this at least allows to show imageso...
2003-08-13  Jouk Jansen Committing in .
2003-08-12  Stefan Csomorpanther fix
2003-08-12  David ElliottImplement Raise()/Lower() using [NSVIew sortSubviewsUsi...
2003-08-12  David ElliottLaid groundwork for scrolling.
2003-08-11  Julian SmartwxCaretSuspender only shows the caret if it was visible...
2003-08-11  David ElliottAdded dummy resources for wxCocoa so bundles will build
2003-08-11  Julian SmartRemoved some experimental code I left in by accident
2003-08-11  Julian SmartMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-11  Stefan Csomoradded wxDynamicObject (kind of delegate, docs to come...
2003-08-11  Vadim Zeitlincompilation fix
2003-08-11  Vadim Zeitlinfixed some warnings about unused variables values
2003-08-11  Vadim Zeitlinreally fixed '-' and '+' drawing
2003-08-11  Vadim Zeitlininitialize the font fields properly when it corresponds...
2003-08-11  Vadim Zeitlintrying to fix the generic tree appearance problems
next