2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-30 |
David Webster | Fix to allow proper positioning of child windows under... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Václav Slavík | wxPanel::OnSize must call event.Skip(), otherwise scrol... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-08-14 |
Vadim Zeitlin | removed redundant InitDialog methods |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | changed wxControlContainer to avoid triggering tons... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
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-04-21 |
Vadim Zeitlin | merged wxFont related fix (operator==) and optimization... |
blob | commitdiff | raw | diff to current |
2001-04-14 |
Vadim Zeitlin | merged focus handling fix from 2.2 |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Vadim Zeitlin | fixed infinite recursion in TAB handling with panels... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Robert Roebling | Added geometry.cpp and made it compile, |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Robert Roebling | Fixed small bug in tab code WRT to having only |
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-23 |
Vadim Zeitlin | 1. wxMSW::wxNotebook::SetPageSize() and SetPadding... |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Robert Roebling | Changes for next snapshot. |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Robert Roebling | Fixed wxListCtrl::GetNextItem() |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Vadim Zeitlin | I think I finally fixed activation behaviour under... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Robert Roebling | Corrceted background problem with themes. |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Robert Roebling | Compile fix in dialup, |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Vadim Zeitlin | 1. wxFileDataObject fixes from Ricky Gonzales - seems... |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Robert Roebling | More tab code corrections. |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Robin Dunn | made wxPanel be auto layout aware |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Robert Roebling | Applied patches for AIX, |
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-07-20 |
Vadim Zeitlin | 1. panels pass focus to the next item in parent panel |
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-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Julian Smart | Some stubs corrections; Motif corrections incl. busy... |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Julian Smart | Cured last focus bug (I hope); some wxMotif mods |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Vadim Zeitlin | "continue;" restored to prevent the app from going... |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Robert Roebling | distrin corrections files |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Robert Roebling | isosurf corrections |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Vadim Zeitlin | 1. more keyboard navigation fixes - seems to work now |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Vadim Zeitlin | bug with Shift-TAB handling corrected |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Julian Smart | Changed m_children to GetChildren() -- not all ports... |
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-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
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-26 |
Robert Roebling | Did much work on colors. It doesn't work and I guess |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-07-19 |
Vadim Zeitlin | infinite loop in wxNavigationKeyEvent processing fixed |
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-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
blob | commitdiff | raw | diff to current |
1998-07-09 |
Vadim Zeitlin | wxWindow::FindFocus() doesn't exist in wxGTK - #ifdef... |
blob | commitdiff | raw | diff to current |
1998-07-08 |
Vadim Zeitlin | keyboard handling added (OnNavigationKey) |
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-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|