projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add a public wxModalDialogHook class for intercepting modal dialogs.
[wxWidgets.git]
/
src
/
common
/
bookctrl.cpp
2013-03-29
Vadim Zeitlin
Added wxBookCtrlBase::FindPage().
blob
|
commitdiff
|
raw
2012-09-27
Vadim Zeitlin
Account correctly for the controller when computing...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-27
Vadim Zeitlin
Use wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize().
blob
|
commitdiff
|
raw
|
diff to current
2012-09-27
Vadim Zeitlin
Avoid useless iteration on all pages in wxBookCtrlBase...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-30
Vadim Zeitlin
Virtualize showing/hiding the pages in wxBookCtrlBase.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-09
Vadim Zeitlin
Improve wxBookCtrlBase controller size calculations.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-28
Vadim Zeitlin
Use best controller size in wxBookCtrl best size calcul...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-10
Steve Lamerton
Merge in from trunk r68684 - r69046
blob
|
commitdiff
|
raw
|
diff to current
2011-08-21
Vadim Zeitlin
Add wxWithImages helper mix-in with {Set,Get,Assign...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-31
Vadim Zeitlin
Avoid events when implicitly selecting first wxBookCtrl...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
Vadim Zeitlin
Refactor: use wxBookCtrlBase::m_selection in all derive...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-24
Vadim Zeitlin
Don't reserve space for hidden controller in wxBookCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
Vadim Zeitlin
Implement wxBookCtrlBase::CalcSizeFromPage() in the...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
Vadim Zeitlin
No changes, just remove redundant GetControllerSize...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
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
forward port of fix
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Vadim Zeitlin
don't use obsolete functions (mostly copystring() and...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-04
Vadim Zeitlin
invalidate best size of the book controller too when...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-13
Robin Dunn
Fix for wxToolbook, allow oldSel == wxNOT_FOUND when...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Vadim Zeitlin
avoid conflict between wxBookCtrlBase::DoSetSelection...
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-09-06
Paul Cornett
don't return negative size from GetPageRect
blob
|
commitdiff
|
raw
|
diff to current
2006-06-16
Vadim Zeitlin
don't loop needlessly in OnHelp() if the event comes...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Vadim Zeitlin
more fixes to OnHelp() to avoid infinite recursion...
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-06-12
Vadim Zeitlin
redirect to the page only the help events coming from...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Julian Smart
Reverted last wxBookCtrl change and added alignment...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Julian Smart
Each book control should say what its default orientati...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Vadim Zeitlin
show help for the page under mouse when the [?] button...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-03
Vadim Zeitlin
update the sizes of all pages when the control size...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-13
Julian Smart
On screens with restricted space, it's useful to be...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-06
Julian Smart
Changed function to SetFitToCurrentPage
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Julian Smart
Introduced the ability to size a book control based...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-30
Julian Smart
Separated out book control sizing code
blob
|
commitdiff
|
raw
|
diff to current
2005-10-21
Włodzimierz Skiba
Unified flags for orienting wxBookCtrls (with backward...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-18
Włodzimierz Skiba
Set/get for internal border in book based controls.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-09
Vadim Zeitlin
Added wxTreebook:
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
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-09
Włodzimierz Skiba
Source cleaning: TRUE/true, FALSE/false, whitespaces...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-03
Robin Dunn
Invalidate notebook best size when pages are added...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-24
Robin Dunn
* Implemented BestSize cache
blob
|
commitdiff
|
raw
|
diff to current
2004-06-21
Robin Dunn
reverted m_adjustMinSize change prepatory for a new...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-19
Julian Smart
Switch off adjust min size for book control and therefo...
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-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-08-24
Vadim Zeitlin
warning fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-08-21
Vadim Zeitlin
corrected CHECK in InsertPage()
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