]> git.saurik.com Git - wxWidgets.git/history - src/common
moved some headers inside #ifndef WX_PRECOMP
[wxWidgets.git] / src / common /
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...
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-06-12  George TaskerFixed compile problems under MingW32 compiler
2001-06-12  Guillermo Rodrigue... For all platforms except WXMAC, the wxGIFDecoder::dgif...
2001-06-11  Václav Slavíkfixed infinite loop when looking up nonexistent encodin...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,
2001-06-11  George TaskerChanged the 'true's and 'false's back to TRUE and FALSE
2001-06-11  David Websterremoved compiler warnings about assignments in logical...
2001-06-11  Vadim Zeitlinanother attempt to fix strconv.cpp compilation
2001-06-11  Julian SmartProject file updates; cast in strconv.cpp to compile...
2001-06-10  Vadim Zeitlinanother compilation fix
2001-06-10  George TaskerwxDbGrid additions contributed by Paul and Roger Gamman...
2001-06-10  George TaskerwxDbGrid additions
2001-06-10  George TaskerwxDbGrid additions
2001-06-10  George TaskerwxDbGrid additions - Added support for ODBC date types
2001-06-10  Vadim Zeitlincompilation fix for SIZEOF_WCHAR_T being undefined
2001-06-09  Vadim Zeitlinadd #error for platforms with weird sizeof(wchar_t)
2001-06-09  Vadim Zeitlinapplied patch 430835 (missing wxSTD breaking compilatio...
2001-06-09  Vadim Zeitlinfixed bug 419079 (wxDateTime::ParseTime() didn't find...
2001-06-09  Vadim Zeitlin1. added wxAssertIsEqual() function to be used in wxASS...
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-07  Stefan Csomorremoved duplicate definition
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
next