]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx
add Create to wxDocParentFrame
[wxWidgets.git] / docs / latex / wx /
2006-09-14  Paul Cornettadd Create to wxDocParentFrame
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-13  Vadim Zeitlinadded wxWindow::IsFrozen() (only existed in wxMSW and...
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Vadim Zeitlindocument wxChildFocusEvent
2006-09-11  Václav SlavíkwxXML load/save improvements: added ability to not...
2006-09-10  Vadim Zeitlinadded hyperlink alignment flags (patch 1537043)
2006-09-10  Vadim Zeitlinminor corrections and note about Unicode (patch 1555691)
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-09-09  Robert Roebling Typo.
2006-09-09  Robert Roebling Applied doc patch.
2006-09-09  Robert Roebling Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
2006-09-09  Robert Roebling Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
2006-09-06  Paul CornettAlways use wxFULL_REPAINT_ON_RESIZE for generic status...
2006-09-06  Robert Roebling Applied patch which allows you to detach a stream
2006-09-06  Robert Roebling Commit Carsten Fuchs' patch for separating wxGLCanvas
2006-09-05  Vadim Zeitlindocument GetStrings() (patch 1552225)
2006-09-05  Vadim Zeitlinwx printf() implementation bug fixes ('%' handling...
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinadded a couple of base classes
2006-09-04  Michael WetherellDocument __WINE__.
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-09-01  Robert Roebling Began to move wxAUI docs to latex.
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-08-28  Vadim Zeitlindocument maxLenght and rectBounds ctor parameters;...
2006-08-28  Robert Roebling Don't use wxTHICK_FRAME in the docs anymore.
2006-08-28  Robert Roebling Update info on wxMiniFrame.
2006-08-27  Stefan Csomorhint to alpha colours added
2006-08-27  Stefan Csomoradding alpha channel doc
2006-08-25  Vadim Zeitlinquote an underscore
2006-08-25  Vadim Zeitlinremoved extra '}'
2006-08-23  Vadim Zeitlinclarified LeftIsDown() behaviour for left click events
2006-08-23  Vadim Zeitlindocumented wxURLDataObject
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-20  Vadim Zeitlinupdates for wxDialog affirmative/escape id buttons...
2006-08-18  Julian SmartApplied patch [ 1531615 ] size support for wxFileName
2006-08-16  Václav SlavíkwxPlatformInfo::IsUsingUniversalWidgets() was broken...
2006-08-16  Václav Slavíkfixed syntax errors (incorrect use of _)
2006-08-16  Václav Slavíkdocumented wxAppTraits::GetPlatformInfo doesn't exist...
2006-08-15  Vadim Zeitlinclarify LeftIsDown() description
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Vadim Zeitlincorrected example of GetUserConfigDir() return value...
2006-08-13  Vadim Zeitlinadded wxDir::FindFirst() (modified patch 1525502)
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
2006-08-09  Vadim Zeitlininvalid size is (size_t)-1, not 0xffffffff; stream...
2006-08-08  Václav Slavíkadded wxRect::Inside(wxRect) for testing if a rectangle...
2006-08-07  Vadim Zeitlinupdated docs after moving SetDefaultItem() from wxPanel...
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-29  Vadim Zeitlintypo (patch 1528925)
2006-07-29  Vadim Zeitlinadd @DATE@, @TIME@ and @TITLE@ macros to HTML printing...
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-29  Stefan NeisAdded default value for "pos" parameter in constructor...
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-07-25  Vadim Zeitlindocument HasAlignment(), Left/RightIndent() and Tabs...
2006-07-25  Vadim Zeitlinimprovements to wxPickerBase default proportion values...
2006-07-25  Vadim Zeitlinhandlers added using AddHandler() last must have the...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-25  Vadim Zeitlinadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-07-24  Vadim Zeitlinimproved Skip() docs (replaces patch 1516341)
2006-07-24  Vadim Zeitlinadded wxID_ANY default value for the id parameter of...
2006-07-24  Vadim Zeitlinadded HasHandlerForPath() (modified patch 1514524)
2006-07-24  Vadim Zeitlinadded FindFileInPath() (part of an otherwise rejected...
2006-07-24  Mart RaudseppwxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS...
2006-07-24  Włodzimierz Skiba[ 1518434 ] wxSize::Scale with wxScale and wxPoint...
2006-07-22  Mart RaudseppEscape underscores
2006-07-20  Włodzimierz Skiba[ 1523907 ] Remove unnecessary wxComboCtrl window style.
2006-07-20  Vadim Zeitlinadded non-static GetCentury(), removed default value...
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-17  Włodzimierz Skiba[ 1519202 ] wxComboCtrl::SetButtonPosition() to support...
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-07-15  Václav Slavíkadded default value argument to wxXmlResourceHandler...
2006-07-14  Vadim Zeitlinfix the bug with the current path being restored if...
2006-07-06  Vadim ZeitlinwxMenu::AppendRadioItem() now implemented under all...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-07-04  Mart RaudseppThe method is called CreatePopupMenu, not CreatePopupIcon
2006-07-03  Julian SmartwxRichTextCtrl updates and corrections
2006-07-02  Vadim Zeitlinadded indirect base classes too (patch 1513451)
2006-07-02  Vadim ZeitlinIndex() is const (patch 1513451)
2006-07-02  Vadim Zeitlinadded ExpandAllChildrne() (patch 1498343)
2006-07-01  Julian SmartCorrected GIF
2006-07-01  Julian SmartFirst cut at wxRichTextCtrl documentation
2006-07-01  Julian SmartRemoved duplicate wxDCClipper documentation
2006-07-01  Julian SmartSwapped parameters
2006-06-30  Angel Vidal VeigaOld socket code has no wxDatagramSocket::Connect()...
2006-06-30  Angel Vidal VeigawxDatagramSocket docs added
2006-06-29  Julian SmartMoved wrongly placed hit test constants
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-27  Julian SmartAdded wxPROPSHEET_TREEBOOK option
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
next