2006-08-23 |
Václav Slavík | compilation fix for !wxUSE_BUTTON |
blob | commitdiff | raw |
2006-08-20 |
Vadim Zeitlin | don't use dynamic handlers for standard buttons as... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Vadim Zeitlin | connect the affirmative/cancel button handlers to new... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Vadim Zeitlin | map Esc to GetAffirmativeId() instead of hardcoded... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Vadim Zeitlin | handle the buttons with ids specified in SetAffirmative... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | moved all wxDialog event handlers to wxDialogBase to... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | removed #ifdef wxTopLevelWindowNative -- it's now defin... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/dialog.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Włodzimierz Skiba | Include wx/button.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Vadim Zeitlin | fixed MIPSpro version in the comment |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Vadim Zeitlin | tentative compilation fix for MIPSpro 7.2 |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Włodzimierz Skiba | More common code moved from generic dialogs to wxDialog... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | added and documented SetEscapeId() |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Mattia Barbon | Under wxMotif, default buttons are bigger than other... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Michael Wetherell | Move LabelWrapper, TextSizerWrapper classes out of... |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Vadim Zeitlin | compilation fix for wxUnivGTK |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | hacked around wxGTK wxStaticText which doesn't derive... |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Vadim Zeitlin | avoid gcc warning |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Vadim Zeitlin | added wxStaticText::Wrap() |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Julian Smart | Do the right thing for Smartphone if creating button... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Robin Dunn | wxStdButtonSizer Finalise --> Realize |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Włodzimierz Skiba | Stock buttons labels. |
blob | commitdiff | raw | diff to current |
2005-01-12 |
Włodzimierz Skiba | Warning fix and source cleaning. |
blob | commitdiff | raw | diff to current |
2004-12-31 |
Robert Roebling | Applied modified form of the StdButtonSize patch. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Václav Slavík | new stock buttons API |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | use stock buttons in generic dialogs |
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-01-27 |
Dimitri Schoolwerth | Applied patch #876969: "Fixes to Borland warnings"... |
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-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
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-05-23 |
Julian Smart | Applied patch [ 738821 ] Allow more features to be... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-03-08 |
Mattia Barbon | Reverted changes to make buttons smaller in wxMotif... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Mattia Barbon | Implemented wxButton::DoGetBestSize for wxMotif.... |
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-04-16 |
Vadim Zeitlin | removed redundant code |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | added and documented wxWS_EX_BLOCK_EVENTS flag |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Vadim Zeitlin | fixed the problem with the ampersand [mis]handling... |
blob | commitdiff | raw | diff to current |
2001-09-15 |
Václav Slavík | wxTopLevelWindow (only for wxGTK for now) |
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-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
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-10-12 |
Robert Roebling | Refresh() problem from DialogEd solved |
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-10 |
Robin Dunn | Made wxNO_DEFAULT set the "no" button as the default... |
blob | commitdiff | raw | diff to current |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
blob | commitdiff | raw | diff to current |
1999-08-13 |
Robert Roebling | More makefiles |
blob | commitdiff | raw | diff to current |
1999-08-11 |
Robert Roebling | Did somework on the generic dialogs, |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Vadim Zeitlin | wxButton::GetDefaultSize() fix |
blob | commitdiff | raw | diff to current |
1999-08-02 |
David Webster | Changes to make common and generic compilable under... |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | wxGTK compile fixes for my wxMSW changes |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | file I forgot to add... |
blob | commitdiff | raw | diff to current |
|