projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added wxAbort() which can also be used under Windows CE.
[wxWidgets.git]
/
include
/
wx
/
bookctrl.h
2011-09-14
Steve Lamerton
Make wxBookCtrlBase::GetSelection virtual, as per the...
blob
|
commitdiff
|
raw
2011-09-10
Steve Lamerton
Merge in from trunk r68684 - r69046
blob
|
commitdiff
|
raw
|
diff to current
2011-08-21
Vadim Zeitlin
No changes, just use symbolic NO_IMAGE constant instead...
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-27
Vadim Zeitlin
No real changes, just replace -1 with wxNOT_FOUND in...
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-03-13
Julian Smart
Made DoSize and GetPageRect virtual for easier derivati...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
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-03-26
Francesco Montorsi
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-22
Vadim Zeitlin
remove the unnecessary non-const GetPage() overload
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
Julian Smart
More border rationalisation. GetDefaultBorder is now...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-07
Julian Smart
Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-25
Vadim Zeitlin
don't accept focus in book control itself
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-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
Vadim Zeitlin
define bookctrl (and -derived) classes flags in their...
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-10-04
Włodzimierz Skiba
BookCtrl event handler added to default book layer.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Vadim Zeitlin
added HasMultiplePages()
blob
|
commitdiff
|
raw
|
diff to current
2006-07-05
Włodzimierz Skiba
wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
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-26
Vadim Zeitlin
moved wxNotebook::HitTest() to the base book control...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-13
Włodzimierz Skiba
All book controls shares wxBK_* flags [bug #1469980].
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-03-24
Włodzimierz Skiba
Back to 'unsigned int' after reasearch of 'size_t'...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-15
Włodzimierz Skiba
More size_t in interface.
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-11-10
Vadim Zeitlin
add Clone() to wxXXXbookEvent and copy ctor to wxBookCt...
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-10-09
Vadim Zeitlin
made GetPage() not virtual because it doesn't need...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-04-10
Vadim Zeitlin
simplifications and corrections to background drawing:
blob
|
commitdiff
|
raw
|
diff to current
2005-03-10
Włodzimierz Skiba
Apart smartphones use choicebook when notebook is not...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-19
Vadim Zeitlin
moved ProvidesBackground() from wxUniv to base wxWindow...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-29
Włodzimierz Skiba
Include fix.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Dimitri Schoolwerth
fixed #includes
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Włodzimierz Skiba
wxCHB<->wxNB flags switch fix.
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-11-19
Vadim Zeitlin
added GetCurrentPage()
blob
|
commitdiff
|
raw
|
diff to current
2004-09-23
Włodzimierz Skiba
wx(Choice/List/Note)book controls send CHANG(ED/ING...
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-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-04
Robin Dunn
Book controls also shouldn't do anything for SetInitial...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-05
Robin Dunn
Changed CanApplyParentThemeBackground to ApplyParentThe...
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-11-06
David Elliott
Replaced all occurences of id with winid for Objective...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Vadim Zeitlin
renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
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