2001-10-03 |
Ron Lee | bump date on 'easter egg' dialog. |
blob | commitdiff | raw |
2001-09-18 |
Václav Slavík | moved AdjustToClientAreaOrigin to wxWindowBase, needed... |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Vadim Zeitlin | applied a patch to remove spurious constrains unsatisif... |
blob | commitdiff | raw | diff to current |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed... |
blob | commitdiff | raw | diff to current |
2001-06-30 |
Julian Smart | More fixes for wxUniv |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-26 |
Václav Slavík | another attempt to fix wxPanel/wxFrame::m_winLastFocuse... |
blob | commitdiff | raw | diff to current |
2001-05-11 |
George Tasker | Sizer based dialogs (like wxSingleChoiceDialog) are... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
Vadim Zeitlin | merged wxFont related fix (operator==) and optimization... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
Vadim Zeitlin | merged optimizations from 2.2 |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Vadim Zeitlin | fix for Centre() (thanks Derry!) |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Vadim Zeitlin | fix for -1 coords in wxWindow::Centre |
blob | commitdiff | raw | diff to current |
2000-10-20 |
Vadim Zeitlin | removed the pad from wxWindow::DoGetBestSize(), now... |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Vadim Zeitlin | 1. added wxHelpProvider and (unfinished) wxSimpleHelpPr... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-20 |
David Webster | OS/2 Updates |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | skip status bars in wxWindow::Fit |
blob | commitdiff | raw | diff to current |
2000-03-16 |
David Webster | compile bug fixed in SetCursor |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Vadim Zeitlin | 1. fixed memory leak in GAddress |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Guillermo Rodrigue... | Use system default font for all platforms |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | correction for Fit() which didn't handle properly windo... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Vadim Zeitlin | fixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Vadim Zeitlin | added CentreOnScreen(), updated the docs to clear this... |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Vadim Zeitlin | wxWS_EX_VALIDATE_RECURSIVELY set by default if parent... |
blob | commitdiff | raw | diff to current |
2000-01-28 |
Vadim Zeitlin | added version info hidden dialog |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | 1. fixed (?) blitting bitmaps with mask |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Vadim Zeitlin | 1. kbd interface for wxScrolledWindow |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Vadim Zeitlin | 1. fixed (to test) the bug with bitmaps without masks... |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Vadim Zeitlin | 1. wxWizard supports setting images for each page,... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Vadim Zeitlin | 1. fixed small bug with toolbar size updates |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Julian Smart | Changed wxWindowBase foreground to use wxSystemSettings... |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Vadim Zeitlin | added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
blob | commitdiff | raw | diff to current |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Vadim Zeitlin | 1. undid my wrong fix to wxWindowBase::Centre |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Vadim Zeitlin | Centre() centers the window centre and not the upper... |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Stefan Csomor | wxMac completed so far, generic listctrl extension |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Vadim Zeitlin | 1. made it possible to use wxUpdateUIEvent with wxTextC... |
blob | commitdiff | raw | diff to current |
1999-11-08 |
David Webster | OS/2 PM Fixeups for fonts, validators, and html |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-09 |
Robert Roebling | Replaced old wxSizer, |
blob | commitdiff | raw | diff to current |
1999-08-03 |
Vadim Zeitlin | cliet data crash fixed |
blob | commitdiff | raw | diff to current |
1999-08-02 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-08-01 |
Vadim Zeitlin | 1. wxWindow::Centre() hopefully fixed |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Vadim Zeitlin | a small fix to wxWindow::Centre |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Vadim Zeitlin | Centre() supports wxCENTER_FRAME flag now |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Robin Dunn | Preserve -1 for dilog unit conversions |
blob | commitdiff | raw | diff to current |
1999-06-20 |
Vadim Zeitlin | keyboard/focus handling improved a bit more: |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | wxWindow::Fit() infinite loop bug fixed |
blob | commitdiff | raw | diff to current |
1999-06-10 |
Robin Dunn | Added wxWindowBase::CentreOnParent to allow top level... |
blob | commitdiff | raw | diff to current |
1999-06-10 |
Ove Kaaven | Unicode fix. |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-05-26 |
Vadim Zeitlin | validators now validate again |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Vadim Zeitlin | 1. bug fixes in wxCaret |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Vadim Zeitlin | 1. some minor but nasty bugs fixed (see post to the... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Robert Roebling | Removed an #ifndef __WXGTK__ |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Guilhem Lavaux | * prgodlgg.h: Update() use wxString instead of 'char *' |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-12 |
Robert Roebling | Maybe negative wxWindowId are better than just -1. |
blob | commitdiff | raw | diff to current |
1999-05-12 |
Robert Roebling | -1 is kept -1 as a wxWindowID |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Robert Roebling | Typos fixed. |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Vadim Zeitlin | #pragma interface/implementation for gcc added |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Vadim Zeitlin | unused parameter warnings suppressed |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Julian Smart | Corrected some problems |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Vadim Zeitlin | some common code moved from wxWindow/wxFrame into files... |
blob | commitdiff | raw | diff to current |
1998-07-23 |
Vadim Zeitlin | common part of wxWindow class |
blob | commitdiff | raw | diff to current |
|