]> git.saurik.com Git - wxWidgets.git/history - src/common
corrected cw6 project files
[wxWidgets.git] / src / common /
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...
2001-04-09  Robert Roebling Added wxFileName::GetModificationTime()
2001-04-09  Vadim Zeitlinapplied patch 410892 (wxCopyFile uses ::CopyFile under...
2001-04-06  Václav SlavíkwxImage::ConvertToMono wasn't const - fixed
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-04-04  Vadim Zeitlinmemory leak in wxZlibOutputStream fixed
2001-04-02  Václav Slavíkenabled palette code for wxGTK
2001-04-02  Gilles Depeyrotbacked out improper casts and corrected prototypes...
2001-04-02  David Websterchar* cast on wxString libname blows up VC and VA....
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-30  Vadim Zeitlinthis should hopefully fix BC++ crashes
2001-03-29  Ove KaavenUnicode compilation fixes.
2001-03-29  Ove KaavenSome Unicode compilation fixes. This Unicode stuff...
2001-03-29  Ove Kaavenwchar_t byte-swapping is not necessary if __STDC_ISO_10...
2001-03-26  Julian SmartBug fix to Mkdirs and GetLongPath
2001-03-26  Julian SmartAdded 'full' param to wxFileName::Mkdir to make all...
2001-03-26  Julian SmartCorrections to the GetLongPath code
2001-03-26  Julian SmartAttempt at improving GetLongPath
2001-03-25  Václav SlavíkwxZipFSHandler does not report non-local zip archives...
2001-03-25  Václav Slavíkmade wxLocale::GetSystemLanguage and wxLocale::AddLangu...
2001-03-23  Vadim Zeitlinfixed memory leak in wxZlibInputStream
2001-03-21  Julian SmartChanged GetLong/ShortPath to allocate memory dynamically
2001-03-21  Vadim Zeitlinforgot to commit
2001-03-21  Vadim Zeitlinminor fixes to wxLocale::GetSystemLanguage(), test...
2001-03-21  Julian SmartAdded long-filename functions & normalisation; patch...
2001-03-19  Vadim ZeitlinwxImage::Ok() now returns false for images with 0 width...
2001-03-14  Jouk Jansen Committing in .
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-03-13  Vadim Zeitlinfixed wxTimeSpan::Format() to behave more reasonably
2001-03-08  Vadim Zeitlinfixed FindOrCreatePen/Brush() for the case when the...
2001-03-05  Julian SmartwxFileSelector should have file name only, not path...
2001-03-04  Stefan Csomorchanged choice to properly inherit from wxChoiceBase...
2001-02-26  Vadim Zeitlinapplied patch 404136 which is supposed to fix BC5.5...
2001-02-23  Václav Slavíkusing wxURL now enforces linking http.o, ftp.o and...
2001-02-22  Václav Slavíkfixed FindFirst/FindNext in fs_zip, it should find...
2001-02-22  Julian SmartAdded PROIO_ prefix to yyparse to get it to link.
2001-02-22  Julian SmartAttempted to improve tip window behaviour, but kill...
2001-02-21  Václav Slavíkadded missing implementation of wxHashTableLong::Create
2001-02-20  Stefan Csomoradded a PROIO_yyparse function in order to compile...
2001-02-20  Vadim Zeitlinfixed memory leak in Accept()
2001-02-20  Václav Slavíkfixed some crashes
2001-02-20  George TaskerAdded a #ifndef for DMPAPER_USER to define it to the...
2001-02-19  Vadim Zeitlinfixed wxSocket::_Wait() for worker threads in an MT...
2001-02-16  Vadim Zeitlinapplied patch 103798 (yy... defines moved from expr...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-14  Vadim Zeitlinadded wxADJUST_MINSIZE sizer flag
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-13  George TaskerBeginnings of BLOB support - Do not use BLOBs yet thoug...
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2001-02-08  Vadim Zeitlinsome stupid attempts to make utf8 work - it doesn't...
2001-02-08  Vadim Zeitlinfixed bug in Eof(), finally
2001-02-07  Václav Slavíkfix for undefined LANG_XXX constants with some compilers
2001-02-06  Vadim Zeitlinapplied patch 103610
2001-02-05  George Tasker::Initialize() methods added to the helper classes
2001-02-04  George TaskerCleanup of formatting of text
2001-02-03  George TaskerhstmtUpdate handle was not always being freed in all...
2001-02-03  George TaskerwxDbConnectInf is now converted to a class. Fully...
2001-02-02  Vadim Zeitlinapplied patch #103444
2001-02-02  Jouk Jansen Committing in .
2001-02-01  George TaskerAll char, char *, and char arrays changed to use wxChar...
2001-02-01  George TaskerChanged declaration of TREE events from being in both...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-31  Vadim Zeitlinevent handling seems to work again, new sample (event...
2001-01-31  George TaskerDestructor for wxMimeTypesManager was deleting its...
2001-01-31  George TaskerDestructor for wxFileType was deleting its member m_imp...
2001-01-29  George TaskerThe new SORT parameter for SelectViewType() and SelectD...
2001-01-27  Vadim Zeitlincompatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES...
2001-01-27  Vadim Zeitlinadded Id cvs tag
2001-01-27  Vadim ZeitlinwxEVT_USER_FIRST put back
2001-01-26  Vadim Zeitlindynamic event types actually work with these changes...
2001-01-26  Robert Roebling Updated ten thousand macros for new event type code.
2001-01-25  Robert Roebling New event types for use in external libs (and from
2001-01-25  Ron LeePatched to enable building on Debian/Alpha
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2001-01-24  Vadim Zeitlin1. patch from Søren Erland Vestø implementing wxFTP...
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2001-01-24  George TaskerAdded optional parameter to SelectDocumentType() and...
2001-01-23  Václav Slavíksynced intl.cpp and intl.h
2001-01-23  Vadim Zeitlinfixed FindItem() to work with submenus
2001-01-23  Vadim Zeitlinfixed bug in parsing filenames without paths, added...
2001-01-21  Vadim Zeitlinanother attempt to fix parser compilation
2001-01-20  Gilles Depeyrotcorrected creation of wxNORMAL_FONT for Mac OS
2001-01-19  David Websterchmod is not available in VisualAge
2001-01-19  Vadim Zeitlinremoved shift/reduce conflict
2001-01-18  Vadim Zeitlinadded timestamping to wxLogStream
2001-01-18  Jouk Jansen Committing in .
2001-01-17  Vadim Zeitlinapplied file history patch
2001-01-17  Vadim Zeitlintried to fix layout of label-less static box sizers
2001-01-17  Vadim Zeitlinadded RTLD_GLOBAL to dlopen flags (bug 128705)
2001-01-17  Vadim Zeitlinno changes
2001-01-17  Vadim Zeitlinfixed wxSplitPath() bug and added tests for it
2001-01-16  Vadim Zeitlinpatch from Roland Scholz to fix the file permissions...
2001-01-14  George TaskerFixed problem in wxDbColFor::Format() for mySQL (patch...
next