]> git.saurik.com Git - wxWidgets.git/history - src
Some updates to the MSW install text
[wxWidgets.git] / src /
2001-11-27  Václav Slavíksecond halt of Chris' wxImage ICO patch
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-11-27  Vadim Zeitlinfudged the extra width in GetBestSize() to fit better
2001-11-27  Vadim Zeitlindon't show scrollbars at all when the window is big...
2001-11-26  Gilles Depeyrotcorrected shared library linking (add wx library to...
2001-11-26  Vadim Zeitlinfixed listbox initial size determination
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-26  Vadim Zeitlinremoved unneeded include from the header
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  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  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 VC++ warning
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 flag support to wxMSW implementation
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 ability for wxSTC's scrollbars to be supplieed...
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 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í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ík- better behaviour of wxMGL's wxTimer w.r.t. memory...
2001-11-24  Václav Slavíkforgot to remove ;; when applying the patch
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 Zeitlinshow correctly the initially selected colour and update...
2001-11-23  Vadim Zeitlinfixed UMR (patch #484863)
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  Jouk Jansen Committing in .
2001-11-23  Julian SmartAdded event Clone functions
2001-11-23  George Tasker"char *" changed to "wxChar *" in several places
2001-11-23  George TaskerMS Access support fix
2001-11-22  Václav Slavíkblind fix for wxGIFDecoder::ReadGIF
2001-11-22  George TaskerFixed coding of a switch statement that had RETURN...
2001-11-22  Vadim Zeitlinfixed memory leaks
2001-11-22  Vadim Zeitlinadded check for NULL Clone() return
2001-11-22  Vadim Zeitlinremoved read() declaration which resulted in a warning
2001-11-22  Julian Smart#ifdefed out the joystick code, and removed the wxBitma...
2001-11-22  Robert Roebling Tries to fix wxListBox focus problems.
2001-11-22  Vadim Zeitlinadded wxSockAddress copy ctor which, in particular...
2001-11-22  Mattia BarbonUnicode compilation fixes
2001-11-22  Mattia BarbonConverting uninitialized data is not a Good Idea
2001-11-22  Mattia BarbonMust convert the last part, too
2001-11-22  Mattia BarbonReadded --use-temp-file to RCFLAGS, needed for old...
2001-11-22  Vadim Zeitlinfix for Unicode build
2001-11-22  Vadim Zeitlinminor flicker reduction in the virtual list ctrl
2001-11-22  Václav Slavíkreverted fix for missing wxEvent::operator=
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-21  Vadim Zeitlinfixed wxDropFilesEvent dtor, added copy ctor and implem...
2001-11-21  Vadim Zeitlinfixed wxTaskBarIcon compilation
2001-11-21  David WebsterNew .def file.
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-11-21  Gilles Depeyrotadded missing joystick source file for wxMotif
2001-11-21  Vadim Zeitlinreplaced wxSocketEvent::CopyObject() with Clone()
2001-11-21  Vadim Zeitlinchanges to match listctrl.h changes (forgot to commit...
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-21  Václav Slavíkremoved rpmfiles.lst
2001-11-21  Václav Slavíkclient area origin handling fixes for univ/wxTLW
2001-11-21  Václav SlavíkwxMouseEvent's coordinates are now relative to client...
2001-11-21  Václav SlavíkwxUniv fixes for generic wxColourDialog
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-21  Václav Slavík- removed GDI lists from wxMGL
2001-11-20  Václav Slavíkcompilation fix (caused by removal of wxMouseEvent...
2001-11-20  Václav Slavíkfine-tuned API from the ICO patch
2001-11-20  Václav Slavíkbetter <HR> tag handling in wxHTML
2001-11-20  Václav Slavíkfixes for wxBase RPM
2001-11-20  Václav SlavíkwxDC::SetFont can now handle invalid font and doesn...
2001-11-20  Václav Slavíkoptimized default GUI font loading
2001-11-20  Vadim Zeitlinapplied patch 475879 (Can't use subclassed GridCellEditor)
2001-11-20  Vadim Zeitlinmore DBCS-related changes (patch 481898)
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-11-20  Vadim Zeitlinbackwards incompatible change to wxWizardPage reverted
2001-11-20  Vadim Zeitlinfix for my old mingw32 cross-compiler
2001-11-20  Vadim Zeitlinfixed erroneous debug error message
2001-11-19  Václav Slavíkcase-insensitive sort of HTML help index
2001-11-19  Václav Slavíkfix for wxComboBox::GetSelection from inside event...
2001-11-19  Stefan Csomorapplied Paul A. Thiessen's patches for correcting coord...
next