]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx
split wxRegion(wxBitmap) ctor into two ctors with clearer semantics
[wxWidgets.git] / docs / latex / wx /
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-05  Václav Slavíkapplied patch 744616: WXRC extension for automated...
2004-02-04  Václav Slavíkfixed bug #890430, parameter documented twice
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-04  Robin DunnUpdated note about wxWANTS_CHARS
2004-02-02  Václav Slavíkdocumented new API
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Vadim Zeitlinremoved obsolete wxToLower/Upper() documentation
2004-02-01  Václav Slavíkadded wxWave sample
2004-01-26  Václav Slavíkfixed syntax errors
2004-01-26  Václav Slavíkdocumented wxMGL's system options
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-22  Vadim Zeitlinreplaced (references to) LastError() with GetLastError...
2004-01-19  Julian SmartSome doc corrections
2004-01-17  Mattia Barbon Correct wxPerl note.
2004-01-14  Ryan NortonA little clarification
2004-01-13  Julian SmartAdded Emulator, configtool
2004-01-13  Julian SmartCorrected wrong reference to Gizmos location
2004-01-12  Julian SmartAdded some constants. wxRAISED_BORDER not GTK+-only.
2004-01-11  Julian SmartApplied patch [ 837515 ] wxIPaddress + docs patch
2004-01-11  Julian SmartApplied patch [ 874495 ] wxMSW: Flat buttons
2004-01-11  Julian SmartAdded missing description for wxNO_BORDER
2004-01-09  Julian SmartAdded FromAscii, ToAscii docs
2003-12-25  Julian SmartAdded FindById doc
2003-12-24  David ElliottAdded note about (not) multiply inheriting from wxEvtHa...
2003-12-24  Ryan NortonwxMenuBar derives from wxWindow...
2003-12-23  Ryan NortonAdded note about deleting returned object (OpenFile)
2003-12-21  Ryan NortonCommitted Mike's Update Patch
2003-12-20  Julian SmartAdded wxPATH_NORM_SHORTCUT
2003-12-15  Ryan Nortonreversed change
2003-12-14  Ryan NortonAdded last updated to it
2003-12-13  Ryan NortonUpdated regex docs to remove license...
2003-12-11  Julian SmartApplied patch [ 840721 ] convenience function wxRect...
2003-12-11  Julian SmartApplied [ 827604 ] missing method for wxCalendarEvent
2003-12-11  Julian SmartApplied patch [ 818336 ] Add timestamp to gzip out...
2003-12-11  Julian SmartApplied patch [ 827011 ] Event-based processing of...
2003-11-30  Vadim Zeitlinadded NULL here too (forgot to commit when added to...
2003-11-24  Vadim Zeitlinmention wxTheApp
2003-11-18  Robin DunnFixed a tex2rtf warning
2003-11-18  Robin DunnAdded FindItemAtPoint
2003-11-15  Vadim ZeitliniconMove was incorrectly called iconCopy in ctor docs
2003-11-15  Vadim ZeitlinIsAlive/Running() may only be used with joinable threads
2003-11-07  Robin DunnSet m_rows, m_cols so GetRows/GetCols in the base class...
2003-11-06  Julian SmartRemoved some old doc targets
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...
2003-11-02  Mattia Barbon Updated wxHashTable::Next documentation to use wxHash...
2003-10-31  Vadim Zeitlinwarning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT...
2003-10-31  Vadim Zeitlinupdated SendIdleEvent() docs
2003-10-27  George TaskerAdded examples of an INSERT and a DELETE to the sample...
2003-10-27  Vadim Zeitlinremoved virtual from functions which are not; expanded...
2003-10-27  Vadim ZeitlinwxFileExists() returns false for directories (bug 825507)
2003-10-24  Robin Dunnfixed placement of pythonnote
2003-10-19  Mattia Barbon Added some wxPerl notes.
2003-10-16  Vadim Zeitlinfixed bug with wxcolourDatabase::FindColour(); added...
2003-10-16  Vadim Zeitlinadded \NULL
2003-10-16  Vadim Zeitlinadded wxSYS_ICONTITLE_FONT (patch 816026)
2003-10-16  Vadim ZeitlinwxMouseEvent::Moving() shouldn't return true when we...
2003-10-13  Vadim Zeitlinadded CanConvert()
2003-10-13  Václav Slavíkgettext plural form docs
2003-10-12  Václav Slavíksupported platforms update
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-10-08  Vadim Zeitlindocumented _PTR versions of WX_DEFINE_ARRAY macros
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-10-05  Vadim Zeitlinremoved extra virtual
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-09-28  Vadim ZeitlinSetValue() takes just bool, not const bool
2003-09-28  Vadim Zeitlinmention that Write(string) works with NUL-terminated...
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinextra word removed (patch 813536)
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-26  Vadim Zeitlinadded wxTextInputStream::ReadChar() (part of patch...
2003-09-26  Vadim ZeitlinwxZlibStreams fixes; allow them to be used as deflate...
2003-09-26  Vadim Zeitlinapplied part of the patch 811993
2003-09-25  Vadim ZeitlinwxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
2003-09-24  Robin DunnOops, I left an extra { in there.
2003-09-24  Robin DunnCorrected some tex errors
2003-09-24  Julian SmartTweak
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim ZeitlinTransferFrom/ToWindow() were reverted, fixed
2003-09-23  Mattia Barbon Add a couple of wxPerl notes.
2003-09-22  Vadim Zeitlinupdated wxMBConv docs slightly; added brief docs for...
2003-09-22  Vadim Zeitlinmade Convert() methods const
2003-09-22  Vadim Zeitlinadded ctor taking wxFontEncoding
2003-09-22  Vadim Zeitlindocumented wxCONCAT
2003-09-22  Vadim Zeitlinadded (and documented) wxULL(); fixes for wxINT64_SWAP...
2003-09-22  Vadim Zeitlinupdated; added IsVertical()
2003-09-22  Vadim Zeitlinfixed broken link
2003-09-20  Vadim Zeitlinemphasize that result of wxGetWorkingDirectory() must...
2003-09-20  Vadim ZeitlinwxHTTP::GetResponse() added (patch 794394)
2003-09-20  Vadim Zeitlinfixed typos which resulted in 2 broken links
2003-09-18  Vadim Zeitlincorrected the example of wxMessageBox() usage
2003-09-17  Vadim Zeitlindocumented how to handle C++ exceptions in wxWindows
2003-09-17  Vadim Zeitlinadded tied scoped pointers
2003-09-16  Vadim Zeitlinmention that Add/RemoveChild() are internal
2003-09-15  Vadim Zeitlinadded and documented wxDEFINE_SCOPED_PTR_TYPE; improved...
2003-09-15  Chris Elliottfix incorrect parameter error fo r DrawArc
2003-09-14  Julian SmartChanged version to 2.5.1
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
next