]> git.saurik.com Git - wxWidgets.git/history - src/common
Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
[wxWidgets.git] / src / common /
2001-06-07  Julian SmartBug in wxDocument::Save logic corrected, whereby Save...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-06-06  Julian SmartFixed memory leak in textcmn.cpp
2001-06-05  Vadim Zeitlinapplied patch 430452 (mingw32 compilation fixes)
2001-06-03  Václav Slavíkfixed stupid memory leak
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-06-02  Václav Slavíkfixed new charset detection code (langinfo.h not includ...
2001-06-01  Vadim Zeitlinfix for last commit
2001-05-31  Vadim ZeitlinUnix compilation fixed
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-05-29  Stefan Csomorupdated mac implementation to support the success param...
2001-05-28  Vadim Zeitlincompilation fixes
2001-05-28  George TaskerInformix fixes (submitted by Roger Gammans)
2001-05-27  Vadim Zeitlinreally fixed wxConfig bug
2001-05-27  Vadim Zeitlinfixed wxConfig bug I've introduced yesterday
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2001-05-27  Vadim Zeitlinoops, typo leading to compilation problem fixed
2001-05-27  Vadim Zeitlinfixed 'patch' #422993 (Error in wxConfigBase::Write...
2001-05-26  Václav Slavíkanother attempt to fix wxPanel/wxFrame::m_winLastFocuse...
2001-05-26  Stefan Csomorcorrected wxIsAbsolutePath for new Mac Path notation
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-24  Vadim Zeitlinfix for egcs internal compiler error
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-23  George TaskerRemoved TABs that had gotten in to the source
2001-05-22  David WebsterFixes errno.h problems with OS/2
2001-05-22  Vadim ZeitlinwxCommandEvent::IsChecked() now returns the toolbar...
2001-05-21  Vadim Zeitlinfixed memory leak in colour parsing code
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations...
2001-05-21  Ron LeeDefault wxDateTime objects are now 'invalid',
2001-05-20  Stefan NeisIncluded filefn.h for non-precompiled headers to
2001-05-20  Stefan NeisFixed some OS/2 specific problems: EMX defines __UNIX__...
2001-05-19  Václav SlavíkUnicode compilation fixes
2001-05-19  Vadim Zeitlinadded wxDir::Traverse
2001-05-18  Václav SlavíkUnicode fixes
2001-05-17  Vadim Zeitlinmerged fixes for accel and command event non propagatio...
2001-05-17  Vadim Zeitlindon't annoy the user by repeating the question which...
2001-05-17  Vadim Zeitlinadded wxLog::ClearTraceMasks()
2001-05-17  Robin DunnApplied patch #423927, (Min size for stretch parts...
2001-05-16  Julian SmartApplied patch #403856 (utilscmn.cpp should translate...
2001-05-16  Julian SmartApplied patch #421554: implementation of wxEVT_CONTEXT_MENU
2001-05-16  Julian SmartApplied patch #421073 (making setup options work)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-16  Vadim Zeitlinremoved useless assert from wxArray::Alloc
2001-05-15  Václav Slavíkapplied patch that fixes paper size handling under...
2001-05-15  Václav Slavíkapplied patch #424066
2001-05-15  George TaskerdBase fix on creating index
2001-05-14  Vadim Zeitlinwarning fixed
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-11  George TaskerAdded support more support for DB2
2001-05-11  George TaskerSizer based dialogs (like wxSingleChoiceDialog) are...
2001-05-11  Václav Slavíksome more src code reformatting
2001-05-10  Václav Slavíksupressed error messages when wxCSConv cannot find...
2001-05-10  Václav Slavíkfixed handling of root paths: now checks if string...
2001-05-10  Václav Slavíkfixed parsing of XPM data files from demos/forty
2001-05-10  Stefan Csomoradded lowercase functionality to wxHexToDec
2001-05-10  Julian SmartNULL -> 0
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Václav Slavíkadded wxLogError to wxCSConv so that it complains if...
2001-05-08  Vadim Zeitlinfixed iso8859-15 handling (backmerged from 2.2)
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-02  Kendall BennettFixed wxHTML code in a Watcom Win32 DLL
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-05-01  Jouk Jansen Committing in .
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-30  David WebsterSuppress "Assignement in logical expression" type warni...
2001-04-29  Václav Slavíkminor comments tweaking
2001-04-28  Václav Slavíkfixed gcc pragmas in fs_*.h,cpp
2001-04-28  Václav Slavíkadded wxXPMDecoder
2001-04-26  Julian SmartMinor mods
2001-04-26  George TaskerChanged ::Fit() to only fit the sizer if the window...
2001-04-25  George TaskerFixes ::Fit() and ::SetSizeHints() to keep the dialog...
2001-04-24  Václav Slavíkadded check for iconv() version; fixed strconv.cpp...
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-04-22  Václav Slavíkadded wxUSE_IMAGE; added write-only wxXPMHandler
2001-04-22  Robert Roebling My iconv (GLIBC 2.2) uses char** as the second
2001-04-22  Vadim Zeitlindetabified
2001-04-22  Robert Roebling Applied BMP patch.
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-04-21  George TaskerMoved the declaration of wxEVT_NULL to event.cpp and...
2001-04-21  Vadim Zeitlinoops... conflict removed
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-04-20  David WebsterGot rid of some wierd VisualAge debug nonsense that...
2001-04-20  David WebsterConst casting fix for Vis C.
2001-04-19  Vadim Zeitlinsome const correctness for wxClassInfo
2001-04-19  Gilles Depeyrotcorrection for Mac OS X
2001-04-17  Vadim ZeitlinwxString::FormatV() fix (bug 416853)
2001-04-16  George TaskerBlob support fixes - still does not work, but getting...
2001-04-15  George TaskerA couple more 'int' to UWORD conversions
2001-04-14  Vadim Zeitlincompilation fix
2001-04-13  Vadim Zeitlinreckognize cp125x charsets
2001-04-11  Václav SlavíkwxBitmap compilation fix for BCC enforced typecast...
2001-04-11  Vadim Zeitlinwarning fix
2001-04-11  George TaskerA couple more 'int' to UWORD conversions I had not...
2001-04-11  George TaskerFixed TablePrivileges() function (I HOPE!) so it will...
2001-04-11  George TaskerAll variables/parameters having to do with number of...
2001-04-11  Gilles Depeyrotifdef pi which is already defined by Mac OS X
2001-04-10  Vadim Zeitlincheck that file was closed successfully in wxCopyFile...
2001-04-10  George TaskerAdded a param to ::Open() to allow the programmer to...
next