2004-02-08 |
Julian Smart | Document deletion of all items in SetWindowStyleFlag... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Fixed [ 855507 ] typo in wxFrame |
tree | commitdiff |
2004-02-08 |
Julian Smart | Fixed doc bug [ 871974 ] wxCursor(bits, ...) constructo... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Fixed [ 875952 ] Win32 wxListControl::FindItem document... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed and documented GetItemText/BackgroundColour(... |
tree | commitdiff |
2004-02-08 |
Julian Smart | Misc doc fixes |
tree | commitdiff |
2004-02-08 |
Mattia Barbon | Documented new constructor and overloaded Create... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | documented wxBuffered[Paint]DC |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | files for LaTeX 2e compilation |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | documeneted Error() |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | added wxDC::DrawPolyPolygon() (patch 882189) |
tree | commitdiff |
2004-02-05 |
Václav Slavík | applied patch 744616: WXRC extension for automated... |
tree | commitdiff |
2004-02-04 |
Václav Slavík | fixed bug #890430, parameter documented twice |
tree | commitdiff |
2004-02-04 |
Vadim Zeitlin | added wxTextCtrl::HitTest(); implemented it for MSW |
tree | commitdiff |
2004-02-04 |
Robin Dunn | Updated note about wxWANTS_CHARS |
tree | commitdiff |
2004-02-02 |
Václav Slavík | documented new API |
tree | commitdiff |
2004-02-02 |
Václav Slavík | renamed wxWave to wxSound |
tree | commitdiff |
2004-02-02 |
Vadim Zeitlin | removed obsolete wxToLower/Upper() documentation |
tree | commitdiff |
2004-02-01 |
Václav Slavík | added wxWave sample |
tree | commitdiff |
2004-01-26 |
Václav Slavík | fixed syntax errors |
tree | commitdiff |
2004-01-26 |
Václav Slavík | documented wxMGL's system options |
tree | commitdiff |
2004-01-23 |
Robin Dunn | wxMenu::Append (and similar) now return a pointer to... |
tree | commitdiff |
2004-01-22 |
Vadim Zeitlin | replaced (references to) LastError() with GetLastError... |
tree | commitdiff |
2004-01-19 |
Julian Smart | Some doc corrections |
tree | commitdiff |
2004-01-17 |
Mattia Barbon | Correct wxPerl note. |
tree | commitdiff |
2004-01-14 |
Ryan Norton | A little clarification |
tree | commitdiff |
2004-01-13 |
Julian Smart | Added Emulator, configtool |
tree | commitdiff |
2004-01-13 |
Julian Smart | Corrected wrong reference to Gizmos location |
tree | commitdiff |
2004-01-12 |
Julian Smart | Added some constants. wxRAISED_BORDER not GTK+-only. |
tree | commitdiff |
2004-01-11 |
Julian Smart | Applied patch [ 837515 ] wxIPaddress + docs patch |
tree | commitdiff |
2004-01-11 |
Julian Smart | Applied patch [ 874495 ] wxMSW: Flat buttons |
tree | commitdiff |
2004-01-11 |
Julian Smart | Added missing description for wxNO_BORDER |
tree | commitdiff |
2004-01-09 |
Julian Smart | Added FromAscii, ToAscii docs |
tree | commitdiff |
2003-12-25 |
Julian Smart | Added FindById doc |
tree | commitdiff |
2003-12-24 |
David Elliott | Added note about (not) multiply inheriting from wxEvtHa... |
tree | commitdiff |
2003-12-24 |
Ryan Norton | wxMenuBar derives from wxWindow... |
tree | commitdiff |
2003-12-23 |
Ryan Norton | Added note about deleting returned object (OpenFile) |
tree | commitdiff |
2003-12-21 |
Ryan Norton | Committed Mike's Update Patch |
tree | commitdiff |
2003-12-20 |
Julian Smart | Added wxPATH_NORM_SHORTCUT |
tree | commitdiff |
2003-12-15 |
Ryan Norton | reversed change |
tree | commitdiff |
2003-12-14 |
Ryan Norton | Added last updated to it |
tree | commitdiff |
2003-12-13 |
Ryan Norton | Updated regex docs to remove license... |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied patch [ 840721 ] convenience function wxRect... |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied [ 827604 ] missing method for wxCalendarEvent |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied patch [ 818336 ] Add timestamp to gzip out... |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied patch [ 827011 ] Event-based processing of... |
tree | commitdiff |
2003-11-30 |
Vadim Zeitlin | added NULL here too (forgot to commit when added to... |
tree | commitdiff |
2003-11-24 |
Vadim Zeitlin | mention wxTheApp |
tree | commitdiff |
2003-11-18 |
Robin Dunn | Fixed a tex2rtf warning |
tree | commitdiff |
2003-11-18 |
Robin Dunn | Added FindItemAtPoint |
tree | commitdiff |
2003-11-15 |
Vadim Zeitlin | iconMove was incorrectly called iconCopy in ctor docs |
tree | commitdiff |
2003-11-15 |
Vadim Zeitlin | IsAlive/Running() may only be used with joinable threads |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Set m_rows, m_cols so GetRows/GetCols in the base class... |
tree | commitdiff |
2003-11-06 |
Julian Smart | Removed some old doc targets |
tree | commitdiff |
2003-11-06 |
Robin Dunn | Added wxGridBagSizer, a grid sizer where item positions... |
tree | commitdiff |
2003-11-02 |
Mattia Barbon | Updated wxHashTable::Next documentation to use wxHash... |
tree | commitdiff |
2003-10-31 |
Vadim Zeitlin | warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT... |
tree | commitdiff |
2003-10-31 |
Vadim Zeitlin | updated SendIdleEvent() docs |
tree | commitdiff |
2003-10-27 |
George Tasker | Added examples of an INSERT and a DELETE to the sample... |
tree | commitdiff |
2003-10-27 |
Vadim Zeitlin | removed virtual from functions which are not; expanded... |
tree | commitdiff |
2003-10-27 |
Vadim Zeitlin | wxFileExists() returns false for directories (bug 825507) |
tree | commitdiff |
2003-10-24 |
Robin Dunn | fixed placement of pythonnote |
tree | commitdiff |
2003-10-19 |
Mattia Barbon | Added some wxPerl notes. |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | fixed bug with wxcolourDatabase::FindColour(); added... |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | added \NULL |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | added wxSYS_ICONTITLE_FONT (patch 816026) |
tree | commitdiff |
2003-10-16 |
Vadim Zeitlin | wxMouseEvent::Moving() shouldn't return true when we... |
tree | commitdiff |
2003-10-13 |
Vadim Zeitlin | added CanConvert() |
tree | commitdiff |
2003-10-13 |
Václav Slavík | gettext plural form docs |
tree | commitdiff |
2003-10-12 |
Václav Slavík | supported platforms update |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | check directories passed to Append/Insert/PrependDir... |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | documented _PTR versions of WX_DEFINE_ARRAY macros |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | send END_EDIT label if label editing is cancelled |
tree | commitdiff |
2003-10-05 |
Vadim Zeitlin | removed extra virtual |
tree | commitdiff |
2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | mention that Write(string) works with NUL-terminated... |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | added 3-state checkboxes (patch 813790) |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | extra word removed (patch 813536) |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | added wxGzipIOStreams (patch 792932) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | added wxTextInputStream::ReadChar() (part of patch... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | wxZlibStreams fixes; allow them to be used as deflate... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | applied part of the patch 811993 |
tree | commitdiff |
2003-09-25 |
Vadim Zeitlin | wxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE |
tree | commitdiff |
2003-09-24 |
Robin Dunn | Oops, I left an extra { in there. |
tree | commitdiff |
2003-09-24 |
Robin Dunn | Corrected some tex errors |
tree | commitdiff |
2003-09-24 |
Julian Smart | Tweak |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
tree | commitdiff |
2003-09-23 |
Vadim Zeitlin | TransferFrom/ToWindow() were reverted, fixed |
tree | commitdiff |
2003-09-23 |
Mattia Barbon | Add a couple of wxPerl notes. |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | updated wxMBConv docs slightly; added brief docs for... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | made Convert() methods const |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added ctor taking wxFontEncoding |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | documented wxCONCAT |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added (and documented) wxULL(); fixes for wxINT64_SWAP... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | updated; added IsVertical() |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | fixed broken link |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | emphasize that result of wxGetWorkingDirectory() must... |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | wxHTTP::GetResponse() added (patch 794394) |
tree | commitdiff |
next |