2002-01-26 |
Vadim Zeitlin | fixed typo in dtor docs |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | added and documented wxWindow::RemoveEventHandler() |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | commented out many OnXXX() functions |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | corrected a few bugs in OnGetItemXXX() docs |
tree | commitdiff |
2002-01-25 |
Vadim Zeitlin | removed inexisting Index() version |
tree | commitdiff |
2002-01-24 |
Václav Slavík | fixes to |
tree | commitdiff |
2002-01-23 |
Julian Smart | Commented out deprecated classes: wxProp and wxTab... |
tree | commitdiff |
2002-01-23 |
Vadim Zeitlin | replaced non existing wxTE_HSCROLL style with wxHSCROLL |
tree | commitdiff |
2002-01-23 |
Vadim Zeitlin | added 2nd wxEvent ctor argument |
tree | commitdiff |
2002-01-23 |
Julian Smart | Added first cut at XRC docs; added font spec for wxWind... |
tree | commitdiff |
2002-01-23 |
Vadim Zeitlin | typos due to much cut-and-paste: colour -> font in... |
tree | commitdiff |
2002-01-23 |
Václav Slavík | fixed .cached files on big endian machines and cleaned... |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser() similar to wxGetColourFromUser() |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser docs and links to it and wxGetC... |
tree | commitdiff |
2002-01-21 |
Vadim Zeitlin | added wxFont::Ok |
tree | commitdiff |
2002-01-20 |
Václav Slavík | added first microscopic part of XRC format docs |
tree | commitdiff |
2002-01-19 |
Václav Slavík | documentation for wxHtmlWindow::OnOpeningURL |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | added the possibility to hide the tip window automatica... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | documented new CaptureMouse() behaviour |
tree | commitdiff |
2002-01-19 |
Julian Smart | Corrected wxTextCtrl doc |
tree | commitdiff |
2002-01-19 |
Gilles Depeyrot | renamed wxLogXXX functions with va_list argument to... |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | better native font support for wxGTK |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | corrected wxHIDE_READONLY documentation |
tree | commitdiff |
2002-01-17 |
Vadim Zeitlin | recent MSW changes: wxFrame border styles and wxRadioBu... |
tree | commitdiff |
2002-01-17 |
Václav Slavík | partial update from gtk/changes.txt |
tree | commitdiff |
2002-01-16 |
Robin Dunn | Added wxThread::GetCurrentId(), which returns an ID... |
tree | commitdiff |
2002-01-15 |
Robert Roebling | Added IFF handler. |
tree | commitdiff |
2002-01-14 |
George Tasker | Fixed '_' chars that were not quoted with a '\' |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | made the alphabetic class order more alphabetic |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | made the alphabetic class order more alphabetic |
tree | commitdiff |
2002-01-14 |
Gilles Depeyrot | added wxLog functions with a variable argument list... |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own... |
tree | commitdiff |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
tree | commitdiff |
2002-01-13 |
Vadim Zeitlin | fixed Set(month, day, year) docs (bug #502944) |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | added support for wxALIGN_XXX in wxStaticBox |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | minor wxFRAME_EX_CONTEXTHELP updates |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | a few things I'd like to do |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | mention that wxDialog doesn't derive from wxPanel any... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | wxNullFont shouldn't be passed to wxDC::SetFont() |
tree | commitdiff |
2002-01-08 |
Václav Slavík | wxSystemSettings docs correction |
tree | commitdiff |
2002-01-08 |
Julian Smart | Moved include for Windows compilation; minor doc tweaks |
tree | commitdiff |
2002-01-06 |
Václav Slavík | Nuked Sections |
tree | commitdiff |
2002-01-04 |
Vadim Zeitlin | always make the name of the file to replace absolute... |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | fixed memory leak in wxHTTP |
tree | commitdiff |
2002-01-03 |
Vadim Zeitlin | rearranged functions by topics, got rid of the macros... |
tree | commitdiff |
2002-01-03 |
Ron Lee | Added (and documented :) optional stack size specificat... |
tree | commitdiff |
2002-01-02 |
Václav Slavík | fixing effects of my lack of English skills: GetImagesC... |
tree | commitdiff |
2002-01-02 |
Václav Slavík | updated tags info |
tree | commitdiff |
2002-01-01 |
Václav Slavík | multiple images support in wxImage |
tree | commitdiff |
2002-01-01 |
Václav Slavík | 1. applied (heavily modified) patch for reading CUR... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | added Close All command support to wxDocView (patch... |
tree | commitdiff |
2001-12-30 |
Vadim Zeitlin | wxFontEnumerator returns all fonts, not TrueType only |
tree | commitdiff |
2001-12-25 |
Vadim Zeitlin | emphasized that SetValue() doesn't make the control... |
tree | commitdiff |
2001-12-25 |
Vadim Zeitlin | documented Number() as obsolete and added GetCount() |
tree | commitdiff |
2001-12-24 |
Vadim Zeitlin | really fixed GetRenderer() and GetEditor() methods... |
tree | commitdiff |
2001-12-23 |
Mattia Barbon | Updated docs for wxGrid: added events, event macros... |
tree | commitdiff |
2001-12-23 |
Vadim Zeitlin | sped up the mask creation by a factor of 40 |
tree | commitdiff |
2001-12-22 |
Julian Smart | More tweaks to wxMicroWi |
tree | commitdiff |
2001-12-22 |
Vadim Zeitlin | fixed wxProgressDialog for ranges > 65535 |
tree | commitdiff |
2001-12-21 |
Julian Smart | More tinkering |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | added wxFont::SetNativeFontInfo(string) and documented... |
tree | commitdiff |
2001-12-21 |
Julian Smart | MicroWindows tweaks |
tree | commitdiff |
2001-12-21 |
Julian Smart | MicroWindows mods |
tree | commitdiff |
2001-12-21 |
Julian Smart | Added updated patch, clarified the docs |
tree | commitdiff |
2001-12-20 |
George Tasker | Fixed a typo in the sample code of wxDbTable::Insert |
tree | commitdiff |
2001-12-19 |
Robert Roebling | Updated changes.txt. |
tree | commitdiff |
2001-12-19 |
Vadim Zeitlin | fixed redraw problems in wxStaticText |
tree | commitdiff |
2001-12-18 |
Julian Smart | Minor doc changes |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | 1. fixed file descriptors leak in wxFileName::CreateTem... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | present, not past sense |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | slightly expanded and updated the Unicode overview |
tree | commitdiff |
2001-12-17 |
Vadim Zeitlin | fixes error/usage messages given by the cmd line parsin... |
tree | commitdiff |
2001-12-17 |
Václav Slavík | applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to... |
tree | commitdiff |
2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
tree | commitdiff |
2001-12-13 |
Robert Roebling | More on announcing wxWindows. |
tree | commitdiff |
2001-12-12 |
Vadim Zeitlin | small clarification for SetRecordDefaults |
tree | commitdiff |
2001-12-11 |
Vadim Zeitlin | added wxUniv porting note |
tree | commitdiff |
2001-12-11 |
Vadim Zeitlin | moved wxUniv readme to its own directory |
tree | commitdiff |
2001-12-11 |
Vadim Zeitlin | some wxUniv docs |
tree | commitdiff |
2001-12-11 |
Vadim Zeitlin | some basic docs for wxBase |
tree | commitdiff |
2001-12-11 |
Vadim Zeitlin | added FM and wx-announce to the last section |
tree | commitdiff |
2001-12-11 |
Vadim Zeitlin | added a note about preparing a wxGTK release |
tree | commitdiff |
2001-12-10 |
Julian Smart | Updated readme |
tree | commitdiff |
2001-12-09 |
Vadim Zeitlin | added a note about Windows XP support |
tree | commitdiff |
2001-12-08 |
Václav Slavík | Watcom docs correction |
tree | commitdiff |
2001-12-08 |
Julian Smart | Some updates to the MSW install text |
tree | commitdiff |
2001-12-08 |
Julian Smart | Corrected CVS commit clash; small doc changes (removed... |
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 |
Gilles Depeyrot | filter CodeWarrior data directories during recursive... |
tree | commitdiff |
2001-12-02 |
Gilles Depeyrot | added instructions concerning applescripts to convert... |
tree | commitdiff |
2001-12-02 |
Gilles Depeyrot | updated todo list |
tree | commitdiff |
next |