]> git.saurik.com Git - wxWidgets.git/history - src/common
1. fixed test in configure for gettimeofday() argument
[wxWidgets.git] / src / common /
2001-08-07  Vadim Zeitlinremoved Robert's message box
2001-08-06  Václav SlavíkUnicodification of wxTextFile
2001-08-06  Václav Slavíkwhy was generic wxNativeFontInfo code disabled for...
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-08-06  Vadim ZeitlinwxBase compilation fix
2001-08-06  Vadim Zeitlinfixed infinite recursion in SetFocus()
2001-08-06  Vadim Zeitlinbug in SetLastFocus corrected
2001-08-06  Vadim Zeitlincompilation fixes
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-02  Vadim Zeitlinremember unknown charsets in the config too
2001-08-01  Václav Slavíkhopefully fixed bytesex issues in strconv
2001-08-01  Václav Slavíkadded bmpbase.cpp (forgotten during merge?)
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-08-01  Vadim Zeitlinremoved KLB mods - but I'm doing this for the last...
2001-07-31  Vadim Zeitlindeclare and define wxEVT_COMMAND_TEXT_UPDATED even...
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-23  Vadim Zeitlinfixed bug with wxPathExists('c:\') yet again
2001-07-23  Vadim Zeitlin1. fixed bug with empty value not being written to...
2001-07-20  Vadim Zeitlinfixed crash in XPM decoder when reading non XPM files
2001-07-19  Vadim ZeitlinFreeBSD compilation fix
2001-07-18  Václav SlavíkMingw Unicode fix
2001-07-18  Václav SlavíkUnicode fixes to wxCmdLineParser
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-07-16  Vadim Zeitlinremoved assert which could be provoked by correct code
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-14  Vadim Zeitlinuse wxRegEx if available in wxString::Matches
2001-07-14  Vadim Zeitlinrewrote wxRegEx::Replace() to do something useful
2001-07-14  Robert RoeblingRestored wxFileName::GetFullPath()
2001-07-14  Robert RoeblingwxIsAbsolutePath was correct.
2001-07-14  Robert RoeblingwxIsAbsolutePath is strange under wxMac
2001-07-13  David Webstertrue vs TRUE again.
2001-07-13  Vadim Zeitlinadded wxRegEx::GetMatch
2001-07-13  Vadim ZeitlinwxRegEx class added
2001-07-13  Vadim Zeitlinadded headers needed for wxBase compilation
2001-07-12  George Tasker::Catalog() function was failing against several databa...
2001-07-12  Jouk Jansen Committing in .
2001-07-12  Vadim Zeitlinfixed VC++ warning
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-11  Vadim Zeitlinadded wxLogChain and wxLogPassThrough classes
2001-07-10  Václav Slavík1. #ifdefed wxPopupComboWindow to be used only in wxUniv
2001-07-10  Vadim Zeitlinmade wxLog::Set/GetVerbose() static back again
2001-07-10  Vadim Zeitlinadded cmd line parsing support to wxApp and --theme...
2001-07-10  Vadim Zeitlinmore combobox appearance fixes
2001-07-10  Vadim ZeitlinwxComboBox appearance fixes, looks fine now but doesn...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlincompilation fixes
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-07-07  Vadim Zeitlinuse wxTextFile::Eol() in wxEndL
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-07  Vadim Zeitlinapplied patch 436908 (warning fix in serialization...
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Gilles Depeyrotcorrected WXWIN_COMPATIBILITY conditional tests
2001-07-06  Vadim Zeitlincompilation fix for broken OS/2 compiler
2001-07-06  Václav Slavíkfixed a design flaw in wxFontMapper that prevented...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-07-04  Jouk Jansen Committing in .
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-03  Julian SmartMSW fixes; added wxUSE_XPM to wxUniv's setup.h so now...
2001-07-02  Vadim Zeitlinfixed deleting pages from the notebook
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-07-02  Vadim Zeitlinfix (?) for error in wxCSConv::LoadNow()
2001-07-02  Julian SmartMore wxMicroWindows fixes
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-07-02  Vadim Zeitlinfixed bug in wxString::Matches() - backtrack now if...
2001-07-02  Vadim Zeitlincrash in wxAppBase::SetActive fixed
2001-07-01  Julian SmartRemoved arbitrary window-shrinking code; corrected...
2001-07-01  Václav Slavíkadded #ifdef wxUSE_XPM around XPM handler initialization
2001-07-01  Václav Slavík1) fixed handling of 48bit colors in XPMs
2001-06-30  Vadim Zeitlinfixed xpm colour parsing bug due to case sensitive...
2001-06-30  Julian SmartMore fixes for wxUniv
2001-06-29  Gilles Depeyrotimplemented Carbon printing for wxMac
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-29  Vadim Zeitlin2 more files added on wxUniv branch I had forgot to...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-29  Vadim Zeitlinfixed 2 year old bug in wxBaseArray::operator=() (who...
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-27  Gilles Depeyrotreset preview bitmap variable to NULL after deleting it
2001-06-27  Vadim Zeitlinanother file I added on the wxUniv branch and forgot...
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-23  Gilles Depeyrotuse Print Manager session APIs if PM_USE_SESSION_APIS...
2001-06-21  Vadim ZeitlinwxBase compilation fix
2001-06-21  Vadim Zeitlinsome warnings fixed
2001-06-17  Václav Slavíkfixed stream error handling
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-15  Vadim Zeitlinapplied patch 430961 (fix for wxHashTable::Put(key...
2001-06-15  Vadim Zeitlinrestored (and slightly improved) wxImage::Scale() fix
2001-06-14  Kendall BennettReverted wxFileSystem changes to image.cpp and dib.cpp
2001-06-14  Vadim Zeitlinfixed indentation and warnings/bugs
2001-06-12  Václav Slavíkfixed another bug in strconv
2001-06-12  Václav Slavíkstandardized encoding names to windows-12xx and iso...
next