]> git.saurik.com Git - wxWidgets.git/history - src
Tweaked python image output slightly
[wxWidgets.git] / src /
2002-07-03  David WebsterMenu corruption fix
2002-07-03  David WebsterNicer default fonts for OS/2
2002-07-03  Robin DunnMade wxBU_EXACTFIT work as documented instead of being...
2002-07-03  Vadim Zeitlinfixed a compilation warning about signed/unsigned compa...
2002-07-03  Vadim Zeitlinremoved hardcoded 48 (number of standard colours) from...
2002-07-03  Vadim ZeitlinwxMotif compilation fix with gcc 3.1 (patch 576847)
2002-07-03  Vadim Zeitlinfixed off-by-few-pixels error in horz scrollbar calcula...
2002-07-03  David WebsterAttempt to fix buggy menus.
2002-07-03  Václav Slavíkfixed a Really Stupid Bug
2002-07-02  David WebsterToolbar updates
2002-07-02  Mattia BarbonAllow compiling when _WIN32_IE < 0x300
2002-07-02  Chris Elliottfix another icon error
2002-07-02  Chris Elliottfixes bugs reading icons
2002-07-02  Chris ElliottUNC fix to directory path
2002-07-01  David WebsterToolbar update
2002-07-01  David WebsterOS/2 updates and initial toolbar implementation
2002-07-01  Chris Elliottmake motif cursor from wxImage
2002-07-01  Robin DunnFixed "different linkage" compile error
2002-07-01  Ron LeeFix for the irksome, 'Details' sizing bug. Or at least...
2002-07-01  Julian SmartCorrected scoping error for i
2002-06-30  Ron LeePreserve prior StatusBar contents when adding removing...
2002-06-30  Ron Leefixed some pesky compile warnings, hope this doesn...
2002-06-30  Ron Leeadded export decls for MSW.
2002-06-30  Václav Slavíkfixed hidden root expansion in extreme usage case
2002-06-30  Gilles Depeyrotadded static library Project Builder project for wxWindows
2002-06-29  Gilles Depeyrotrename method to prevent collision with some BSD defini...
2002-06-29  Gilles Depeyrotimproved error messages
2002-06-29  Gilles Depeyrotkeep name of wxmac icon for application bundles unstead...
2002-06-29  Vadim Zeitlinmade wxGenericFontDialog derive from wxFontDialogBase
2002-06-28  Václav Slavíkenlarged <UL> bullets a bit and nuked this weirdness
2002-06-28  Robin DunnReturn more items in wxListCtrl::GetColumn.
2002-06-28  Chris ElliottSTC and Motif patch
2002-06-28  Chris Elliottremove temportay fix to Makefile.in, now configure...
2002-06-27  Vadim Zeitlinstreamlined WM_NOTIFY processing code fixing a bug...
2002-06-27  Robin DunnFixed compile error
2002-06-26  Vadim Zeitlinreact to the year being changed in the spin control...
2002-06-26  Julian SmartEliminate flashing when writing text, by clearing inste...
2002-06-26  Václav Slavíkcompilation fix (wxUniv/MSW)
2002-06-26  Václav Slavíkfix for bug reported by Robert and Julian, probably...
2002-06-26  Vadim Zeitlinfixed warnings about printf format specifications ...
2002-06-26  Julian SmartChanged the UL bullet to be a square -- I couldn't get
2002-06-26  Vadim Zeitlinpropgate WS_EX_CONTROLPARENT recursively upwards, not...
2002-06-25  Julian SmartCorrected OnAssert
2002-06-24  Václav Slavíkadded QS_ALLPOSTMESSAGE
2002-06-24  Chris Elliotta fix to preserve UNC paths when creating the commandli...
2002-06-24  Robin Dunnfixed a comment
2002-06-24  Robin DunnDon't try to release the mouse unless we actually have...
2002-06-24  Stefan Csomorcorrected scoping
2002-06-24  Vadim Zeitlinold mingw32 compilation fix
2002-06-24  Stefan Csomorsupport for arbitrary backgrounds via suppressing the...
2002-06-24  Vadim ZeitlinwxMotif compilation warning fix
2002-06-24  Vadim ZeitlinwxMotif compilation fix
2002-06-23  Gilles Depeyrotcorrected printf format strings
2002-06-23  Gilles Depeyrotimproved memory liberation (explicitly set to NULL...
2002-06-23  Gilles Depeyrotcorrected warnings for unused parameters
2002-06-23  Julian SmartApplied patch [ 546335 ] Added Automation types and...
2002-06-23  Julian SmartApplied patch [ 571965 ] update stc contrib stuff
2002-06-23  Julian SmartApplied patch [ 565012 ] Add wxTextValidator to wxTextE...
2002-06-22  Ron Leearg type warning fixes.
2002-06-21  Vadim Zeitlinapplied patch 568329
2002-06-21  Vadim Zeitlinrenamed wxWizard::Fit() to FitToPage() to avoid potenti...
2002-06-21  Stefan Csomorswitch back to non appearance fonts until problems...
2002-06-21  Stefan Csomorchanged key handling to new carbon-savvy implementation
2002-06-21  Stefan Csomorrouting key events to new app routine
2002-06-21  Stefan Csomorchanged handling to skip in order to have default handl...
2002-06-21  Stefan Csomortake out key handling at control level, we'll remove...
2002-06-21  Stefan Csomormillisecond resolution supported for wxMac
2002-06-21  Stefan Csomorcorrected Appearance measuring routines
2002-06-21  Robin DunnRefactored my last change a bit and applied it in anoth...
2002-06-21  Robin DunnThis fixes a crash that would happen when DeleteAllItem...
2002-06-20  Vadim Zeitlinfixed compilation with CW8 (SF patch 567845) and also...
2002-06-20  Vadim ZeitlinwxThread::Delete() doesn't wait until the next event...
2002-06-20  Vadim Zeitlindon't crash trying to dereference NULL m_selection...
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-06-19  Chris ElliottwxSVGDC class test sample
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-06-18  David WebsterNew .def file
2002-06-18  Julian SmartMoved flicker-removal to GTK+ code
2002-06-18  Vadim Zeitlinrelayout the window after adding/removing the columns...
2002-06-18  Julian SmartRemove flicker in Undo/Redo menus by only updating
2002-06-18  David WebsterOS/2 has it's own popup window source now.
2002-06-18  Julian SmartSet the clear region to be the update region if the...
2002-06-18  Vadim Zeitlinremoved SetFocus() call in WM_LBUTTONDOWN handler once...
2002-06-18  Vadim Zeitlinrichedit 1.0 controls now send the left up event
2002-06-17  David WebsterCatching up
2002-06-17  Stefan Csomorusing Theme layout for measuring as well
2002-06-17  Vadim Zeitlininit the event id and timestamp fields for the mouse...
2002-06-17  Chris Elliottpatch fixing b32 makefile (sourceforge Bugs item #566439)
2002-06-16  Mattia BarbonUpdated makefile
2002-06-16  Mattia BarbonRecent w32api have FONTENUMPROC; this also fixes GCC 3.1
2002-06-15  Vadim Zeitlinargh, another IsDialogMessage() fix: we still need...
2002-06-15  Vadim Zeitlinfix for dialog navigation in the modal dialogs: do...
2002-06-15  Vadim Zeitlinallow overriding the default button labels in wxWizard
2002-06-15  Vadim Zeitlinchanged WM_GETDLGCODE handling so that all windows...
2002-06-15  Vadim Zeitlinremoved unused wxWindow::m_doubleClickAllowed field
2002-06-15  Mattia BarbonCreate a new icon for each image in a file with multipl...
2002-06-15  Robin DunnFix for the TAB in the autocomplete list not being...
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-06-15  Vadim Zeitlingeneric log dialog resizing now works more reasonably...
2002-06-14  Vadim Zeitlindon't use WS_EX_CONTOLPARENT with the top level windows...
next