]> git.saurik.com Git - wxWidgets.git/history - src
fix for the bug introduced by the last commit: don't quit the program when a standard...
[wxWidgets.git] / src /
2002-08-16  Vadim Zeitlinfix for the bug introduced by the last commit: don...
2002-08-15  Vadim Zeitlinadded missing header to fix wxGTK compilation
2002-08-15  Vadim ZeitlinExitOnFrame behaviour update for wxMac
2002-08-15  Robert Roebling What did I change here?
2002-08-15  Robert Roebling wxTextDataObject should convert to and
2002-08-15  Robert Roebling Further UNicode fixes.
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-15  Vadim Zeitlinfixed (and slightly cleant up) wxGTK compilation
2002-08-15  Vadim Zeitlinfixed a harmless warning (patch 595096) and added a...
2002-08-15  Stefan Csomor(hopefully) workaround for a carbon bug not always...
2002-08-14  Robin DunnBugfix for wxListCtrl::GetColumn. It wasn't checking...
2002-08-14  Vadim Zeitlinfixed the paths of the theme files in the VC++ wxUniv...
2002-08-14  Stefan Csomoradded key code fix to carbon event handler
2002-08-14  Robin DunnFixed wxMSW's EVT_CHAR so it conforms to the docs and...
2002-08-14  Stefan Csomorfix when not having precompiled headers
2002-08-14  Stefan Csomorattempt to bring event system in synch with MSW
2002-08-14  Stefan Csomorseparated modifier keys handling in order to distinct...
2002-08-14  Vadim Zeitlinsmall fix to reduce flicker slightly while dragging...
2002-08-14  Stefan Csomoradded creation of dialog - perhaps needed for all platforms
2002-08-14  Stefan Csomoradded creation of dialog - perhaps needed for all platforms
2002-08-14  Stefan Csomorcleanup code
2002-08-13  Vadim ZeitlinFixed size buffers are not a good thing. Period.
2002-08-13  Václav Slavíkreverted previous checkin
2002-08-13  Václav Slavíkcompilation fix
2002-08-13  Vadim Zeitlintidied up patch 583937 (wxClassInfo dtor)
2002-08-13  Robert Roebling New GTK 2.0 Update() code.
2002-08-13  Robert Roebling Minor correction to GetTextExtent.
2002-08-13  Robert Roebling Forgot Unicode conversion in wxStaticText.
2002-08-13  Robert Roebling This way strconv copmiles again. I don't think
2002-08-13  Vadim Zeitlinbetter use strncpy() than strncat() with uninitialized...
2002-08-13  Robert Roebling Implemented GetTextExtent() for GTK 2.0.
2002-08-13  Vadim Zeitlincompilation fix for wxGTK (missing header)
2002-08-13  Stefan Csomorcorrected BestSize algorithm
2002-08-13  Stefan Csomoradded missing wxMacPortSetter helper(this) calls
2002-08-13  Stefan Csomorall controls use 32 bit values now
2002-08-13  Stefan Csomorcorrected internal window position after a zoom operation
2002-08-12  Julian Smart'if' commented out by JACS on behalf
2002-08-12  Julian SmartIncreased the message buffer size
2002-08-12  Stefan Csomorupdated project files
2002-08-11  David WebsterFont fixes for the font dialog
2002-08-11  Robert Roebling Same typo.
2002-08-11  Robert Roebling Typo.
2002-08-11  Robert Roebling Killing more wxConvLibc calls...
2002-08-11  Robert Roebling Corrected dangerous cast.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Stefan CsomorwxMac removed debugging code
2002-08-10  Stefan Csomorcommented out controlDef for carbon
2002-08-10  Václav Slavíktell that there was an error...
2002-08-10  Robert Roebling Compile fix for wxBase/Unicode/Unix.
2002-08-10  Václav SlavíkSciTech MGL changed public interface again, let's accom...
2002-08-10  Robert Roebling (char*)(const char*)xxx.mb_str() is not a good
2002-08-10  Robert Roebling Implemented the various printf() functions under
2002-08-10  Robert Roebling Added explicit Unicode conversion to wxDir - the
2002-08-10  Robert Roebling Fix for Unicode conversion.
2002-08-10  Stefan Csomorcorrected ::Clear
2002-08-10  Stefan Csomoradded new implementation for editable and brought selec...
2002-08-10  Stefan Csomorimplemented clipping for controls via callback (classic...
2002-08-10  Stefan Csomorwindow clipper added
2002-08-09  Julian SmartDelete help text entry before adding new one, else
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-08  Robert Roebling Adapted to Unicode compilation.
2002-08-08  Robert Roebling Hopefully corrected conversion buffer size.
2002-08-08  Robin DunnFixes for Bug #592758
2002-08-08  Robert Roebling Compile fix.
2002-08-08  Julian SmartApplied patch [ 579219 ] wxNotebook:SetPadding added
2002-08-08  Julian SmartApplied patch [ 584057 ] Fixes calculation bug in wxThr...
2002-08-08  Julian SmartApplied patch [ 588140 ] User Scaling of Rotated Text...
2002-08-08  Julian SmartApplied [ 587500 ] Update CW project file for wxMSW
2002-08-08  Julian SmartApplied patch [ 590031 ] Slider: Events must be enabled...
2002-08-08  Julian SmartApplied patch [ 591998 ] EventHandler chain incorrectly...
2002-08-08  Julian SmartApplied patch [ 590247 ] Fix bad calculation of listctr...
2002-08-08  Julian SmartApplied patch [ 592363 ] Owner Draw Round 2 fixes
2002-08-08  Julian SmartApplied [ 590985 ] fix for radiobox under motif
2002-08-08  Julian SmartApplied patch [ 592063 ] generic notebook does not...
2002-08-08  Julian SmartRemoved bogus default parameters, applying
2002-08-07  Robert Roebling Added support for outlines printing under wxGTK....
2002-08-07  Robert Roebling Compile fix for Unicode.
2002-08-07  Mattia BarbonFix makefile.g95 for make 3.77
2002-08-07  Julian SmartAdded ProcessIdle virtual function
2002-08-06  Robert Roebling Small fix for Pango printing with bitmaps.
2002-08-06  Mattia BarbonPatch [ 588732 ] makes wxRB_GROUP/radiobuttons working
2002-08-06  Robert Roebling Compile fix.
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-06  David WebsterLots of OS/2 updates
2002-08-06  David WebsterSome OS/2 Updates
2002-08-05  Vadim Zeitlinadded a more convenient version of wxFileType::GetOpenC...
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-08-05  Robert Roebling Miserable hack around problem when shrinking
2002-08-05  David WebsterOS/2 VA needs to include time.h to get the time calls.
2002-08-05  David WebsterFALSE, not false
2002-08-05  David WebsterLots of fixes for common dialogs, radioboxes, static...
2002-08-05  David WebsterFont fix for OS/2 common control creation
2002-08-04  Julian SmartApplied patch from Benjamin Williams to improve
2002-08-04  Václav SlavíkwxCmdLineParser's output goes to stderr, not message...
2002-08-04  Gilles Depeyrotupdated xml project file with latest changes (spinctrl...
2002-08-04  Gilles Depeyrotadd spinctrl header for wxMac
2002-08-04  Gilles Depeyrotonly set focus on textctrl item if it exists (exists...
2002-08-04  Stefan Csomoradded border clipping
next