projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added helper Is{Col,Row}Shown()
[wxWidgets.git]
/
samples
/
2008-12-14
Vadim Zeitlin
added a button to reset the column order and the displa...
tree
|
commitdiff
2008-12-14
Vadim Zeitlin
add support for hiding columns when using native header...
tree
|
commitdiff
2008-12-14
Francesco Montorsi
fix the loading of the isosurf data; it was not loaded...
tree
|
commitdiff
2008-12-14
Vadim Zeitlin
removed testing code leftovers
tree
|
commitdiff
2008-12-14
Vadim Zeitlin
add support for sorting to grid columns
tree
|
commitdiff
2008-12-13
Vadim Zeitlin
support column reordering using drag and drop when...
tree
|
commitdiff
2008-12-12
Francesco Montorsi
fix command line parsing
tree
|
commitdiff
2008-12-12
Francesco Montorsi
modernize the sample removing global C-style functions...
tree
|
commitdiff
2008-12-12
Francesco Montorsi
don't assert at startup because of the static initializ...
tree
|
commitdiff
2008-12-11
Jaakko Salli
Added wxPropertyGridInterface::RemoveProperty()
tree
|
commitdiff
2008-12-11
Jaakko Salli
SpinCtrl editor's 'value change by mouse motion' featur...
tree
|
commitdiff
2008-12-10
Francesco Montorsi
use wxAboutBox() to make it evident a wxGrid refreshing...
tree
|
commitdiff
2008-12-09
Vadim Zeitlin
make first column non-draggable to test support for...
tree
|
commitdiff
2008-12-09
Vadim Zeitlin
use a slightly less ugly way to conditionally suppress...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
skip the header click event to allow sorting (done...
tree
|
commitdiff
2008-12-08
Vadim Zeitlin
test non-resizeable and resizeable but with min size...
tree
|
commitdiff
2008-12-04
Francesco Montorsi
add a 'Paint background' check menu item in the MyImage...
tree
|
commitdiff
2008-12-02
Francesco Montorsi
fix background repainting under wxMSW (not sure this...
tree
|
commitdiff
2008-12-02
Jaakko Salli
Implement ability to rapidly change spin value of SpinC...
tree
|
commitdiff
2008-12-02
Vadim Zeitlin
add support for creating drop down toolbar buttons...
tree
|
commitdiff
2008-12-02
Vadim Zeitlin
show the use of check and radio items in the toolbars
tree
|
commitdiff
2008-12-01
Vadim Zeitlin
demonstrate column reordering -- currently it demonstra...
tree
|
commitdiff
2008-11-30
Vadim Zeitlin
removed small and tabular grid tests which didn't seem...
tree
|
commitdiff
2008-11-30
Vadim Zeitlin
really fix the typo in the message
tree
|
commitdiff
2008-11-30
Francesco Montorsi
typo fix
tree
|
commitdiff
2008-11-28
Francesco Montorsi
fix crash caused by cancelling querybitmap dialog;...
tree
|
commitdiff
2008-11-28
Vadim Zeitlin
remove wxVSCROLL from wxMessageDialog style (left over...
tree
|
commitdiff
2008-11-26
Vadim Zeitlin
document column reordering in wxListCtrl; fix confusion...
tree
|
commitdiff
2008-11-20
Vadim Zeitlin
fix file dialog caption
tree
|
commitdiff
2008-11-17
Vadim Zeitlin
ignore files produced by the sample
tree
|
commitdiff
2008-11-17
Vadim Zeitlin
really ensure that the pointer returned from MyConnecti...
tree
|
commitdiff
2008-11-14
Vadim Zeitlin
assert in AddCatalog() if Init() hadn't been called...
tree
|
commitdiff
2008-11-10
Robert Roebling
Added wxChoice renderer to wxDataViewCtrl
tree
|
commitdiff
2008-11-04
Vadim Zeitlin
Review/simplify/cleanup MDI classes for all platforms...
tree
|
commitdiff
2008-11-03
Francesco Montorsi
build fix (the sample uses an undocumented function...
tree
|
commitdiff
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
tree
|
commitdiff
2008-10-31
Jaakko Salli
Reworked wxPGCell. It is now reference counted, and...
tree
|
commitdiff
2008-10-31
Vadim Zeitlin
grid sample doesn't need neither html nor xml library
tree
|
commitdiff
2008-10-30
Václav Slavík
must close output file before reading back from it
tree
|
commitdiff
2008-10-27
Vadim Zeitlin
rebaked using bakefile 0.2.5
tree
|
commitdiff
2008-10-21
Robert Roebling
Remove wxLog hack and put all controls in a panel to...
tree
|
commitdiff
2008-10-18
Jaakko Salli
Removed unused data
tree
|
commitdiff
2008-10-18
Jaakko Salli
Simplistic tab support is now default (tab focuses...
tree
|
commitdiff
2008-10-17
Robert Roebling
Use xpms for checked/unchecked states instead of drawin...
tree
|
commitdiff
2008-10-16
Robert Roebling
Write directly to log target wxTextCtrl to avoid crash
tree
|
commitdiff
2008-10-16
Robert Roebling
wxMac actually crashes in any logging
tree
|
commitdiff
2008-10-16
Robert Roebling
wxMac crashes in wxLog() statements with string.GetData()
tree
|
commitdiff
2008-10-16
Jaakko Salli
Add maximum width for sample's frame
tree
|
commitdiff
2008-10-16
Jaakko Salli
Update 'intro' comment in propgrid sample
tree
|
commitdiff
2008-10-16
Jaakko Salli
Added virtual wxPGProperty::ValueToString(). In derived...
tree
|
commitdiff
2008-10-16
Vadim Zeitlin
add very simple (but already exposing many problems...
tree
|
commitdiff
2008-10-16
Vadim Zeitlin
remove obsolete makefiles
tree
|
commitdiff
2008-10-15
Vadim Zeitlin
implement GetSizeAvailableForScrollTarget() in MyScroll...
tree
|
commitdiff
2008-10-15
Robert Roebling
For some reason, wxMac now requires explicit sizes...
tree
|
commitdiff
2008-10-15
Jouk Jansen
update XPM variable names for docview sample
tree
|
commitdiff
2008-10-15
Vadim Zeitlin
compilation fix for wxUSE_STD_IOSTREAM==0
tree
|
commitdiff
2008-10-14
Jaakko Salli
wxPGProperty::AddChild() can now be used to add normal...
tree
|
commitdiff
2008-10-14
Vadim Zeitlin
no real changes, just come cleanup (use constants inste...
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
add wxGenericStaticText (#9656)
tree
|
commitdiff
2008-10-10
Jaakko Salli
GetPendingEditedValue() -> GetUncommittedPropertyValue...
tree
|
commitdiff
2008-10-08
Robert Roebling
Added test for Select()
tree
|
commitdiff
2008-10-08
Jaakko Salli
Removed dysfunctional wxPGPropery::PrepareValueForDialo...
tree
|
commitdiff
2008-10-08
Vadim Zeitlin
add VC9 project files (closes #9960)
tree
|
commitdiff
2008-10-08
Vadim Zeitlin
rebaked makefiles with 0.2.4
tree
|
commitdiff
2008-10-07
Jaakko Salli
Eliminated last property generation macros from props...
tree
|
commitdiff
2008-10-07
Jaakko Salli
Removed wxLongStringProperty derived property creator...
tree
|
commitdiff
2008-10-06
Jaakko Salli
When registering editor, try wxRTTI class name in addit...
tree
|
commitdiff
2008-10-06
Jaakko Salli
Removed GetExpandedProperties() (used to act as poor...
tree
|
commitdiff
2008-10-06
Jaakko Salli
Removed wxPropertyGridInterface::ClearPropertyValue...
tree
|
commitdiff
2008-10-05
Jaakko Salli
Fix RCS-IDs
tree
|
commitdiff
2008-10-05
Jaakko Salli
Use wxPGEditor_X instead of wxPGEditor(X), as in new...
tree
|
commitdiff
2008-10-03
Vadim Zeitlin
fix VC6 compilation problems due to its for variables...
tree
|
commitdiff
2008-10-03
Vadim Zeitlin
don't build memcheck (fails in release) and MFC (fails...
tree
|
commitdiff
2008-10-03
Vadim Zeitlin
merged docvwmdi sample into docview one to avoid having...
tree
|
commitdiff
2008-09-30
Václav Slavík
added wxTaskBarIcon::IsAvailable
tree
|
commitdiff
2008-09-30
Václav Slavík
fixed incorrect separators markup in samples/xrc
tree
|
commitdiff
2008-09-29
Jaakko Salli
Removed wxPG_EX_LEGACY_VALIDATORS
tree
|
commitdiff
2008-09-29
Jaakko Salli
RegisterAdditionalEditors() to work even if no wxProper...
tree
|
commitdiff
2008-09-27
Jaakko Salli
Register multibutton editor class in frame ctor instead...
tree
|
commitdiff
2008-09-27
Jaakko Salli
Use wxPropertyGridEventHandler in commented-out sample...
tree
|
commitdiff
2008-09-27
Jaakko Salli
wxPropertyGridInterface docs cleanup and fixes, removed...
tree
|
commitdiff
2008-09-27
Jaakko Salli
Fixed wxPGMultiButton (event handling, FinalizePosition...
tree
|
commitdiff
2008-09-25
Jaakko Salli
Removed wxPropertyGridManager::GetChildrentCount()...
tree
|
commitdiff
2008-09-25
Jaakko Salli
Reduce ambiguity of selection functions in wxPropertyGr...
tree
|
commitdiff
2008-09-25
Jaakko Salli
Fixed bug: Settings property attribute to wxNullVariant...
tree
|
commitdiff
2008-09-21
Jaakko Salli
'wx(U)LongLong << variant' type safety improved (now...
tree
|
commitdiff
2008-09-21
Jaakko Salli
A lot of documentation revision. Updated doctest code...
tree
|
commitdiff
2008-09-20
Kevin Ollivier
Rebake after bakefile changes.
tree
|
commitdiff
2008-09-19
Vadim Zeitlin
- Main change is the addition of wxGridSelectRowsOrColu...
tree
|
commitdiff
2008-09-19
Jaakko Salli
Removed macros to create enum and flag props with custo...
tree
|
commitdiff
2008-09-19
Jaakko Salli
Eliminated WX_PG_DECLARE_X_METHODS macros
tree
|
commitdiff
2008-09-19
Jaakko Salli
Moved wxPGChoices m_choices member from various propert...
tree
|
commitdiff
2008-09-18
Jaakko Salli
Added section for propgrid sample
tree
|
commitdiff
2008-09-18
Vadim Zeitlin
rebaked after propgrid sample addition
tree
|
commitdiff
2008-09-18
Jaakko Salli
Added 'propgrid'
tree
|
commitdiff
2008-09-17
Jaakko Salli
Removed some old testing code. Added more appropriate...
tree
|
commitdiff
2008-09-17
Jaakko Salli
wxUSE_PROPGRID is now recognized by source and header...
tree
|
commitdiff
2008-09-16
Jaakko Salli
Removed some test code left in a long time ago
tree
|
commitdiff
2008-09-16
Jaakko Salli
Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
tree
|
commitdiff
2008-09-15
Vadim Zeitlin
add SetUseNativeColLabels() test
tree
|
commitdiff
next