]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-11-26  Vadim Zeitlinfixed notebook tabs refresh when changing them under...
2001-11-26  Vadim Zeitlinfixed wxRadioBox::Enable() and Show() to enable/show...
2001-11-26  Vadim Zeitlinfix for incorrect assert in SetClientObject
2001-11-26  Vadim Zeitlincompilation warning fixed for wxUSE_TOOLTIPS==0
2001-11-26  Gilles Depeyrotadded missing const for char* arguments
2001-11-26  Gilles DepeyrotAdded compile-time check to be sure that wxUSE_ is...
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-11-25  Václav SlavíkwxT(), not _()
2001-11-25  Gilles Depeyrotadded dynamic shared library (dylib) initialization...
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-25  Mattia BarbonUpdated Italian translations
2001-11-25  Robert Roebling Correct wxTimer bug in wxGTK.
2001-11-25  Gilles Depeyrotremoved MAKE variable which is set by make, otherwise...
2001-11-25  Vadim Zeitlinfixed comment about [not] deleting wxConfig::Get()...
2001-11-25  Vadim Zeitlinchanged wxYES_NO to be equal to wxYES | wxNO freeing...
2001-11-25  Vadim Zeitlinfixed wxTE_LINESCROLL definition to not conflict with...
2001-11-25  Vadim Zeitlinfixed VC++ warning
2001-11-25  Gilles Depeyrotcorrected case of DeRez for Mac OS X
2001-11-25  Gilles Depeyrotmoved wx/panel include to correct wxGTK compilation...
2001-11-25  Vadim Zeitlinremoved small as otherwise the code was apparently...
2001-11-25  Vadim Zeitlinminor updates/clarifications to the wxNotebook docs
2001-11-25  Gilles Depeyrotremoved trailing ; after DECLARE_ macros
2001-11-25  Vadim Zeitlinadded Remove() test
2001-11-25  Gilles Depeyrotremoved trailing ; after DECLARE_NO_COPY_CLASS
2001-11-25  Vadim Zeitlincentre on screen the dialogs without epxlicit position
2001-11-25  Vadim Zeitlinfixed the message when creating setup.h
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR test
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR flag support to wxMSW implementation
2001-11-25  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-11-25  Gilles Depeyrotremove static libraries and recreate them to avoid...
2001-11-25  Gilles Depeyrotuse "..." instead of "..." for wx includes
2001-11-25  Gilles Depeyrotcorrected blind fix of missing .c_str()s
2001-11-25  Robin DunnAdded wxDynamicSashWindow to wxPython, plus other odds...
2001-11-25  Robin DunnAdded wxDynamicSashWindow to wxPython, plus other odds...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Robin DunnAdded wxDS_DRAG_CORNER so the corner dragging can be...
2001-11-25  Robin DunnHonor the SetUseHorizontalScrollBar setting.
2001-11-25  Vadim Zeitlinfix for focus handling in case when the panel itself...
2001-11-25  Vadim Zeitlinand now fixes for compilation with wxUSE_PALETTE=1
2001-11-25  Vadim Zeitlintypo: & was used instead of &&
2001-11-25  Vadim ZeitlinwxUniv compilation fixes
2001-11-25  Vadim Zeitlincompilation warning (and possible bug) fix
2001-11-25  Vadim Zeitlinfixes for compilation with wxUSE_PALETTE=0
2001-11-25  Vadim Zeitlinadded GetHpalette[Of] macros
2001-11-25  Vadim Zeitlincompilation fix for wxUSE_TEXTBUFFER=0
2001-11-25  Vadim Zeitlinblindly added missing .c_str()s to fix compilation
2001-11-24  Václav SlavíkwxToolBar support in wxUniv/wxFrame
2001-11-24  Václav SlavíkwxToolBar support in wxUniv/wxFrame
2001-11-24  Václav Slavíkfool-proof wxDC::SetPalette(wxNullPalette)
2001-11-24  Václav Slavíkfix for palette restoration in wxToolBarSimple
2001-11-24  Václav Slavíkcompilation fix
2001-11-24  Václav Slavíkminor syntactic fix
2001-11-24  Václav Slavíkbetter behaviour of wxMGL's wxTimer w.r.t. memory alloc...
2001-11-24  Mattia BarbonMust honour wxUSE_TOOLTIPS in tooltip.h
2001-11-24  Václav Slavík- better behaviour of wxMGL's wxTimer w.r.t. memory...
2001-11-24  Václav Slavíkadded AM_PATH_WXCONFIG macro and its installation
2001-11-24  Mattia Barbon* added new --enable-logdialog option
2001-11-24  Václav Slavíkadded contrib strings to catalog and regenerated po...
2001-11-24  Václav Slavíkforgot to remove ;; when applying the patch
2001-11-24  Julian SmartInclude windows.h before sql headers, if compiling...
2001-11-24  Gilles Depeyrotcorrection for compilation under Mac OS X
2001-11-24  Ron LeeIgnore what the diff says.. think "added S/390 support...
2001-11-24  Robin DunnGive wxDynamicSashReparentEvent a copy ctor and a prope...
2001-11-23  Stefan Csomorformatting
2001-11-23  Stefan Csomormoved test for valid controlpart into this method
2001-11-23  Stefan Csomoradded virtual DoSetSize method in order to allow for...
2001-11-23  Vadim Zeitlinadded test for selecting intial colour in the col dlg
2001-11-23  Stefan Csomorcarbon compat routine define
2001-11-23  Vadim Zeitlinshow correctly the initially selected colour and update...
2001-11-23  Stefan Csomoradded virtual DoSetSize method in order to allow for...
2001-11-23  Mattia BarbonwxPerl documentation updates
2001-11-23  Vadim Zeitlinfixed UMR (patch #484863)
2001-11-23  Gilles Depeyrotcorrected makefiles following suggestion by MBN
2001-11-23  Gilles Depeyrotadded missing wxUSE_SYSTEM_OPTIONS define
2001-11-23  Vadim Zeitlinimplemented GetBestSize() for wxChoice
2001-11-23  Robert RoeblingRestored wxFileName::GetModificationTime() under Classic.
2001-11-23  Václav Slavíkapplied Greg's refinment of hist treectrl patch
2001-11-23  Václav Slavíkfixed memory leak in imagjpeG (patch #484865)
2001-11-23  Václav Slavíkcosmetic change: XML resource -> XRC resource
2001-11-23  Robert Roebling Fixed mouse move bug. No idea why it has to be fixed,
2001-11-23  Julian SmartSome corrections
2001-11-23  Jouk Jansen Committing in .
2001-11-23  Vadim Zeitlinadded comment for OnScroll
2001-11-23  Jouk Jansen Committing in .
2001-11-23  Julian SmartFixed Plot compilation, aliased OnScroll to HandleOnScroll
2001-11-23  Julian SmartAdded file and fixed compilo
2001-11-23  Julian SmartFixed VC++ project file
2001-11-23  Julian SmartAdded event Clone functions
2001-11-23  Vadim Zeitlinupdated and expanded wxLog docs
2001-11-23  Vadim Zeitlinupdated and expanded wxLog docs
2001-11-23  George TaskerAdded missing documentation for a function
2001-11-23  George Tasker"char *" changed to "wxChar *" in several places
2001-11-23  George TaskerMS Access support fix
2001-11-23  George TaskerFixed coding of a switch statement that had RETURN...
2001-11-22  Václav Slavíkblind fix for wxGIFDecoder::ReadGIF
2001-11-22  Václav Slavíkmo files are now with lang directive
2001-11-22  George TaskerFixed coding of a switch statement that had RETURN...
2001-11-22  George TaskerRemoved non-reachable code (consulted Aleks first,...
2001-11-22  Mattia BarbonFixed/simplified Makefile
2001-11-22  Gilles Depeyrotuse "..." instead of <...> for wx headers
next