2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
tree | commitdiff |
2001-08-15 |
Václav Slavík | bugfixes, bugfixes, bugfixes... |
tree | commitdiff |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | removed redundant InitDialog methods |
tree | commitdiff |
2001-08-13 |
Vadim Zeitlin | implemented (untested) work around for wxScrolledWindow... |
tree | commitdiff |
2001-08-12 |
Václav Slavík | added wxEventLoop::GetActive() |
tree | commitdiff |
2001-08-12 |
George Tasker | Removed semi-colons off the end of two macro statement... |
tree | commitdiff |
2001-08-12 |
Gilles Depeyrot | added missing methods/removed duplicated base methods |
tree | commitdiff |
2001-08-12 |
Gilles Depeyrot | applied SourceForge patch #440594 which corrects ListBo... |
tree | commitdiff |
2001-08-10 |
Robert Roebling | Message dialog crashes when calling ::Move() etc. Better |
tree | commitdiff |
2001-08-09 |
Václav Slavík | wxMGL support |
tree | commitdiff |
2001-08-09 |
Václav Slavík | wxMGL wxWindow and wxApp mostly complete, now hunting... |
tree | commitdiff |
2001-08-08 |
Václav Slavík | made some wxHtmlEntitiesParser's methods public --... |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | changed wxControlContainer to avoid triggering tons... |
tree | commitdiff |
2001-08-06 |
Václav Slavík | Unicodification of wxTextFile |
tree | commitdiff |
2001-08-06 |
Václav Slavík | Unicodification of wxTempFile |
tree | commitdiff |
2001-08-06 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-06 |
Robert Roebling | Applied patch for wxComboBox and wxListBox to |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | don't allow TABbing to wxHtmlWindow |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | added wxUSE_SPLASH |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | fixed infinite recursion in SetFocus() |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | pragma fix for gcc |
tree | commitdiff |
2001-08-06 |
David Webster | Updates to fix statusbar and menu errors. |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
tree | commitdiff |
2001-08-05 |
Vadim Zeitlin | added empty and unused wxTLW - to be used later |
tree | commitdiff |
2001-08-05 |
Gilles Depeyrot | corrected includes for Mac OS X |
tree | commitdiff |
2001-08-05 |
Gilles Depeyrot | corrected conditional compilation for wxMac |
tree | commitdiff |
2001-08-05 |
Vadim Zeitlin | fixed processing of the implicit wxTextCtrl accelerator... |
tree | commitdiff |
2001-08-04 |
Václav Slavík | reverted my Set/getTitle change |
tree | commitdiff |
2001-08-03 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
tree | commitdiff |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
tree | commitdiff |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
tree | commitdiff |
2001-08-02 |
Vadim Zeitlin | removed wxYield call from wxBusyCursorSuspender |
tree | commitdiff |
2001-08-01 |
Václav Slavík | wxMGL update (no, it still doesn't work, I'm backuping... |
tree | commitdiff |
2001-08-01 |
Václav Slavík | fixed overrestrictive test |
tree | commitdiff |
2001-08-01 |
Václav Slavík | compilation fix (Vadim, is this correct?) |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | applied patch 441270 (fix cygwin wxSplashScreen compila... |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | applied patch 444915 (warning fixes for gcc 2.95.4) |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | added wxUSE_FINDREPLDLG |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | added generic implementation and documentation for... |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | removed duplicate typedef |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | Vain attempts to make kbd navigation work inside find... |
tree | commitdiff |
2001-07-31 |
Václav Slavík | wxWindowBase remembers title/label now |
tree | commitdiff |
2001-07-31 |
Václav Slavík | wxMGL compilation fix that I forgot to chekc in |
tree | commitdiff |
2001-07-31 |
Václav Slavík | friend class fix |
tree | commitdiff |
2001-07-31 |
Václav Slavík | fixed friend class declaration (why the hell did somebo... |
tree | commitdiff |
2001-07-31 |
Vadim Zeitlin | started applying patch 410826 |
tree | commitdiff |
2001-07-31 |
David Webster | TRUE instead of true |
tree | commitdiff |
2001-07-31 |
Vadim Zeitlin | declare and define wxEVT_COMMAND_TEXT_UPDATED even... |
tree | commitdiff |
2001-07-31 |
Kendall Bennett | Latest updates from SciTech code tree including numerou... |
tree | commitdiff |
2001-07-30 |
Vadim Zeitlin | 1. made ScrollLines/Pages return bool indicating if... |
tree | commitdiff |
2001-07-29 |
Vadim Zeitlin | added ScrollLines/Pages |
tree | commitdiff |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
tree | commitdiff |
2001-07-29 |
Vadim Zeitlin | added Freeze/Thaw implementation for Windows |
tree | commitdiff |
2001-07-28 |
Václav Slavík | wxMGL compilation fix |
tree | commitdiff |
2001-07-28 |
Václav Slavík | wxMGL compilation fixes |
tree | commitdiff |
2001-07-27 |
Robin Dunn | Added some WXDLLEXPORTs |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | forgotten method declaration |
tree | commitdiff |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for... |
tree | commitdiff |
2001-07-25 |
Vadim Zeitlin | fix for focus handling when deleting the items |
tree | commitdiff |
2001-07-24 |
Vadim Zeitlin | fixed compilation problem with multiple Update()s |
tree | commitdiff |
2001-07-23 |
Gilles Depeyrot | renamed Number method (should be GetCount) |
tree | commitdiff |
2001-07-23 |
Vadim Zeitlin | use Windows standard icons instead of our own (patch... |
tree | commitdiff |
2001-07-23 |
Vadim Zeitlin | 1. fixed bug with empty value not being written to... |
tree | commitdiff |
2001-07-23 |
Vadim Zeitlin | added and documented wxDir::HasFiles/SubDirs(), use... |
tree | commitdiff |
2001-07-22 |
Gilles Depeyrot | fixed wxListBox inheritance |
tree | commitdiff |
2001-07-22 |
Gilles Depeyrot | corrected conditional compilation tests |
tree | commitdiff |
2001-07-22 |
Gilles Depeyrot | corrected pragma interface/implementation for Mac OS X |
tree | commitdiff |
2001-07-21 |
Gilles Depeyrot | corrections for wxGtk compilation under Darwin/Mac... |
tree | commitdiff |
2001-07-21 |
Gilles Depeyrot | added missing conditional compilation test for wxUSE_PR... |
tree | commitdiff |
2001-07-20 |
Vadim Zeitlin | test for __WIN95__ in the main header, not platform... |
tree | commitdiff |
2001-07-20 |
Vadim Zeitlin | added EVT_LIST_COMMAND_CACHE_HINT, implemented it for... |
tree | commitdiff |
2001-07-19 |
Václav Slavík | new wxHtmlParser core |
tree | commitdiff |
2001-07-19 |
Vadim Zeitlin | added test for THREADS if JOYSTICK is set |
tree | commitdiff |
2001-07-18 |
Václav Slavík | Unicode complation fixes |
tree | commitdiff |
2001-07-18 |
Václav Slavík | - fixes warnings with mingw crosscompilation |
tree | commitdiff |
2001-07-18 |
Václav Slavík | Mingw Unicode fixes |
tree | commitdiff |
2001-07-18 |
Václav Slavík | Unicode fixes to wxCmdLineParser |
tree | commitdiff |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed... |
tree | commitdiff |
2001-07-16 |
Vadim Zeitlin | compilation fix I had forgot to commit |
tree | commitdiff |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
tree | commitdiff |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
tree | commitdiff |
2001-07-15 |
Stefan Csomor | no message |
tree | commitdiff |
2001-07-14 |
Vadim Zeitlin | rewrote wxRegEx::Replace() to do something useful |
tree | commitdiff |
2001-07-14 |
Robin Dunn | Added wxUSE_WAVE to setup0.h and checked for it in... |
tree | commitdiff |
2001-07-14 |
Robin Dunn | Added RTTI macros to wxToolTip |
tree | commitdiff |
2001-07-14 |
Vadim Zeitlin | implemented RefreshItem(s) under MSW |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | added RefreshItem(s) methods |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | added wxListView class: this is going to be a wxListCtr... |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | added wxUSE_REGEX |
tree | commitdiff |
2001-07-13 |
David Webster | OS/2 Updates for this week. |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | added wxRegEx::GetMatch |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | wxRegEx class added |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | added headers needed for wxBase compilation |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | fix for wxBase compilation (misplaced #if wxUSE_GUI) |
tree | commitdiff |
next |