]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-01-22  Vadim Zeitlinupdate Watcom section; minor additions to the other...
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-22  Vadim Zeitlindon't always rename the files before compiling with...
2003-01-22  Vadim Zeitlinnew (for wxBase) or updated and (hopefully() improved...
2003-01-22  Vadim Zeitlinfixed an unused parameter warning
2003-01-22  Vadim Zeitlinno changes (modeline tweaked)
2003-01-22  Vadim Zeitlincorrected and expanded
2003-01-21  David WebsterNew native OS/2 list control.
2003-01-21  David WebsterNew native OS/2 list control.
2003-01-21  David WebsterNew native OS/2 list control support.
2003-01-21  Václav Slavíkpatch 672127: Adds required check for wxUSE_WXHTML_HELP...
2003-01-21  Vadim Zeitlincompilation fix for the last check in (sorry)
2003-01-21  Gilles Depeyrotcorrected wxList::Node declarations
2003-01-21  Vadim Zeitlinattempt to fix crash in DeleteAllItems()
2003-01-21  Julian SmartUpdated wxBitmap overview
2003-01-20  Václav Slavíkfixed MGL libraries detection code
2003-01-20  Mattia Barbon Fixed a typo in makefile.vc, updated version numbers...
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-20  Václav Slavíkadded wxART_MISSING_IMAGE
2003-01-19  Václav Slavíkcompilation fix
2003-01-19  Chris Elliottcommit missing .rc file
2003-01-19  Václav Slavíkupdated for new/better way of declaring wxART_xxx constants
2003-01-19  Václav Slavíkuse wxART_BROKEN_IMAGE in wxHTML
2003-01-19  Václav Slavíkuse wxART_MISSING_IMAGE in wxHTML
2003-01-19  Vadim Zeitlinadded --with-wxdir=DIR option
2003-01-19  Mattia Barbon More changes to be backported.
2003-01-19  Mattia Barbon Patch [669503] Patch to CW7 wxMSW project file
2003-01-19  Mattia Barbon Patch [669508] Define Win32 symbols for CW in platform.h
2003-01-19  Mattia Barbon Patch [665886]: Fix smapi.cpp to support new for...
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-19  Ron LeeWe surely don't need two debugging sections,
2003-01-18  Václav Slavíkbetter XRC handler for wxToolBar
2003-01-18  Václav Slavíkreformatted for 79 chars width and added wxToolBar...
2003-01-18  Václav Slavíkupdated wxToolBar handler to support new wxToolBar...
2003-01-18  Mattia Barbon Fix some wxMotif build warnings about deprecated...
2003-01-18  Vadim Zeitlinexperimental --inplace flag implementation
2003-01-18  Vadim Zeitlinattempts to fix vsnprintf() detection under HP-UX
2003-01-18  Vadim Zeitlinattempts to fix vsnprintf() detection under HP-UX
2003-01-18  Vadim Zeitlinno real changes, just cleanup after merging in Vaclav...
2003-01-18  Vadim Zeitlinfixed resource leak in MemoryHDC (closes bug 670016)
2003-01-18  Václav SlavíkTRUE/FALSE -> true/false in documentation
2003-01-18  Václav Slavíkwhy the heck should something that reacts on wxID_CLOSE...
2003-01-18  Václav Slavíkadded wxFileName::MakeRelative test
2003-01-18  Václav Slavíkadded --disable-compat24, 22 compatibility is off by...
2003-01-18  Václav SlavíkwxLocale::Init bugfix
2003-01-18  Václav Slavíkuse wxFileName::MakeAbsolute istead of Normalize
2003-01-18  Václav Slavíkadded wxFileName::MakeAbsolute
2003-01-18  Václav Slavíkno need to have this VMS-only; removed TABs
2003-01-17  Robin DunnwxMac (and maybe others?) get PAGEUP/PAGEDOWN instead...
2003-01-17  Vadim Zeitlinuse wxDynamicLibrary instead of wxPluginManager
2003-01-17  Mattia Barbon Under Cygwin, in platform.h default to wxMSW unless...
2003-01-17  Václav Slavík(probably) fixed wxLocale::Init with Borland C++
2003-01-17  Stefan NeisFixed typo in test for WX_STATVFS_T
2003-01-17  Vadim ZeitlinBorland apparently uses for int64 in printf(), not
2003-01-17  Vadim Zeitlincheck for NULL szLocale in Init()
2003-01-17  Vadim Zeitlintried to make wxCloseEvent docs more clear too
2003-01-17  Vadim Zeitlindocumented UngetWriteBuf overload
2003-01-17  Stefan Csomoradded horizontal scrollbars to listboxes
2003-01-17  Stefan Csomormake sure wxMac fonts are never AntiAliased (measuring...
2003-01-17  Stefan Csomorinclude needed for CFString conversion routines (param...
2003-01-17  Stefan CsomorGet/SetNoAntiAliasing implemented
2003-01-17  Vadim Zeitlintried to make Close() docs more clear
2003-01-16  Ron Leeupdate libpng-dev deps.
2003-01-16  Vadim Zeitlinadded links to the event docs from the default event...
2003-01-16  Mattia Barbon Remove calls to a couple of deprecated methods, fix...
2003-01-16  Mattia Barbon Implement vertical toolbar under Motif.
2003-01-16  Julian SmartAdded About menu
2003-01-16  Julian SmartAdded Mac icons to helpview
2003-01-16  Julian SmartAdded CW project file
2003-01-16  Stefan Csomoradded missing includes for wxMac specific additions
2003-01-16  Stefan Csomoradapted wxSizer::Remove type to new header
2003-01-16  Vadim Zeitlinforgot to include wxControlWithItem docs
2003-01-16  Vadim Zeitlinthe find dialog is created hidden, as all the other...
2003-01-16  Vadim Zeitlinfixed detection of whether we're invoked from the top...
2003-01-16  Julian SmartReDOS-ified project files
2003-01-16  Stefan Csomorpreferences menu implementation
2003-01-16  Stefan Csomorrenaming because of conflicts with base Create::
2003-01-16  Stefan Csomorxml projects for CW 8
2003-01-16  Stefan Csomoradditions for __MWERKS__
2003-01-16  Stefan Csomorconversion scripts for CW 8 Mac
2003-01-15  Václav SlavíkXRC fixes can be backported
2003-01-15  Václav Slavíkfix object_ref handling in XRC
2003-01-15  Václav Slavík1. made XRC immune against changing CWD
2003-01-15  Ron Leegah. escape $ in the here block.
2003-01-15  Ron Leereverted the --inplace addition and instead documented...
2003-01-15  Vadim Zeitlinadded checks to prevent running sub configure scripts...
2003-01-15  Vadim Zeitlinupdated configure to match configure.in changes
2003-01-15  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_4
2003-01-15  Julian SmartApplied David's fix for not autoconf-ing on RHL8
2003-01-15  Vadim ZeitlinMaximize(FALSE) change can be backported
2003-01-15  Vadim Zeitlinfixed calling Maximize(FALSE) before the window is...
2003-01-15  Vadim Zeitlinmake uninstall should remove wxwin.m4
2003-01-15  Vadim Zeitlincorrected Get/SetFrame() parameter/return type
2003-01-15  Vadim Zeitlinremoved OnXXX() methods, added new default event handli...
2003-01-15  Julian SmartPatch for Winlib: struct stat is defined in sys/stat...
2003-01-15  Vadim Zeitlinupdate wxStaticText check in revisions
2003-01-15  Vadim Zeitlinfix for the previous commit
2003-01-14  Vadim Zeitlinsome mor minor bug fixes which can be backported
2003-01-14  Vadim Zeitlinfixed wxStaticText best size calculation (closes bug...
2003-01-14  Vadim ZeitlinStart() should resume the stopwatch if it is suspended
next