projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
adding missing doc string for BACKSPACE
[wxWidgets.git]
/
interface
/
wx
/
dataview.h
2011-08-22
Vadim Zeitlin
Harmonize wxDataViewCtrl::GetSelection() behaviour...
blob
|
commitdiff
|
raw
2011-08-10
Václav Slavík
Make the wxDataViewItem(void*) constructor explicit.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Vadim Zeitlin
Avoid unwanted line break in wxDataViewListModel::GetCo...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Vadim Zeitlin
Add wxDataViewEvent::IsEditCancelled() and support...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-11
Vadim Zeitlin
Implement wxDataViewCtrl::SetRowHeight() for wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-07
Vadim Zeitlin
Add wxDataViewCtrl::SetRowHeight() and provide its...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Robin Dunn
Virtualize StartEditor and add implementations for...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-22
Václav Slavík
Return wxWindow* from wxDataViewCustomRenderer::CreateE...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Bryan Petty
Extensive documentation typo patch (closes #13063).
blob
|
commitdiff
|
raw
|
diff to current
2011-03-01
Václav Slavík
Pass wxRect/wxPoint arguments to wxDataViewCustomRender...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-06
Steve Lamerton
Add missing code tag before lots of wxEventTypes in...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Vadim Zeitlin
Mention that wxDV_ROW_LINES is not implemented in the...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Robert Roebling
Better wording in docs
blob
|
commitdiff
|
raw
|
diff to current
2010-12-20
Robert Roebling
Correction to: Support diabling items in GTK+, see...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-19
Vadim Zeitlin
Add the possibility to disable invisible wxDataViewCtrl...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Robert Roebling
Document wxDataViewListModel as common abstract base...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Robert Roebling
Document recetnyl added name parameter in wxDataViewCtrl
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Vadim Zeitlin
Add wxDataViewCtrl::{Set,Get}CurrentItem().
blob
|
commitdiff
|
raw
|
diff to current
2010-08-09
Vadim Zeitlin
Don't lose selection in wxDataViewCtrl::Select() under...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Václav Slavík
Add index-based selection functions to wxDataViewListCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Václav Slavík
Add item<->row mapping helpers to wxDataViewListCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-25
Robert Roebling
Tried to make wxDataViewModel docs clearer
blob
|
commitdiff
|
raw
|
diff to current
2010-07-24
Robert Roebling
Make calls wxDataViewModel::ItemDeleted() etc. non...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Robert Roebling
Part II of: Add GetChoice() and GetChoices() getters...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-19
Francesco Montorsi
Fix various doxygen warnings
blob
|
commitdiff
|
raw
|
diff to current
2010-02-24
Bryan Petty
Fixed typo in wxDataViewIconTextRenderer docs.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-19
Vadim Zeitlin
Document wxDV_NO_HEADER style.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-14
Robert Roebling
Typo
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
Robert Roebling
Implement and document wxDataViewTreeCtrl::IsContainer...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-10
Vadim Zeitlin
Allow custom wxDataViewCtrl renderers to easily use...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-09
Vadim Zeitlin
No changes, just correct a recurring typo in "Override".
blob
|
commitdiff
|
raw
|
diff to current
2009-10-31
Vadim Zeitlin
Make public and document wxDataView{Index,Virtual}ListM...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-24
Vadim Zeitlin
Make wxDataViewModel::GetAttr() and GetAttrByRow()...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-24
Vadim Zeitlin
Create model and column in wxDataViewTreeCtrl::Create...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-24
Vadim Zeitlin
Add wxDataViewModel::HasValue().
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Vadim Zeitlin
Add wxDataViewModel::ChangeValue() and use it in wxDVC...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Vadim Zeitlin
Add ellipsization support to wxDataViewCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-12
Vadim Zeitlin
Remove wxDataViewTextRendererAttr by merging it with...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-05
Vadim Zeitlin
added EVT_DATAVIEW_CACHE_HINT event (closes #9891)
blob
|
commitdiff
|
raw
|
diff to current
2009-06-14
Robert Roebling
Make wxDataViewModel derive from wxRefCounter
blob
|
commitdiff
|
raw
|
diff to current
2009-03-10
Robert Roebling
Make wxDataViewModel::Compare() const
blob
|
commitdiff
|
raw
|
diff to current
2009-03-09
Robert Roebling
Add wxDataViewEvent for vetoing label editing (see...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-06
Francesco Montorsi
wxDataViewColumn derives from wxSettableHeaderColumn...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-06
Robert Roebling
Make all instances of HasEditorCtrl() const, not just...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-04
Francesco Montorsi
some docs enhancements, in particular to wxDataViewList...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Francesco Montorsi
make distinction between classes which send events...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Francesco Montorsi
better docs for wxDataViewColumn
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Robert Roebling
Add event based Drop API
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Robert Roebling
Forgot this
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Robert Roebling
Simplified event based Drag API for wxDataViewCtrl
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Robert Roebling
Rename XxxxCol() -> XxxxColumn() and resolve inheritanc...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Robert Roebling
Added missing public: statement to docs
blob
|
commitdiff
|
raw
|
diff to current
2009-01-18
Robert Roebling
Trying to make wxDataViewListCtrl docs appear
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Robert Roebling
Illustrate usage of wxDataViewListCtrl
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Robert Roebling
Document wxDataViewListCtrl, minor corrections
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Robert Roebling
Document wxDataViewListStore
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Robert Roebling
Change GetValue() and SetValue() to GetValueByRow(...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Francesco Montorsi
fix a typo; move aux classes below the main ones
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Robert Roebling
Spelling error
blob
|
commitdiff
|
raw
|
diff to current
2009-01-10
Francesco Montorsi
other ifacecheck fixes
blob
|
commitdiff
|
raw
|
diff to current
2008-12-27
Francesco Montorsi
do not document Clone() overloads only for some classes...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Robert Roebling
wxDataViewCtrl::IsExpanded should work now under OS...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Robert Roebling
Add wxDataViewCtrl::ExpandAncestors() and call it from...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Robert Roebling
Added wxDataViewCtrl::IsExpanded(item)
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Vadim Zeitlin
extract (and expand and clean up and document) the...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Vadim Zeitlin
fix syntax error
blob
|
commitdiff
|
raw
|
diff to current
2008-11-15
Francesco Montorsi
interface fixes; removed many functions which were...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-29
Francesco Montorsi
moved to appropriate 'protected' sections all functions...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-27
Francesco Montorsi
automated ifacecheck fixes
blob
|
commitdiff
|
raw
|
diff to current
2008-10-27
Francesco Montorsi
other ifacecheck fixes
blob
|
commitdiff
|
raw
|
diff to current
2008-10-22
Francesco Montorsi
interface revisions
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Robert Roebling
Corrected library association
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Francesco Montorsi
re-enabled all @appearance tags
blob
|
commitdiff
|
raw
|
diff to current
2008-09-29
Francesco Montorsi
many ifacecheck automatic fixes + some access-specifier...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-27
Francesco Montorsi
HUGE commit of ifacecheck-automated fixes to virtualnes...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-01
Robert Roebling
Readded event documentation for wxDataViewCtrl
blob
|
commitdiff
|
raw
|
diff to current
2008-06-27
Bryan Petty
Commit 3 of 3 for Doxygen path fixes, this one finally...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-27
Bryan Petty
Moved all interface headers into a 'wx' subdirectory...
blob
|
commitdiff
|
raw
|
diff to current