]> git.saurik.com Git - wxWidgets.git/history - src/common
applied patch 103610
[wxWidgets.git] / src / common /
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...
2001-01-13  Václav Slavíkfixed stupid bug in LCID->locale string translation
2001-01-12  Václav Slavíkchanged wxLogWarning('catalog not found') message to...
2001-01-12  Václav Slavíkverbose mode wxLog disabled by default even in debug...
2001-01-11  Vadim Zeitlinfix/workaround for Trim() and accented letters
2001-01-10  Václav Slavíknew locales code checked in
2001-01-09  David WebsterNeeded to initialize time_t to 0 in GetTimeZone to...
2001-01-08  Vadim Zeitlinfix for better European date format parsing
2001-01-06  Vadim Zeitlinfix for gcc bug under Mac OS X
2001-01-06  Vadim Zeitlinfixed wxStreamBuffer::SetBufferIO() (thanks to Gilles...
2001-01-05  Vadim ZeitlinwxDateTime::IsValid() now returns m_time != (wxLongLong)-1
2001-01-04  Vadim Zeitlinadded wxArrayString::RemoveAt()
2001-01-04  Jouk Jansen Committing in .
2001-01-04  Vadim Zeitlinuse default timeout of 1 minute
2001-01-04  Vadim Zeitlinfix for Centre() (thanks Derry!)
2001-01-03  Vadim Zeitlina fix for new wu-ftpd
2000-12-31  Vadim Zeitlinreadded back SetFullName
2000-12-31  Vadim Zeitlinimplemented wxFileName::SplitPath(), wxSplitPath()...
2000-12-31  Vadim Zeitlinrewrote wxFileName::Normalize(), added a few methods...
2000-12-30  Vadim Zeitlinjust added some _T()s
2000-12-30  Robert Roebling Various fixes for wxFilename.
2000-12-30  Robert Roebling wxFileName II. It actually works.
2000-12-29  David Webstershould use array delete on a wxString object (line...
2000-12-28  Robert Roebling Added wxFileName.
2000-12-26  Vadim Zeitlin1. wxCopyFile() uses buffer (huge copy speed up)
2000-12-23  Vadim Zeitlinadded some error checking to wxCopyFile
2000-12-21  Vadim Zeitlinfix for -1 coords in wxWindow::Centre
2000-12-20  Václav Slavíkfixed wxTextFile::GuessType assertion
2000-12-19  Vadim Zeitlintons of wxFTP fixes and compilation fix for wxBase
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  David WebsterVisualAge V3.0 does not understand lowercase, "true...
2000-12-18  Vadim ZeitlinwxMimeTypesManager now supports creating associations...
2000-12-18  Vadim Zeitlinminor fixes for the font info patch
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-12-10  Vadim Zeitlinmerged in slider validation bug from the 2.2 branch
2000-12-03  Julian SmartAdded accelerators to Undo/Redo menu items
2000-11-29  David WebsterVA needs FALSE not false
2000-11-27  David WebsterOS/2 VisualAge doesn't know about lower case true and...
2000-11-27  David WebsterA few OS/2 additions to enable the colour database...
2000-11-26  Vadim ZeitlinwxSetEnv for Win32 (doesn't really work)
2000-11-26  Vadim Zeitlinfix for uninit vars
2000-11-26  Vadim Zeitlinoops... compilation fix
2000-11-26  Julian SmartAdded m_destroybuf initialisation
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-11-25  Vadim Zeitlinfixed Set(wxPercentOf) (bug #12227)
2000-11-24  Robert Roebling Made geometry class link.
2000-11-24  George TaskerAdded wxDbTable::SetOrderByColNums() function
2000-11-24  George TaskerIncreased the max length of allowed WHERE clauses and...
2000-11-24  Robert Roebling matrix compile fix
2000-11-24  Robert Roebling Made dnd reentrent safe as per stable tree.
2000-11-24  Vadim Zeitlinlinking fix
2000-11-23  Vadim Zeitlinmore fixes to stream code: allow deriving from wxStream...
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-11-23  Vadim Zeitlinfixed memory allocation code of wxStreamBuffer to not...
2000-11-22  George TaskerFixed problems with the wxDb::Open(wxDb *copyDb) not...
2000-11-22  George TaskerAdded what I think is full support for Null column...
2000-11-20  George TaskerSQL Server and (preliminary) DB2 support added
2000-11-20  George TaskerAdded preliminary DB2 support.
next