]> git.saurik.com Git - wxWidgets.git/history - include/wx
wxTopLevelWindow (only for wxGTK for now)
[wxWidgets.git] / include / wx /
2001-07-27  Robin DunnAdded some WXDLLEXPORTs
2001-07-26  Vadim Zeitlinforgotten method declaration
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-25  Vadim Zeitlinfix for focus handling when deleting the items
2001-07-24  Vadim Zeitlinfixed compilation problem with multiple Update()s
2001-07-23  Gilles Depeyrotrenamed Number method (should be GetCount)
2001-07-23  Vadim Zeitlinuse Windows standard icons instead of our own (patch...
2001-07-23  Vadim Zeitlin1. fixed bug with empty value not being written to...
2001-07-23  Vadim Zeitlinadded and documented wxDir::HasFiles/SubDirs(), use...
2001-07-22  Gilles Depeyrotfixed wxListBox inheritance
2001-07-22  Gilles Depeyrotcorrected conditional compilation tests
2001-07-22  Gilles Depeyrotcorrected pragma interface/implementation for Mac OS X
2001-07-21  Gilles Depeyrotcorrections for wxGtk compilation under Darwin/Mac...
2001-07-21  Gilles Depeyrotadded missing conditional compilation test for wxUSE_PR...
2001-07-20  Vadim Zeitlintest for __WIN95__ in the main header, not platform...
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-19  Václav Slavíknew wxHtmlParser core
2001-07-19  Vadim Zeitlinadded test for THREADS if JOYSTICK is set
2001-07-18  Václav SlavíkUnicode complation fixes
2001-07-18  Václav Slavík- fixes warnings with mingw crosscompilation
2001-07-18  Václav SlavíkMingw Unicode fixes
2001-07-18  Václav SlavíkUnicode fixes to wxCmdLineParser
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-07-16  Vadim Zeitlincompilation fix I had forgot to commit
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-15  Stefan Csomorno message
2001-07-14  Vadim Zeitlinrewrote wxRegEx::Replace() to do something useful
2001-07-14  Robin DunnAdded wxUSE_WAVE to setup0.h and checked for it in...
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-07-14  Vadim Zeitlinimplemented RefreshItem(s) under MSW
2001-07-13  Vadim Zeitlinadded RefreshItem(s) methods
2001-07-13  Vadim Zeitlinadded wxListView class: this is going to be a wxListCtr...
2001-07-13  Vadim Zeitlinadded wxUSE_REGEX
2001-07-13  David WebsterOS/2 Updates for this week.
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-13  Vadim Zeitlinfix for wxBase compilation (misplaced #if wxUSE_GUI)
2001-07-12  Julian SmartCorrected DoBlit
2001-07-12  Vadim Zeitlinfixed VC++ warning
2001-07-12  Vadim Zeitlinimplemented attributes support for native virtual list...
2001-07-11  Stefan Csomorseveral mac fixes (Mark Newsams patches)
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
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ík#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 Zeitlinadded wxUSE_CMDLINE_PARSER
2001-07-10  Vadim Zeitlinadded #if wxUSE_CMDLINE_PARSER around the header
2001-07-10  Vadim Zeitlinmoved WX_USE_THEME macros inside IMPLEMENT_APP
2001-07-10  Vadim ZeitlinwxComboBox appearance fixes, looks fine now but doesn...
2001-07-10  Vadim Zeitlinadded wxBU_EXACTFIT style
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-10  Vadim ZeitlinwxFrameNative is now defined in wx/frame.h itself
2001-07-09  Vadim Zeitlinfixes to my previous errors in stack/vector (patch...
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Vadim Zeitlinadded wxDCClipper
2001-07-09  Vadim Zeitlin Mattia's temp fix for cross-compiling
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Vadim Zeitlinone more check: for wxUSE_HTML
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-07-08  Václav SlavíkwxHTML fixes
2001-07-08  Gilles Depeyrotadded missing destructor for Mac OS X compilation
2001-07-07  Vadim Zeitlinoops, I didn't mean to commit this testing code
2001-07-07  Vadim Zeitlinadded vector and stack classes (UNTESTED)
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Václav Slavíksafe macro expansion
2001-07-07  Robert Roebling Added wxPopupWindow to GTK port, wxComboBox had to
2001-07-07  Stefan Csomormac fixes
2001-07-07  Gilles Depeyrotcorrected wxGauge to inherit from wxGaugeBase
2001-07-07  Gilles Depeyrotcorrected friend declaration for CodeWarrior compilation
2001-07-07  Gilles Depeyrotcorrected WXWIN_COMPATIBILITY conditional tests
2001-07-06  David WebsterOS/2 update for wxUniv merge.
2001-07-06  Vadim Zeitlinvirtual wxListCtrl support (UNTESTED)
2001-07-06  Gilles Depeyrotadded missing include
2001-07-06  Václav Slavíkfixed a design flaw in wxFontMapper that prevented...
2001-07-06  Stefan Csomorfirst impl (needs extending)
2001-07-06  Julian SmartImplemented input disabling for disabled windows since...
2001-07-05  Julian Smart#ifdefed out some redundant base classes so DLL version...
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 list control functions (but not implement...
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-07-05  Vadim Zeitlinfixed ifdef
2001-07-05  Vadim Zeitlinadded wxUSE_COLOURDLG to the header too
2001-07-04  Vadim Zeitlinadded wxUSE_COLOURDLG setting
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-07-04  Vadim Zeitlinuse fontdlgg.cpp under wxUniv/GTK
2001-07-04  Vadim Zeitlinmake it possible to use wxToolBarSimple as wxToolBar...
2001-07-04  Vadim Zeitlinreverted Julians changes to the pragmas
2001-07-04  Vadim Zeitlinreverted Julians changes to the pragmas
2001-07-04  Julian SmartChanged the pragmas to allow debugging under Linux
2001-07-04  Jouk Jansen Committing in .
2001-07-04  George TaskerAdded some #includes that were needed in not using...
2001-07-04  Julian SmartAdded some missing tests; replaced scrolwin.cpp with...
next