]> git.saurik.com Git - wxWidgets.git/history - docs/latex
renamed meaningless IsRealClass() function in CanBeUsedWithXRCCTRL() because this...
[wxWidgets.git] / docs / latex /
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-13  Vadim Zeitlincorrected example; minor fixes to the text; uncommented...
2007-03-11  Vadim Zeitlinadded support for wxTE_NO_VSCROLL (patch 1588605) and...
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-10  Vadim Zeitlinadded GetTextExtent() overload returning wxSize (patch...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinadd a note about changing selection background colour
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-03-04  Vadim Zeitlinremove inexistent wxGetMultipleChoice()
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2007-02-19  Julian SmartDoc corrections
2007-02-17  Robert Roebling [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
2007-02-12  Vadim Zeitlinclarify Wait() semantics (see patch 1652076)
2007-02-12  Václav Slavíkfixed syntax errors
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2007-02-11  Vadim Zeitlinmiscellaneous minor corrections (patch 1652327)
2007-02-11  Vadim Zeitlinmade AddPendingEvent() virtual (patch 1652077)
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-08  Vadim Zeitlinadded const overload of GetChildren()
2007-02-07  Julian SmartAdded flag for removing attributes
2007-02-06  Robin DunnSet version number
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-02-05  Julian SmartTypo correction
2007-02-04  Vadim Zeitlinadd accessors using wxFileName to wxFile/DirPickerCtrl...
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-01  Vadim Zeitlindocument wxNewId() as being deprecated
2007-02-01  Vadim Zeitlindocument Next/PrevControlId
2007-01-31  Julian SmartCOrrected style doc
2007-01-31  Vadim ZeitlinAdded wxSizerFlags::Top() and Bottom()
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2007-01-24  Vadim Zeitlindocument that the parent window gets EVT_LEAVE_WINDOW...
2007-01-19  Julian SmartCorrections
2007-01-19  Julian SmartAdded missing functions
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-17  Julian SmartSpacing corrections, removed duplicate functions
2007-01-17  Julian SmartCorrected typos
2007-01-17  Julian SmartDocumented Set/GetBaseId
2007-01-14  Vadim Zeitlinadded wxSizerFlags::Shaped() and FixedMinSize() methods
2007-01-11  Vadim Zeitlinuse wxNO_LEN and wxCONV_FAILED symbolic constants inste...
2007-01-10  Julian SmartUpdated date
2007-01-08  Chris Elliottremove space which broke tex2rtf
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Vadim Zeitlincorrected ctor signature
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2007-01-07  Vadim Zeitlinoperators == and != are const (part of patch 1622125)
2007-01-05  Vadim Zeitlinmore unescaped underscores
2007-01-05  Vadim Zeitlinfix broken links to File/DirName()
2006-12-31  Vadim Zeitlincorrect OnOpenError() return type
2006-12-29  Vadim ZeitlinwxVariant and wxVariantData are ref counted too (patch...
2006-12-29  Vadim ZeitlinwxFileModificationTime return -1, not 0, on error ...
2006-12-24  Vadim Zeitlindocument ShowHidden() (patch 1619786)
2006-12-24  Vadim Zeitlinadded a couple of missing membersections and fixed...
2006-12-19  Mart RaudseppUnswap example returns values for GetPluginsDir and...
2006-12-16  Vadim Zeitlinadded links to Dir/FileName in construction section...
2006-12-15  Vadim Zeitlinmention wxRmDir() and its opposite return value meaning...
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Vadim Zeitlinfix LaTeX syntax (non-escaped underscore)
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Robert Roebling Mention that GetEditControl is only missing in Mac...
2006-12-06  Robert Roebling Correct Unicode support topic.
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-05  Julian SmartChanged month
2006-12-04  Kevin OllivierMention the wxSystemOption for turning on the generic...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinadded documentation of return value of ToggleWindowStyle()
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-03  Robert Roebling Missing bracket.
2006-12-03  Robert Roebling Move list of raw overviews under the categorized
2006-12-02  Vadim Zeitlinremoved many redundant 'overview's; tried to make more...
2006-12-02  Vadim Zeitlinremoved 2 more extra '{'s
2006-12-02  Vadim Zeitlinescape underscores to fix the docs build
2006-12-02  Vadim Zeitlinremove extra '{' which broke docs compilation
2006-12-02  Robert Roebling Managed to trick LaTex into using the overviews
2006-12-02  Vadim Zeitlinadded Get(MultiLine)TextEvent() overloads returning...
2006-12-02  Vadim ZeitlinSetFormat() exists in generic version only (bug 1605753)
2006-12-02  Robin DunnImplemented wxLocale::IsAvailable for unix systems
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-29  Robert Roebling Simpler version of [ 1604590 ] wxListCtrl::FindItem...
2006-11-28  Benjamin Williamsadded wxAuiNotebook::Split() documentation
2006-11-28  Julian SmartAdded wxAuiNotebook::GetPageText, GetPageBitmap
2006-11-27  Julian SmartFixed some typos
2006-11-26  Julian SmartFurther wxRTC doc updates
2006-11-26  Vadim Zeitlinreplaced some chars with wxChars (patch from Tim Kosse)
2006-11-26  Robert Roebling [ 1602455 ] [docs] Fix docs for event used by pickers...
2006-11-26  Robert Roebling [ 1602454 ] [docs] Fix wxANIM_ enum values
2006-11-26  Robert Roebling [ 1601396 ] Fix copy of empty wxXmlDocuments
next