]> git.saurik.com Git - wxWidgets.git/history - src
DJGPP compilation
[wxWidgets.git] / src /
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-04  Robert RoeblingThe code in wxMac's listbox was too ambitious in filtering
2001-12-03  Robert Roebling Make wxMac single line text control ignore ENTER
2001-12-03  Robert Roebling Replaced && with $ in bittest.
2001-12-03  Vadim Zeitlinfixed bug in AssignDir() which didn't always consider...
2001-12-03  George TaskerRemoved a call to Upper() on the table name when buildi...
2001-12-03  Vadim Zeitlinfixed mem leak in wxDataObjectComposite
2001-12-03  Vadim Zeitlindon't use wxRegEx in wxString::Matches
2001-12-02  George TaskerFixed incorrect deletion of hPalette if the call to...
2001-12-02  Gilles Depeyrotcorrected line endings in xml files (mistakenly committ...
2001-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-12-02  Vadim Zeitlinfixed redraw problems on resize under MSW
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
2001-12-02  Vadim Zeitlinfixed event processing for the target window
2001-12-02  Vadim ZeitlinSetDefaultStyle(wxTextAttr()) now resets the default...
2001-12-02  Ron Leefixes for contrib build.
2001-12-02  Robin DunnwxTipWindow can now derived from wxFrame if not wxUSE_P...
2001-12-02  Vadim Zeitlinfixed stupid bug which prevented automatic encoding...
2001-12-02  Vadim Zeitlinalways use HWND first in WM_COMMAND handler to avoid...
2001-12-02  Vadim Zeitlinfixed bug introduced earlier today in wxTempFile::Open()
2001-12-01  Robin DunnAdded a dependency for setup.h so it will be copied...
2001-12-01  Robin Dunncompilation fix
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-12-01  Ron LeeAdded wxFile::write_excl and use it from wxTempFile...
2001-12-01  Vadim Zeitlinfixed Borland C++ compilation
2001-12-01  Gilles Depeyrotdon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
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
next