]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx
updated version to 2.8.1
[wxWidgets.git] / docs / latex / wx /
2002-05-08  Mattia BarbonAdded documentation for wxListItem.
2002-05-08  Mattia BarbonFix _ quoting to make tex2rtf happier
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-07  Vadim Zeitlinremoved Left(char ch) version which doesn't exist any...
2002-05-06  Julian SmartDid a small amount of proofreading of the ODBC docs.
2002-05-06  Vadim Zeitlinadded wxCheckBox::IsChecked() to wxMac and documented it
2002-05-05  Mattia BarbonDocumentation for wxClipboard::Flush
2002-05-05  Vadim Zeitlinadded files for LaTeX compilation (second part of the...
2002-05-05  Vadim Zeitlinfixed LaTeX compilation problems (part of patch 551210)
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-05  Julian SmartDoc tweaks
2002-05-04  Stefan NeisUpdated documentation according to recent array changes.
2002-05-04  Vadim Zeitlinfixed wxDirDialog ctor docs
2002-05-02  Mattia BarbonMissing bracket in array.tex
2002-05-02  Vadim Zeitlinsplitted wxFileStream docs in 2 files to make the class...
2002-05-02  Vadim Zeitlinfixed type: wxUint16 -> wxUint32 (patch 549556)
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-27  Vadim Zeitlinsome docs for wxArray(int n) mods
2002-04-27  Vadim Zeitlinmention that creation time only lives up to its name...
2002-04-21  Vadim Zeitlinadded and documented wxWindow::SetFocusFromKbd
2002-04-20  Julian SmartTypo fixed in tsizer.tex; no change to setup0.h
2002-04-20  Vadim Zeitlinmention that doing SetFocus() results in the focus...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Václav Slavíksome wxArtProv docs
2002-04-16  Václav Slavíkfixed outdated filenames
2002-04-16  George TaskerFixes for documentation compilation
2002-04-15  Vadim Zeitlinadded wx/ipc.h and used/documented it
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-12  Vadim Zeitlinimplemented IPC using Unix domain sockets
2002-04-12  Vadim Zeitlinreplaced SetName() with SetText()
2002-04-12  Vadim Zeitlinimplemented wxChoice::Delete
2002-04-11  Vadim Zeitlinfixed 2 small typos (reported by Janos Vegh)
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-09  Vadim Zeitlinfixed a bug in wxStopWatch::Pause() (wouldn't pause...
2002-04-08  Julian SmartFurther fixes to references
2002-04-08  Julian SmartRemoved a lot of redundant references to wxWindow:...
2002-04-08  Vadim Zeitlinfixed several bugs in Mkdir() and also modified its...
2002-04-08  Vadim Zeitlinadded GetPath(flags) version to allow retrieving the...
2002-04-08  Julian SmartAdded wxDIRCTRL_EDITABLE style so we can choose whether
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-04-07  Vadim Zeitlinadded ra key methods docs
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Julian SmartVersion updates, manual date change, no change to dragi...
2002-04-07  Václav Slavíkadd artprov sample to the list
2002-04-06  Václav Slavíkfixed wxEncodingConverter::Convert docs
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-06  Václav Slavíkfixed typo
2002-04-05  Vadim Zeitlinadded a few missing tree events to the docs
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-03  Mattia BarbonMention wxCURSOR_BLANK
2002-04-03  Vadim Zeitlinadded a note about the constraints being deprecated
2002-04-02  Vadim Zeitlinfixed OnDropFiles() signature
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Vadim Zeitlinadded the include files section (patch 538251)
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-27  Vadim Zeitlinadded wxEXEC_MAKE_GROUP_LEADER (patch 535422)
2002-03-26  Julian SmartCopied roadmap from wxWebSite module
2002-03-26  Mattia BarbonDocs for wxDialog/wxFrame::SetIcons and wxIconBundle.
2002-03-26  Václav Slavíkwxhtml.rc not needed anymore
2002-03-26  Vadim Zeitlinupdate the toolbar docs for radio buttons
2002-03-26  Mattia BarbonCorrected ctors for wxPropertyListView and wxPropertyLi...
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Vadim Zeitlinadded and documented wxTB_NOICONS and wxTB_TEXT style...
2002-03-24  Václav Slavíkremove wxApp::GetStdIcon from documentation
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-03-22  Julian SmartRemoved references to wxHelpControllerHtml from docs.
2002-03-22  Václav Slavíktex2rtf doesn't like math mode
2002-03-22  Vadim Zeitlinadded Allow() docs
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Václav Slavíkdocs corrections and docs for Chris' wxImage::SaveFile...
2002-03-16  Václav Slavíkapplied wxTR_HIDE_ROOT patch for wxMSW
2002-03-15  Václav Slavíkapplied patch for seeking in GIF images
2002-03-15  Václav SlavíkwxLocale-related corrections to the docs
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-03-11  Vadim Zeitlinright clicking outside any column sets the column in...
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-03-06  Vadim Zeitlincorrect Insert() docs (bug #526172)
2002-02-28  Ron LeeTypo fix for GetSizer.
2002-02-25  Julian SmartAdded middle mouse event macros to wxListCtrl doc;...
2002-02-24  Vadim Zeitlinadded a note that wxStringList is obsolete
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-23  Robert Roebling applied doc patch for wxPostEvent().
2002-02-22  Vadim ZeitlinwxLogFatalError() now always aborts the program and...
2002-02-21  Vadim ZeitlinwxCursor(wxImage) added (Chris Elliott, patch 517439)
2002-02-20  Vadim Zeitlinuse base 10 by default in wxString::To[U]Long
2002-02-19  Vadim Zeitlinadded GetButton(), some cleanups
2002-02-19  Vadim Zeitlinadded a note about parsing numbers with leading zeroes...
2002-02-19  Vadim Zeitlintypo in style definition fixed
2002-02-17  Václav Slavíktell wxHTML users to initialize wxImage
2002-02-16  Vadim Zeitlinvarious splitter fixes:
2002-02-16  Václav SlavíkA couple of changes to wxImage:
next