]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/function.tex
added wxGetMultiChoice() (which refuses to work for some reason - will fix
[wxWidgets.git] / docs / latex / wx / function.tex
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-07  Julian SmartAdded some docs
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Julian SmartAdded stub for wxHandleFatalExceptions. But where's...
2000-03-18  Julian SmartDoc tweaks
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-15  Julian SmartSome doc proofreading
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-22  Vadim Zeitlin1. wxMenuBar::FindMenu() made "const"
2000-02-17  Vadim ZeitlinwxSysErrorCode/Msg documented
2000-02-11  Julian SmartDoc bug fixes
2000-02-11  Julian SmartManual fixes
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-07  Harco de HilsterSome fixes (&->\&, _->\_) to remove latex complaints.
2000-02-04  Julian SmartMinor doc typos removed; compilation improved for VC...
2000-01-24  Guillermo Rodrigue... Updated some bits in socket docs.
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-21  Guillermo Rodrigue... Some things added
2000-01-19  Václav Slavíkadded wxFileModificationTime
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
2000-01-02  Robert Roebling Documented wxMutexGuiEnter etc and thread sample.
1999-12-29  Julian SmartTidied some doc references; added Stefan's Blit optimis...
1999-12-29  Robert Roebling Small doc updates, mainly wxDropTarget,
1999-12-24  Václav Slavíkmany fixes in documentation so that it compiles with...
1999-12-12  Robert Roebling Some doc updates.
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-21  Robert Roebling Updates to event docs. (removed evthandler::default).
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-15  Vadim ZeitlinwxSnprintf() and wxVsnprintf() added, documented and...
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-12  Vadim ZeitlinOutputDebugStringW95 removed - it's really unnecessary...
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-01  Robert Roebling Small doc updates.
1999-10-22  Julian SmartMore broken code corrections; broken Latex file correct...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-02  Robert Roebling Updated doc for wxFileExists()
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-09-20  Sylvain Bougnouxchange wxImage::InitAllHandlers to wxInitAllImageHandle...
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-18  Robert Roebling EMX compilation,
1999-07-27  Harco de Hilsterminor fix
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-16  Robert Roebling wxWINE things.
1999-06-11  Robert Roebling Implemented ListCtrl::SetColumnWidth() wxLIST_AUTOSIZE
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-04-15  Karsten BallüderAdded a wxYield() warning to wxExecute() entry.
1999-04-15  Karsten BallüderAdded wxEnableTopLevelWindows(bool enable) for use...
1999-04-06  Julian SmartFixed OnMenuHighlight, wxPrintData problems
1999-04-01  Vadim ZeitlinwxMkDir() has 'perm' argument
1999-04-01  Vadim ZeitlinwxFindNextFile typo corrected
1999-03-31  Vadim ZeitlinwxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
1999-03-30  Vadim Zeitlindocs synchronized with code
1999-03-22  Karsten Ballüderfixed the description of wxSafeYield()
1999-03-22  Vadim ZeitlinwxSafeYield documented
1999-03-08  Julian SmartSmall changes incl. making wxTAB_TRAVERSAL always on...
1999-03-06  Julian SmartSmall changes
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-02-27  Vadim Zeitlin1. (very) short i18n overview added, wxGetTranslation...
1999-02-26  Vadim Zeitlinchar */wxString confusion cleaned in the docs
1999-02-26  Julian SmartDoc fixes
1999-02-26  Julian SmartSome doc fixes
1999-02-18  Vadim ZeitlinwxSplitPath() bugs corrected and it's documented
1999-02-17  Vadim ZeitlinwxExecute() fixes and doc updates: the return value...
1999-02-17  Vadim ZeitlinwxProcess fixes (Detach() added), cleared/corrected...
1999-02-15  Julian SmartAdded 'Include files' section to class references
1999-02-09  Julian SmartRemoved some TODOs in the Latex docs; changed wxMotif...
1999-02-09  Vadim ZeitlinwxFindFirst/NextFile() now return wxString and not...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Julian SmartSome warnings removed.
1999-01-25  Julian SmartSplit up wxStream doc files; added wxTCP... files;...
1999-01-17  Julian SmartVC++ compilation correction; doc file corrections
1999-01-09  Robert Roebling ODBC updates
1999-01-07  Julian SmartWatcom C++ mods
1998-11-17  Julian SmartAdded sash window and layout window docs; added wxLog...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-03  Guilhem Lavaux* Fixed Async -> sync in wxExecute
1998-05-20  Karsten BallüderI've now added the documentation files.