2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw |
2010-01-25 |
Julian Smart | Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Michael Wetherell | Fixes for include guards, patch 1256967 Paul Cornett |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | due to a typo in #if condition, validation was disabled... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Włodzimierz Skiba | Use defs.h (and automatically setup.h and chkconf.h... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Włodzimierz Skiba | Casting fix for events. Needs check by ARM eVC4 users. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Vadim Zeitlin | define wxFooHandler() macros for all wxFooEvents to... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Włodzimierz Skiba | Old API clearly deprecated. |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
blob | commitdiff | raw | diff to current |
2004-01-22 |
Vadim Zeitlin | compilation fix for !wxUSE_VALIDATOR |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied [ 799292 ] wxWizard and Validator Bug and Fix |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Vadim Zeitlin | use #if WXWIN_COMPAT and not #ifdef (patch 826160) |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Mattia Barbon | Correctly export events. |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Vadim Zeitlin | added sizers support; allow resizeable wizards (Robert... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Applied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | my previous backwards compatible fix wasn't really... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | deprecated static wxWizard::Create() |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Vadim Zeitlin | renamed wxWizard::Fit() to FitToPage() to avoid potenti... |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Vadim Zeitlin | added wxWizard::Fit() |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Václav Slavík | wxWizardPage(Simple) can do two-phase creation now |
blob | commitdiff | raw | diff to current |
2002-01-24 |
Vadim Zeitlin | fixed typo in EVT_WIZARD_HELP definition (patch from... |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Vadim Zeitlin | backwards incompatible change to wxWizardPage reverted |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | wxWizard help patch (474974) |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | wxWizardPage may be loaded from resource (patch 470683) |
blob | commitdiff | raw | diff to current |
2001-09-15 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2001-08-17 |
Julian Smart | Added possibility of 2-step initialisation, and wxWIZAR... |
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-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2001-01-26 |
Vadim Zeitlin | dynamic event types actually work with these changes... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
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 |
1999-11-14 |
Vadim Zeitlin | 1. wxBitmap copy ctor and operator=() taking wxIcon... |
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-09-29 |
Vadim Zeitlin | 1. Implemented support for different icons for differen... |
blob | commitdiff | raw | diff to current |
1999-08-18 |
Vadim Zeitlin | wxWizard added |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Vadim Zeitlin | wxWizard draft |
blob | commitdiff | raw | diff to current |
|