]> git.saurik.com Git - wxWidgets.git/history - src
don't crash, even if used incorrectly
[wxWidgets.git] / src /
2001-12-01  Vadim Zeitlinfixed assert to avoid compilation warnings
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-12-01  Gilles Depeyrotdon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-12-01  Ron Leeoops, still missed one.
2001-12-01  Ron LeeAdded 2 extra macros to handle all the flavours of...
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-12-01  Vadim Zeitlin1. GetCwd() now has the volume argument, Normalize...
2001-12-01  Vadim Zeitlinmore fixes for volume names handling
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-30  Vadim Zeitlinreverted previous change - it doesn't fix the bug I...
2001-11-30  Robin DunnForgot to take the unneeded code out
2001-11-30  Robin DunnwxTipWindow is now a wxPopupTransientWindow instead...
2001-11-30  Vadim Zeitlindon't use implicit parent for the progress dialogs
2001-11-30  David WebsterCan't just wxASSERT(0). Give "constant in conditional...
2001-11-30  Vadim Zeitlinadded volume support and support for UNC paths under...
2001-11-30  Vadim Zeitlincorrected InternetGetConnectedState() prototype
2001-11-30  Vadim Zeitlinset app name to argv[0] by default, as was done before
2001-11-30  Julian SmartFixed bug in wxConvertDIBToBitmap (contributed)
2001-11-30  Robin DunnFixed some warnings in wxSTC
2001-11-30  Robin DunnAnother blind attempt to fix AltGr issues in wxSTC...
2001-11-29  Vadim Zeitlinfixed backslashes parsing in the cmd line
2001-11-29  Julian SmartDon't convert args if NULL
2001-11-28  Václav Slavíkfixes w.r.t. size_t vs. int
2001-11-28  Vadim Zeitlinfixed (at least some of) the focus asserts
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-28  Robert Roebling Darwin has commandline args.
2001-11-28  Vadim Zeitlinblind fix for iconizing/restoring hidden child frames bug
2001-11-28  Vadim Zeitlinfixed stupid bug in tab traversal code which totally...
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...
next