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 |
2001-07-12 |
Julian Smart | Corrected DoBlit |
tree | commitdiff |
2001-07-12 |
Vadim Zeitlin | fixed VC++ warning |
tree | commitdiff |
2001-07-12 |
Vadim Zeitlin | implemented attributes support for native virtual list... |
tree | commitdiff |
2001-07-11 |
Stefan Csomor | several mac fixes (Mark Newsams patches) |
tree | commitdiff |
2001-07-11 |
Julian Smart | Removed cacheing option |
tree | commitdiff |
2001-07-11 |
Vadim Zeitlin | added support for item attributes in virtual list control |
tree | commitdiff |
2001-07-11 |
Vadim Zeitlin | added and documented wxApp::OnAssert |
tree | commitdiff |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
tree | commitdiff |
2001-07-11 |
Vadim Zeitlin | added wxLogChain and wxLogPassThrough classes |
tree | commitdiff |
2001-07-10 |
Václav Slavík | #ifdefed wxPopupComboWindow to be used only in wxUniv |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | made wxLog::Set/GetVerbose() static back again |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | added cmd line parsing support to wxApp and --theme... |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | added wxUSE_CMDLINE_PARSER |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | added #if wxUSE_CMDLINE_PARSER around the header |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | moved WX_USE_THEME macros inside IMPLEMENT_APP |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxComboBox appearance fixes, looks fine now but doesn... |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | added wxBU_EXACTFIT style |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxFrameNative is now defined in wx/frame.h itself |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | fixes to my previous errors in stack/vector (patch... |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | simplified RTTI chain: wxFrame base class is now direct... |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | added wxDCClipper |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | Mattia's temp fix for cross-compiling |
tree | commitdiff |
2001-07-09 |
Julian Smart | Various wxMotif fixes |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | one more check: for wxUSE_HTML |
tree | commitdiff |
2001-07-09 |
Julian Smart | Various fixes for wxMotif |
tree | commitdiff |
2001-07-08 |
Václav Slavík | wxHTML fixes |
tree | commitdiff |
2001-07-08 |
Gilles Depeyrot | added missing destructor for Mac OS X compilation |
tree | commitdiff |
2001-07-07 |
Vadim Zeitlin | oops, I didn't mean to commit this testing code |
tree | commitdiff |
2001-07-07 |
Vadim Zeitlin | added vector and stack classes (UNTESTED) |
tree | commitdiff |
2001-07-07 |
Vadim Zeitlin | applied patch 439186 (mingw and VC5 fixes) |
tree | commitdiff |
2001-07-07 |
Vadim Zeitlin | 1. fixed typo ('&' instead of '|') in wxNotebook |
tree | commitdiff |
2001-07-07 |
Václav Slavík | safe macro expansion |
tree | commitdiff |
2001-07-07 |
Robert Roebling | Added wxPopupWindow to GTK port, wxComboBox had to |
tree | commitdiff |
2001-07-07 |
Stefan Csomor | mac fixes |
tree | commitdiff |
2001-07-07 |
Gilles Depeyrot | corrected wxGauge to inherit from wxGaugeBase |
tree | commitdiff |
2001-07-07 |
Gilles Depeyrot | corrected friend declaration for CodeWarrior compilation |
tree | commitdiff |
2001-07-07 |
Gilles Depeyrot | corrected WXWIN_COMPATIBILITY conditional tests |
tree | commitdiff |
2001-07-06 |
David Webster | OS/2 update for wxUniv merge. |
tree | commitdiff |
2001-07-06 |
Vadim Zeitlin | virtual wxListCtrl support (UNTESTED) |
tree | commitdiff |
2001-07-06 |
Gilles Depeyrot | added missing include |
tree | commitdiff |
2001-07-06 |
Václav Slavík | fixed a design flaw in wxFontMapper that prevented... |
tree | commitdiff |
2001-07-06 |
Stefan Csomor | first impl (needs extending) |
tree | commitdiff |
2001-07-06 |
Julian Smart | Implemented input disabling for disabled windows since... |
tree | commitdiff |
2001-07-05 |
Julian Smart | #ifdefed out some redundant base classes so DLL version... |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | removed/replaced include 'wx/wx.h' |
tree | commitdiff |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | added virtual list control functions (but not implement... |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | added virtual listctrl support |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | fixed ifdef |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | added wxUSE_COLOURDLG to the header too |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | added wxUSE_COLOURDLG setting |
tree | commitdiff |
2001-07-04 |
Stefan Csomor | wxMac: wxUniversal integration steps |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | use fontdlgg.cpp under wxUniv/GTK |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | make it possible to use wxToolBarSimple as wxToolBar... |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | reverted Julians changes to the pragmas |
tree | commitdiff |
2001-07-04 |
Vadim Zeitlin | reverted Julians changes to the pragmas |
tree | commitdiff |
2001-07-04 |
Julian Smart | Changed the pragmas to allow debugging under Linux |
tree | commitdiff |
2001-07-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-07-04 |
George Tasker | Added some #includes that were needed in not using... |
tree | commitdiff |
2001-07-04 |
Julian Smart | Added some missing tests; replaced scrolwin.cpp with... |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
next |