]> git.saurik.com Git - wxWidgets.git/history - src
fixed bug in ConvertWxToFileTime (bug 525868)
[wxWidgets.git] / src /
2001-12-04  Václav Slavík1. Who the hell wrote that idiotencode for choosing...
2001-12-04  Václav Slavíkcompilation fix - wxCoord, not int
2001-12-04  Václav Slavíkwatcom headers don't define M_PI
2001-12-04  Robert RoeblingAqua splitter sashes.
2001-12-04  Stefan Csomorchanged defaultitem method from belonging to a panel...
2001-12-04  Mattia BarbonFix for very old w32api
2001-12-04  Robert RoeblingStill more space around notebook pages...
2001-12-04  Robert RoeblingNotebook sizers didn't take any borders into account,
2001-12-04  Stefan Csomorchanged the button container from wxPanel to wxWindow
2001-12-04  Robert RoeblingCompile fix for app.cpp without precompiled headers.
2001-12-04  Vadim Zeitlinfixed compilation
2001-12-04  Stefan Csomoradded default return and escape/command-period handling...
2001-12-04  Robert RoeblingTemporary fix for wxFileName under Mac - ignore volumes.
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Julian SmartTried to fix makefile.g95
2001-12-04  Vadim Zeitlincompilation fix for HAVE_SETENV
2001-12-04  Stefan CsomorMacOS X was having a coordinate rollover for a rectangl...
2001-12-04  Julian SmartIfdefed out code that wouldn't compile with Mingw32...
2001-12-04  Vadim Zeitlinfixed assert failure when removing a menu
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...
next