2001-12-17 |
Václav Slavík | applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to... |
tree | commitdiff |
2001-12-12 |
Vadim Zeitlin | small clarification for SetRecordDefaults |
tree | commitdiff |
2001-12-07 |
Robert Roebling | Removed Aqua style from docs. |
tree | commitdiff |
2001-12-07 |
Julian Smart | Small corrections -- please remember to put a blank... |
tree | commitdiff |
2001-12-06 |
Robert Roebling | Added wxSP_SASH_AQUA style |
tree | commitdiff |
2001-12-05 |
Ron Lee | typo fix |
tree | commitdiff |
2001-12-04 |
Mattia Barbon | Updated docs for wxTaskBarIcon |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | added wxFileName::MakeRelativeTo() and the tests/docs... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | fixed Assign(fullpath, fullname) |
tree | commitdiff |
2001-12-03 |
Julian Smart | Fixed some label errors |
tree | commitdiff |
2001-12-02 |
Vadim Zeitlin | SetDefaultStyle(wxTextAttr()) now resets the default... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | added wxStringBuffer helper |
tree | commitdiff |
2001-12-01 |
Ron Lee | somehow this got missed on the last commit.. |
tree | commitdiff |
2001-12-01 |
Ron Lee | Added 2 extra macros to handle all the flavours of... |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | documented ConvertStringToArgs |
tree | commitdiff |
2001-12-01 |
Vadim Zeitlin | 1. GetCwd() now has the volume argument, Normalize... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added wxWS_EX_TRANSIENT, added code for handling it... |
tree | commitdiff |
2001-11-30 |
Robin Dunn | wxTipWindow is now a wxPopupTransientWindow instead... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added wxFileName docs skeleton |
tree | commitdiff |
2001-11-27 |
Václav Slavík | second halt of Chris' wxImage ICO patch |
tree | commitdiff |
2001-11-27 |
Václav Slavík | docs update for Greg's wxGenericTreeCtrl patch |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | superposition of text styles in wxTextCtrl now works... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | fixed comment about [not] deleting wxConfig::Get()... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | removed small as otherwise the code was apparently... |
tree | commitdiff |
2001-11-25 |
Vadim Zeitlin | minor updates/clarifications to the wxNotebook docs |
tree | commitdiff |
2001-11-23 |
Mattia Barbon | wxPerl documentation updates |
tree | commitdiff |
2001-11-23 |
Julian Smart | Some corrections |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | updated and expanded wxLog docs |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | updated and expanded wxLog docs |
tree | commitdiff |
2001-11-23 |
George Tasker | Added missing documentation for a function |
tree | commitdiff |
2001-11-20 |
Julian Smart | Misc fixes |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | added wxToggleButton docs |
tree | commitdiff |
2001-11-19 |
Julian Smart | Project file corrections, doc corrections |
tree | commitdiff |
2001-11-18 |
Robert Roebling | This form of the event cloning patch survived my |
tree | commitdiff |
2001-11-17 |
Ron Lee | document the new *_USER_EXPORTED_ARRAY macros. |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | moved wxNotebook events docs into a separate file inclu... |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
tree | commitdiff |
2001-11-16 |
Robin Dunn | Corrected wxPython notes |
tree | commitdiff |
2001-11-14 |
Robin Dunn | GetSelection --> GetStringSelection |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextCtrl::GetSelection() returning a wxString... |
tree | commitdiff |
2001-11-13 |
Vadim Zeitlin | fixed wxFindReplaceDialog::Create() doc entry |
tree | commitdiff |
2001-11-13 |
Robin Dunn | Added missing \ before _ |
tree | commitdiff |
2001-11-11 |
Vadim Zeitlin | emphasize that wxFindReplaceDialog is always modeless |
tree | commitdiff |
2001-11-10 |
Václav Slavík | update to wxHtmlTag docs |
tree | commitdiff |
2001-11-09 |
Vadim Zeitlin | don't document wxBitmap::SetOk(), it's an implementatio... |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | wxWizard help patch (474974) |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | wxWizardPage may be loaded from resource (patch 470683) |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | patch from Søren Erland Vestø for additional wxCalendar... |
tree | commitdiff |
2001-10-31 |
Gilles Depeyrot | corrections to required setup for wxWindows |
tree | commitdiff |
2001-10-31 |
Gilles Depeyrot | clarified native line ending for Mac OS |
tree | commitdiff |
2001-10-31 |
Gilles Depeyrot | corrected access to NULL parameters in wxGetOsVersion |
tree | commitdiff |
2001-10-31 |
George Tasker | Fixed compilation of this file using tex2rtf in RTF... |
tree | commitdiff |
2001-10-31 |
George Tasker | Put a backslash before a '_' |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | applied wxDirSelector() patch and regenerated the makef... |
tree | commitdiff |
2001-10-29 |
Vadim Zeitlin | removed wxListEvent::m_oldItemIndex from docs, it is... |
tree | commitdiff |
2001-10-29 |
Vadim Zeitlin | improved sizing of wxBusyInfo window and updated the... |
tree | commitdiff |
2001-10-25 |
Ron Lee | typo fix |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxStreamToTextRedirector |
tree | commitdiff |
2001-10-18 |
Vadim Zeitlin | added and documented wxTE_NOHIDESEL |
tree | commitdiff |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
tree | commitdiff |
2001-10-14 |
Julian Smart | Updated email address |
tree | commitdiff |
2001-10-12 |
Vadim Zeitlin | added base parameter to wxString::To[U]Long |
tree | commitdiff |
2001-10-09 |
Vadim Zeitlin | mention wx[Flex]GridSizer too |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | rearranged the samples alphabetically, please keep... |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | normalized handling of Ctrl-x key presses and documente... |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | added and documented wxWS_EX_BLOCK_EVENTS flag |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | don't check for Meta key in wxKeyEvent::HasModifiers() |
tree | commitdiff |
2001-10-04 |
George Tasker | Added documentation for the wxDb::SQLColumnName() and... |
tree | commitdiff |
2001-09-24 |
Vadim Zeitlin | added wxTreeEvent::GetKeyEvent() to allow to retrieve... |
tree | commitdiff |
2001-09-18 |
George Tasker | Fix for bug 462533, spelling typo in docs "wxAGJUST_MIN... |
tree | commitdiff |
2001-09-06 |
Julian Smart | Doc edits to fix formatting problems in Word/PDF |
tree | commitdiff |
2001-09-02 |
Václav Slavík | added id handling to html cells |
tree | commitdiff |
2001-09-01 |
Vadim Zeitlin | added a bunch of new wxListCtrl messages: column right... |
tree | commitdiff |
2001-08-31 |
Vadim Zeitlin | implemented and documented wxHtmlWindow::OnCellMouseHov... |
tree | commitdiff |
2001-08-30 |
Václav Slavík | helpbest docs update |
tree | commitdiff |
2001-08-29 |
Gilles Depeyrot | commented help references to OnXXX functions that are... |
tree | commitdiff |
2001-08-27 |
Vadim Zeitlin | fixed typo |
tree | commitdiff |
2001-08-27 |
Vadim Zeitlin | added support for polygons to wxRegion |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxLongLong::ToString() |
tree | commitdiff |
2001-08-24 |
Julian Smart | Small correction |
tree | commitdiff |
2001-08-23 |
Vadim Zeitlin | fixes for rotated text drawing |
tree | commitdiff |
2001-08-21 |
Julian Smart | Added Net library to contrib |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | fixed the wrong examples of CalcScrolled/UnscrolledPosi... |
tree | commitdiff |
2001-08-17 |
Julian Smart | Added doc for 2-step initialisation and wxWIZARD_EX_HEL... |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | documented SetMaxLength(0) |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | added new text event macros description |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
tree | commitdiff |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
tree | commitdiff |
2001-08-08 |
Václav Slavík | updated wxTextFile docs; some typo corrections |
tree | commitdiff |
2001-08-08 |
Václav Slavík | wxEraseEvent docs corrections |
tree | commitdiff |
2001-08-06 |
Václav Slavík | Unicodification of wxTempFile |
tree | commitdiff |
2001-08-02 |
Václav Slavík | fixed docs to accomodate more strict wxHTML Help controller |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | added generic implementation and documentation for... |
tree | commitdiff |
2001-07-30 |
Vadim Zeitlin | 1. made ScrollLines/Pages return bool indicating if... |
tree | commitdiff |
2001-07-29 |
Vadim Zeitlin | documented ScrollLines/Pages |
tree | commitdiff |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
tree | commitdiff |
next |