projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
reuse operator bool() check in compatibility_iterator::IndexOf() instead of rewriting it
[wxWidgets.git]
/
src
/
generic
/
wizard.cpp
2006-03-07
Vadim Zeitlin
make it clear that m_page is not NULL in OnBackOrNext...
blob
|
commitdiff
|
raw
2006-02-12
Vadim Zeitlin
trick the sizer code into thinking that the wizard...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Vadim Zeitlin
no changes; just added some comments
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-26
Włodzimierz Skiba
Better fix for modal/modeless wizards.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
removed #errors in 2.7 compilation
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-09-20
Julian Smart
Removed unnecessary IsModal call
blob
|
commitdiff
|
raw
|
diff to current
2005-09-19
Julian Smart
Fix for modal/modeless wizards
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Julian Smart
Corrected behaviour for modeless wizards -- can't detec...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-12
Julian Smart
Adaptations for PDA-sized screens
blob
|
commitdiff
|
raw
|
diff to current
2005-07-15
Włodzimierz Skiba
Possibility of modeless wxWizard dialog (with presentat...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-12
Julian Smart
Restored the default wizard height to match 2.4 (and...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-07
Julian Smart
Help button left-aligned in wizard
blob
|
commitdiff
|
raw
|
diff to current
2004-06-17
Włodzimierz Skiba
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
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-03-19
Julian Smart
Wizard sets default button when displaying new page
blob
|
commitdiff
|
raw
|
diff to current
2004-02-07
Vadim Zeitlin
fixes for compiling with more stuff disabled in setup...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-06
Julian Smart
Added missing event.Skip()
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-10-16
Vadim Zeitlin
send EVT_WIZARD_FINISHED for modal wizards as well
blob
|
commitdiff
|
raw
|
diff to current
2003-09-21
Vadim Zeitlin
Unicode compilation fix (patch 81006)
blob
|
commitdiff
|
raw
|
diff to current
2003-09-20
Vadim Zeitlin
corrected TAB order of wizard buttons (patch 800935)
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-08-05
Stefan Csomor
xti extensions
blob
|
commitdiff
|
raw
|
diff to current
2003-07-21
Mattia Barbon
Compilation fixes for wxUSE_STL=1 and for
blob
|
commitdiff
|
raw
|
diff to current
2003-07-21
Vadim Zeitlin
no real changes; just reformatting
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-05-16
Julian Smart
Wizard now validates as well as doing data transfer...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-01
Vadim Zeitlin
compilation fix when WXUNUSED(arg) == arg
blob
|
commitdiff
|
raw
|
diff to current
2003-04-24
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
blob
|
commitdiff
|
raw
|
diff to current
2003-01-12
Vadim Zeitlin
removed unneeded (and causing link errors) wxArrayPages...
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-09-07
Julian Smart
Fixed overlapping buttons in wizard on MacOS X
blob
|
commitdiff
|
raw
|
diff to current
2002-08-27
Vadim Zeitlin
deprecated static wxWizard::Create()
blob
|
commitdiff
|
raw
|
diff to current
2002-08-17
Robin Dunn
Put the page in the event for all event types
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-06-15
Vadim Zeitlin
allow overriding the default button labels in wxWizard
blob
|
commitdiff
|
raw
|
diff to current
2002-06-03
Vadim Zeitlin
set focus to the page after showing it -- otherwise...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-26
Vadim Zeitlin
added wxWizard::Fit()
blob
|
commitdiff
|
raw
|
diff to current
2002-05-22
Vadim Zeitlin
fixed propagating of EVT_WIZARD_XXX events to the parent
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-03-31
Robert Roebling
Compile fix when not using WXR resources.
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-03
Václav Slavík
recently checked in patch was ignorant to wxUSE_RESOURCES
blob
|
commitdiff
|
raw
|
diff to current
2001-11-02
Vadim Zeitlin
fix a bug for bitmap changing in wxWizard (patch 474975)
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-08-17
Vadim Zeitlin
warning 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-07-19
Vadim Zeitlin
fix for custom bitmap setting for the first page
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
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-02-08
Vadim Zeitlin
1. wxWizard appears in the centre of the screen by...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-21
Vadim Zeitlin
BC++ compilation fix
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
2000-01-03
Ove Kaaven
Split "?:" into "if" statement for assignment of conver...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-16
Vadim Zeitlin
Win16 compilation fixes
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-24
Michael Bedward
Added test for wxUSE_STATLINE so that wizard will compi...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-19
J. Russell Smyth
Fixed "Bound pointer address" error under GCC-2.95
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