]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/window.tex
Navigate corrections
[wxWidgets.git] / docs / latex / wx / window.tex
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-13  Julian SmartCorrected return type of SetBackgroundColour
2004-06-09  Václav Slavíkremoved unneeded prototype
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-04  Julian SmartName change replacements
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-07  Robin DunnAdded some convenience inlines
2004-04-01  Václav Slavíksyntax fixes
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlindocumented Set/GetWindowVariant()
2004-03-23  Julian SmartMisc doc fixes
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-02-22  Julian SmartDoc corrections
2004-02-21  Julian SmartSome doc spacing fixes; removed references to
2004-02-04  Robin DunnUpdated note about wxWANTS_CHARS
2004-01-26  Václav Slavíkfixed syntax errors
2004-01-19  Julian SmartSome doc corrections
2004-01-12  Julian SmartAdded some constants. wxRAISED_BORDER not GTK+-only.
2004-01-11  Julian SmartAdded missing description for wxNO_BORDER
2003-10-27  Vadim Zeitlinremoved virtual from functions which are not; expanded...
2003-10-05  Vadim Zeitlinremoved extra virtual
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-16  Vadim Zeitlinmention that Add/RemoveChild() are internal
2003-08-30  Vadim Zeitlinfixed return value of Disable() (bug 795630)
2003-08-15  Julian SmartMisc. corrections
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian SmartFixed missing bracket
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinadded support for wxALWAYS_SHOW_SB (finally closes...
2003-07-06  Vadim Zeitlindocumented Fit() brokenness if sizers are not used
2003-07-03  Vadim Zeitlinfixed a typo in IsExposed, put SetValidator in correct...
2003-05-30  Vadim Zeitlinadded {Line/Page}{Up/Down}
2003-05-06  Julian SmartDoc clarifications
2003-04-16  Julian SmartAdded wxAccessible documentation
2003-03-31  Julian SmartRemoved old classes and functions
2003-02-13  Vadim Zeitlinsay that WarpPointer() is not supported under Mac
2003-01-18  Václav SlavíkTRUE/FALSE -> true/false in documentation
2003-01-17  Vadim Zeitlintried to make Close() docs more clear
2002-12-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-03  Mattia BarbonSmall clarification in ::wxShowTip docs.
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-06-13  Vadim Zeitlinfixed buglet in wxWindow::GetPosition docs
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-05-31  Robert Roebling Doc tweaks for FindWindowByXX
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-09  Vadim Zeitlinfixed return value of Enable() and Disable()
2002-05-05  Mattia BarbonDocumentation for wxClipboard::Flush
2002-05-05  Vadim Zeitlinfixed LaTeX compilation problems (part of patch 551210)
2002-04-21  Vadim Zeitlinadded and documented wxWindow::SetFocusFromKbd
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-08  Julian SmartRemoved a lot of redundant references to wxWindow:...
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-02-28  Ron LeeTypo fix for GetSizer.
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-01  Vadim Zeitlinfixed Show() doc, added Hide()
2002-01-29  Gilles Depeyrotadded precisions for GetSize and GetClientSize
2002-01-25  Vadim Zeitlinadded and documented wxWindow::RemoveEventHandler()
2002-01-25  Vadim Zeitlincommented out many OnXXX() functions
2002-01-19  Vadim Zeitlindocumented new CaptureMouse() behaviour
2002-01-11  Vadim Zeitlinminor wxFRAME_EX_CONTEXTHELP updates
2002-01-08  Julian SmartMoved include for Windows compilation; minor doc tweaks
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-08-29  Gilles Depeyrotcommented help references to OnXXX functions that are...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlindocumented ScrollLines/Pages
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-02  Vadim Zeitlinminor doc fixes (bug 433229)
2001-06-22  Vadim Zeitlinminor docs fixes
2001-06-16  Vadim Zeitlinadded GetSizer
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-03-28  Robin Dunnfixed typo in a couple method names for wxPython, also...
2000-12-20  Vadim ZeitlinwxPerl doc patches applied
2000-10-09  Julian SmartDoc corrections; added HelpGen project files
2000-08-20  Julian SmartDoc mods
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
2000-03-17  Julian SmartDoc updates; new grid disabled for BC++/WIN16 (too...
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-15  Julian SmartSome doc proofreading
2000-03-09  Vadim ZeitlinGet/SetDefaultItem docs corrections
2000-02-04  Julian SmartMinor doc typos removed; compilation improved for VC...
2000-02-02  Vadim Zeitlindocs can be built again (thanks lacheck!)
2000-02-02  Vadim Zeitlinadded CentreOnScreen(), updated the docs to clear this...
2000-02-02  Robin DunnwxPython doc updates
2000-02-01  Robert Roebling Various corrections to makefiles, RPMs etc.
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-14  Václav Slavíkfixed typos
2000-01-14  Robert Roebling image to bitmap rewrite,
1999-12-25  Václav Slavíkfixes of documentation - replaced \tt{...}, \em{.....
1999-12-24  Václav Slavíkmany fixes in documentation so that it compiles with...
1999-11-21  Robert Roebling Updates to event docs. (removed evthandler::default).
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-29  Robin DunnwxPython doc updates
1999-10-20  Robin DunnSince wxPanel is now AutoLayout aware, removed indirect...
next