Bitmap button updates
[wxWidgets.git] / src /
2002-09-09  David WebsterBitmap button updates
2002-09-08  Vadim Zeitlinfixed bug in parsing formats in which fields don't...
2002-09-08  Mattia BarbonFix wxSnvprintf (and hence wxString::Format) for Unicod...
2002-09-08  Václav Slavíkcompilation fixc
2002-09-08  Vadim Zeitlinfixed Printf() format spec warnings
2002-09-08  Julian SmartAdded a note about bug in Mingw32 headers.
2002-09-08  Julian SmartRenamed duplicate style variable
2002-09-08  Stefan NeisAdded yet another couple of missing includes (leading...
2002-09-08  Stefan NeisAdded missing includes for non-precompiled headers.
2002-09-08  Julian SmartChanged syntax of test for -fvtable-thunks so it works.
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-09-08  Robin DunnA refinement of my patch from Neil Hodgson
2002-09-08  Vadim Zeitlinadded shell32.lib to wxBase link options
2002-09-08  Vadim Zeitlinchar -> wxChar
2002-09-08  Vadim Zeitlinfixed (yet another?) crash in wxStrtok
2002-09-08  Vadim Zeitlincorrected wxShell() ret code
2002-09-08  Vadim Zeitlinfixed wxExecute() for console programs (process messags...
2002-09-08  Vadim Zeitlincorrect compilation fix for the previous commit
2002-09-07  Robin DunnCompilation fix
2002-09-07  Vadim Zeitlinadded wxLocale::GetLanguageInfo()
2002-09-07  Robin DunnBetter placement of the AutoComplete listbox
2002-09-07  Vadim Zeitlindon't give empty message box if Parse(FALSE) was called...
2002-09-07  Vadim Zeitlindon't overwrite the app name with argv[0] if it had...
2002-09-07  Vadim Zeitlinshow the app name in the title of wxMsgOut message...
2002-09-07  Stefan NeisFixed Refresh to use a "const wxRect *" parameter.
2002-09-07  Robin DunnwxHtmlWindow now grabs the focus when clicked on. ...
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-09-07  Robin DunnFix off-by-one in vertical scrolling
2002-09-07  Vadim Zeitlinfix for handling TAB presses in readonly text controls
2002-09-07  Vadim Zeitlinapplied the workaround for XUnionRectWithRegion() retur...
2002-09-07  Stefan NeisTried to fix bug 603906 by modifying GetModelValues...
2002-09-07  Vadim Zeitlindon't send clicked event for wxID_CANCEL button when...
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-07  Gilles Depeyrotdisplay compilation warning under Mac OS X/Darwin for...
2002-09-07  Stefan NeisFixed bug in CoordToRowOrCol.
2002-09-07  Stefan NeisSome refresh optimizations.
2002-09-07  Julian SmartFixed overlapping buttons in wizard on MacOS X
2002-09-07  Stefan Csomoryet another code for wxMac properly resetting the cursor
2002-09-07  Stefan Csomoradded code for wxMac properly resetting the cursor
2002-09-06  Julian SmartAdjusted filelist.txt and wxUniv.dsp to use generic
2002-09-06  Vadim Zeitlinfix for creating radio items in a toolbar with non...
2002-09-06  Vadim Zeitlinfix for radio items creation
2002-09-06  Vadim Zeitlinfixes for reading bitmapswith BI_BITFIELDS (patch 597906)
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-09-06  Mattia BarbonFixed bug with SetValue on read-only combobox; don...
2002-09-06  Julian SmartRemoved #ifdef __WXMAC__ around dialog initialisation.
2002-09-06  Julian SmartApplied patch [ 605592 ] Unicode patch for dirctrlg.cpp
2002-09-06  Chris Elliottsmall bug fix for using multiple borland compilers
2002-09-06  Jouk Jansen Committing in .
2002-09-05  Vadim Zeitlinfixed the width of the (week day as number) field...
2002-09-05  Václav Slavíkfix va_arg(.,short int) problem
2002-09-05  Robin DunnAllow wxGTK's wxToolbar to catch the standard window...
2002-09-05  Mattia BarbonXmNframeChildType is not in Lesstif if it was compiled...
2002-09-05  Mattia BarbonBuild without 2.2 compatibility
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-05  Guillermo Rodrigue... Solved problems with handling of LOST events on Unix...
2002-09-05  Julian SmartEliminated unreachable code warning in VC++
2002-09-05  Julian SmartApplied patch [ 605188 ] Fix to draw 24 bit bitmaps
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Robin DunnUse the iconIndex in the default case too.
2002-09-05  Robin Dunnsome tweaks for LINK_LEXERS
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-05  David WebsterFix for child window positioning
2002-09-05  Vadim Zeitlinfix Union(empty rect) bug
2002-09-04  Václav Slavíkuse own mutex for region iterator locking, not gui one
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-09-04  Václav Slavíkwhoever added mdig.cpp forgot to update the makefiles
2002-09-04  Vadim Zeitlinuse standard colour for the selected tree item text...
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
2002-09-04  Vadim Zeitlingeneric status bar now:
2002-09-04  Chris Elliottmove code from .h to .cpp to prevent Borland warning
2002-09-04  Vadim Zeitlinfix wxBase apps compilation after ProcessIdle() change...
2002-09-04  Chris ElliottIntroducing wxBase for borland based on Michael Fieldin...
2002-09-03  David WebsterMore OS/2 update to fix some owner drawn things
2002-09-03  Gilles Depeyrotdisable Darwin GCC precompiled headers by default also...
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-03  David WebsterNotebook, Listbox, and Checklst updates
2002-09-02  Julian SmartMore casting to make gcc 3.2 behave.
2002-09-02  Julian SmartAnd some more casting
2002-09-02  Julian SmartAdded size_t cast to disambiguate array usage.
2002-09-02  Vadim Zeitlinold compilation fix for AIX from Ian Brown
2002-09-02  Vadim Zeitlinno changes
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-09-02  Chris ElliottMichael Fieldings patch 598106 applied in part
2002-09-02  Vadim Zeitlingenerate key events for Space/Enter in addition to...
2002-09-02  Vadim Zeitlinsigned/unsigned comparison warning (and probably even...
2002-09-02  Vadim Zeitlinno changes
2002-09-02  Julian SmartApplied patch [ 602924 ] colours and effects in wxMSW...
2002-09-02  Julian SmartCommitted a couple of IPC changes I forgot to do
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-01  Gilles Depeyrotadded wxSpinCtrl::SetSelection method
2002-09-01  Ron Leeoops, make it build with wxbase too.
2002-09-01  Vadim Zeitlinno changes
2002-09-01  Vadim Zeitlindon't call CreatesMessageOutput() explicitly, it will...
2002-09-01  Ron Leeadded missing #include frame.h for mingw(3.2) build.
2002-09-01  Julian SmartCopy event type too
2002-09-01  Stefan NeisFixed apparent typo in wxGridCellAttr::MergeWith, hopef...
2002-09-01  Gilles Depeyrotcorrected warnings
2002-09-01  Václav Slavíkfixes to newly added i18n code in XRC - don't use it...
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
next