2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
blob | commitdiff | raw |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Robert Roebling | Reorder event things a little. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | Many changes: |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
blob | commitdiff | raw | diff to current |
2005-01-13 |
Włodzimierz Skiba | Common default notebook name. |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | gtk notebook page style fixes (patch 984864) |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Vadim Zeitlin | invalidate m_selection in DoRemovePage(), not in Delete... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
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-05-06 |
Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls |
blob | commitdiff | raw | diff to current |
2004-03-20 |
Robert Roebling | Applied notebook font patch. |
blob | commitdiff | raw | diff to current |
2004-01-22 |
Vadim Zeitlin | implemented HitTest() (modified patch 875957) |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Mattia Barbon | wxGTK compilation fixes. |
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-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
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-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Julian Smart | Applied patch [ 579219 ] wxNotebook:SetPadding added |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
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-05-22 |
Vadim Zeitlin | fix for discrepancies between wxNotebookEvent and wxNot... |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Václav Slavík | added wxNotebook::AssingImageList |
blob | commitdiff | raw | diff to current |
2000-02-27 |
Václav Slavík | minimalistic build fixes (mostly #if wxUSE_something) |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Robert Roebling | Added BMP files for wxPlotWindow, |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Robert Roebling | tabbing in controls sample works again. |
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-08-20 |
Robert Roebling | Changed a few #include <xxx.h> to #include "xxx.h" |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Vadim Zeitlin | 1. wxNotifyEvent documented |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Robert Roebling | Fixed a notebook crash and added more tests to sample. |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Robert Roebling | Rewrote wxNotebook, incl. PAGE_CHANGING event |
blob | commitdiff | raw | diff to current |
1999-05-11 |
Vadim Zeitlin | no changes |
blob | commitdiff | raw | diff to current |
1999-05-06 |
Robert Roebling | minor fixes |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo... |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Robert Roebling | Added CTRL-TAB navigation to notebook |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Robert Roebling | I've put live into Vadim's wxNavigationKeyEvent idea |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Robert Roebling | ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK |
blob | commitdiff | raw | diff to current |
1998-12-04 |
Robert Roebling | Added wxMiniFrame |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Robert Roebling | GTK's dnd is broken, not mine |
blob | commitdiff | raw | diff to current |
1998-11-03 |
Robert Roebling | Fix for TextCtrl problem as reported by Vegh |
blob | commitdiff | raw | diff to current |
1998-10-29 |
Robert Roebling | Big color update with the newest information |
blob | commitdiff | raw | diff to current |
1998-10-27 |
Robert Roebling | Added background colour again |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Vadim Zeitlin | an extra backslash removed |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Robert Roebling | warning msgs |
blob | commitdiff | raw | diff to current |
1998-07-23 |
Vadim Zeitlin | OnSize removed (not needed any more after Robert's... |
blob | commitdiff | raw | diff to current |
1998-07-22 |
Robert Roebling | mdi private menus |
blob | commitdiff | raw | diff to current |
1998-07-13 |
Vadim Zeitlin | constraints for notebook pages work (again) |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Robert Roebling | stream compile fixes |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-06-26 |
Julian Smart | Changes for wxEventType |
blob | commitdiff | raw | diff to current |
1998-06-26 |
Vadim Zeitlin | made the interface more compatible with the MSW version... |
blob | commitdiff | raw | diff to current |
1998-06-23 |
Vadim Zeitlin | added OnSize() to wxNotebook which forwards size events... |
blob | commitdiff | raw | diff to current |
1998-06-18 |
Vadim Zeitlin | changed the notebook control to use AddPage() interface... |
blob | commitdiff | raw | diff to current |
1998-06-15 |
Julian Smart | Experimental notebook API |
blob | commitdiff | raw | diff to current |
1998-06-02 |
Robert Roebling | GTK |
blob | commitdiff | raw | diff to current |
|