]> git.saurik.com Git - wxWidgets.git/history - src/common
Added optional parameter to SelectDocumentType() and SelectViewType() to allow the...
[wxWidgets.git] / src / common /
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.
2000-11-15  David Websterbad delete operator, should be delete [] for gs_FSMimeF...
2000-11-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2 and some...
2000-11-04  Václav Slavíkworkarounded false memory leak report
2000-10-25  Jouk Jansen Committing in .
2000-10-25  David Webstercompile bug fix
2000-10-24  David WebsterOS/2 updates for easier VA debugging
2000-10-20  Vadim Zeitlinremoved the pad from wxWindow::DoGetBestSize(), now...
2000-10-20  Vadim Zeitlinfixed off by 1 error in CharsetToEncoding() for CP...
2000-10-16  Julian SmartFixed memory leak
2000-10-12  Vadim Zeitlinanother GetInt/GetId bug fix
2000-10-11  Vadim Zeitlincosmetic fixes to font encoding names
2000-10-11  Václav Slavíkfixed Cyrillic encodings
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-05  Julian SmartRemoved wxFindFocusDescendant for non-wxMSW platforms.
2000-10-04  Vadim Zeitlinmerged in the commit from the 2.2 branch
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-03  Jouk Jansen Modified Files:
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-10-02  Vadim Zeitlinfix for group names containing ']'
2000-09-26  Julian SmartFiddled with wxFindWindowAtPoint to make it work with...
2000-09-26  Vadim Zeitlinfix from Robert
2000-09-26  Jouk Jansen Committing in .
next