2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
blob | commitdiff | raw |
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-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-09-18 |
Vadim Zeitlin | use #defines, not typedefs, for compatibility class... |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Paul Cornett | remove declaration for ctor which is never defined |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
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-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | do accept focus in notebook as it needs it for tabs |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Vadim Zeitlin | define bookctrl (and -derived) classes flags in their... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Włodzimierz Skiba | wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | fill in flags parameter of HitTest() for all book contr... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Vadim Zeitlin | moved wxNotebook::HitTest() to the base book control... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Vadim Zeitlin | we don't need reserved virtual functions on HEAD |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Vadim Zeitlin | add Clone() to wxXXXbookEvent and copy ctor to wxBookCt... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Julian Smart | Added licence/copyright information |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Vadim Zeitlin | added more reserved functions |
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-02-06 |
Julian Smart | Can suppress themed notebook page with wxNB_NOPAGETHEME or |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2005-01-13 |
Włodzimierz Skiba | Common default notebook name. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
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-04-09 |
David Elliott | wxCocoa: native wxNotebook |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
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-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
David Elliott | Replaced all occurences of id with winid for Objective... |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Vadim Zeitlin | created wxBookCtrl which will be tje base class for... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
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-19 |
Vadim Zeitlin | added NO_PTR versions of ARRAY macros to suppress warni... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | wxNotebook::HitTest() for wxMSW added (patch 748469) |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Julian Smart | Removed WIN16 references |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied [ 745533 ] implemented wxNotebook::DoGetBestSize |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Julian Smart | Applied some of patch [ 688466 ] MSVC7 build & bug... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
David Elliott | Use generic implementation for wxCocoa |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers. |
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-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Julian Smart | Applied patch [ 583922 ] Make generic/wxListCtrl avail... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | fixed deleting pages from the notebook |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | 1. fixed wxGTK notebook which was completely broken... |
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 |
Robert Roebling | Updated ten thousand macros for new event type code. |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Stefan Csomor | adaptions for CW Pro 5.3 on mac |
blob | commitdiff | raw | diff to current |
1999-12-03 |
Stefan Csomor | wxMSW update for CW, wxMac updated |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Unknown (JL) | To include the wx/mac version |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Stefan Csomor | mac adaptions |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Julian Smart | Getting various compilers to work with wxWin again |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Vadim Zeitlin | 1. wxNotifyEvent documented |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Julian Smart | Some more wxMotif improvements: DrawIcon fixed; generic... |
blob | commitdiff | raw | diff to current |
1998-12-20 |
Julian Smart | wxPaintDC -> wxDC in wxListCtrl; fixed compile problems... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Robert Roebling | More work on wxQt integration, configure |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Vadim Zeitlin | #include "wx/msw/notebook" added |
blob | commitdiff | raw | diff to current |
1998-06-02 |
Robert Roebling | GTK |
blob | commitdiff | raw | diff to current |
|