]> git.saurik.com Git - wxWidgets.git/history - src/common
wxTopLevelWindow (only for wxGTK for now)
[wxWidgets.git] / src / common /
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-09-11  Vadim Zeitlindon't try to translate the standard encoding names
2001-09-07  Kendall BennettMerged in latest wxApplet code from SciTech Perforce...
2001-09-06  Vadim Zeitlinapplied patch from Xavier Nodet implementing better...
2001-09-04  Jouk Jansen Committing in .
2001-09-02  Václav Slavíkapplied utf-8 fix patch
2001-09-01  Robin DunnAdded classinfo macros for wxTreeEvent
2001-08-31  Vadim Zeitlinapplied a patch to remove spurious constrains unsatisif...
2001-08-30  Václav Slavíkminor fix that was part of helpbest.patch
2001-08-28  Vadim Zeitlinanother compilation fix for whitespace-averse compilers
2001-08-28  Vadim Zeitlincompilation fix: ifdef instead of if
2001-08-28  Vadim Zeitlinimplemented wxDir::HasSubDirs() optimization for Unix
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-08-25  Vadim Zeitlinapplied patch 432814: saving BMP in 1, 4 and 8 bpp
2001-08-24  Robert RoeblingPatch (partially back) so that images work in wxHTML.
2001-08-24  Stefan Csomoradded connect sequence for mac
2001-08-24  Vadim Zeitlinfix for the short locale name construction
2001-08-24  Vadim Zeitlinno changes
2001-08-24  Vadim Zeitlingenerate wxEVT_ACTIVATE_APP events for wxMSW too
2001-08-24  Vadim Zeitlinremoved extra wxSTD
2001-08-24  Vadim Zeitlinadded missing wxSTDs
2001-08-23  Stefan Csomoradded conversion to mac native filenames from local...
2001-08-22  Václav Slavíkfixed yet another bug in wxStream classes
2001-08-20  Julian SmartFixed GetLongPath bug -- should use GetFullName and...
2001-08-19  Václav Slavíknicer version compilation fix for wxUSE_WCHAR_T=0 ...
2001-08-19  Stefan NeisFix for wxUSE_WCHAR_T == 0
2001-08-19  Robert RoeblingWe use native paths now in wxWindows. On the Mac, too.
2001-08-18  Robert Roebling The Scale() code in the 2.3 tree turned out to
2001-08-18  Robert RoeblingCompile fix.
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-14  Vadim Zeitlin1. reset default item in ~wxWindow (better to be safe)
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-08-13  Stefan Csomoradded translation of mac system into language, adaption...
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 .
next