projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Avoid calling gtk_window_get_position() from "configure-event" handler, if possible.
[wxWidgets.git]
/
src
/
propgrid
/
advprops.cpp
2013-07-26
Vadim Zeitlin
Remove all lines containing cvs/svn "$Id$" keyword.
blob
|
commitdiff
|
raw
2013-04-25
Vadim Zeitlin
Provide shorter synonyms for wxEVT_XXX constants.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-14
Vadim Zeitlin
Fix spelling in the comments in wxPropertyGrid code.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Vadim Zeitlin
Use wxDynamicCast() instead of IsKindOf() checks.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-05-03
Dimitri Schoolwerth
Replaced Ok() occurrences with IsOk() throughout trunk.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-22
Dimitri Schoolwerth
Use wxString's empty() when checking if the string...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-02
Jaakko Salli
Added 'HasAlpha' attribute for wxColourProperty. Settin...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-20
Jaakko Salli
Reworked wxSystemColourProperty::StringToValue() to...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-10
Jaakko Salli
Also reset DatePicker property editor's global pointer...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Jaakko Salli
Reset wxPGEditor singleton instance pointers in dtors...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-20
Vadim Zeitlin
Use wxDELETE() and wxDELETEA() when possible.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-29
Jaakko Salli
Fixed assert when editing wxFontProperty with unspecifi...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Paul Cornett
make array data fully const
blob
|
commitdiff
|
raw
|
diff to current
2009-09-28
Jaakko Salli
Do not use wxS in array of const wxChar*
blob
|
commitdiff
|
raw
|
diff to current
2009-09-27
Jaakko Salli
wxFontProperty: Added support for wxFONTFAMILY_TELETYPE...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Paul Cornett
build fixes for wxUSE_VALIDATORS==0
blob
|
commitdiff
|
raw
|
diff to current
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-12
Jaakko Salli
Yet another fix for the colour property 'Custom' entry...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-11
Jaakko Salli
Added wxPropertyGrid::WasValueChangedInEvent(), added...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-11
Jaakko Salli
Fixed 'Custom' entry in the colour property combo boxes
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Jaakko Salli
Further fixes to colour properties that use wxPG_COLOUR...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-03
Jaakko Salli
Colour property with attribute wxPG_COLOUR_ALLOW_CUSTOM...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Jaakko Salli
Added support for wxLongLong and wxULongLong in wxVaria...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-07
Jaakko Salli
Implementations of wxPGProperty::ChildChanged() must...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-18
Jaakko Salli
Fixed fallback font used in wxFontProperty::OnSetValue()
blob
|
commitdiff
|
raw
|
diff to current
2009-03-25
Vadim Zeitlin
compilation fix after wxDateTime::Parse() changes ...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-12
Jaakko Salli
Reworked the way child properties can be added to a...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Jaakko Salli
Added proper COW to wxPGChoices, moved wxPGChoices...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Jaakko Salli
Better support for unspecified property value in wxDate...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Jaakko Salli
Fixed a VC6 warning (hopefully)
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Jaakko Salli
SpinCtrl editor's 'value change by mouse motion' featur...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Jaakko Salli
Better EVT_MOTION handling in wxPGSpinButton
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Jaakko Salli
Implement ability to rapidly change spin value of SpinC...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Jaakko Salli
DatePickerCtrl editor could crash if property had unspe...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-23
Jaakko Salli
Eliminate need to call Connect() in wxPGEditor::CreateC...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-19
Jaakko Salli
When calling DrawIconEx(), do not use DI_COMPAT or...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-16
Paul Cornett
cleanup: unreachable code, unused variables, indentatio...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-14
Vadim Zeitlin
remove unused static wxColourFromPGLong function
blob
|
commitdiff
|
raw
|
diff to current
2008-11-14
Vadim Zeitlin
remove useless comparison of unsigned value with 0
blob
|
commitdiff
|
raw
|
diff to current
2008-11-01
Jaakko Salli
Fix various warnings that only appear for release builds
blob
|
commitdiff
|
raw
|
diff to current
2008-10-27
Jaakko Salli
Removed dummy wxFont == operator implementation (IIRC...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-22
Jaakko Salli
Merged wxBaseEnumPropertyClass (intermediate property...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-21
Jaakko Salli
Removed deprecated functions wxPGChoices::HasValue...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-19
Jaakko Salli
Changed argument of wxPropertyGrid::OnCustomEditorEvent...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-19
Jaakko Salli
Fixed wxSystemColourProperty::ValueToString(). It now...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Jaakko Salli
Fixed broken wxMultiChoiceProperty::ValueToString()
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Jaakko Salli
Added virtual wxPGProperty::ValueToString(). In derived...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Jaakko Salli
wxPGProperty::AddChild() can now be used to add normal...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jaakko Salli
GetPendingEditedValue() -> GetUncommittedPropertyValue...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jaakko Salli
Removed dysfunctional wxPGPropery::PrepareValueForDialo...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-07
Jaakko Salli
Eliminated last property generation macros from props...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
Jaakko Salli
Minimize use of editor class macros
blob
|
commitdiff
|
raw
|
diff to current
2008-10-06
Stefan Csomor
switching away from angle brackets includes, deactivati...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-05
Jaakko Salli
Fix RCS-ID
blob
|
commitdiff
|
raw
|
diff to current
2008-10-05
Jaakko Salli
Better use of Connect()
blob
|
commitdiff
|
raw
|
diff to current
2008-09-29
Jaakko Salli
RegisterAdditionalEditors() to work even if no wxProper...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jaakko Salli
Slightly better wxStockCursor usage
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Jaakko Salli
Fix wxCursor() ctor compilation by casting argument...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-21
Jaakko Salli
Revised #ifndef WX_PRECOMP headers, added missing ...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-21
Jaakko Salli
Removed #include <typeinfo> (since C++ RTTI is no longe...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Jaakko Salli
Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
blob
|
commitdiff
|
raw
|
diff to current
2008-09-19
Jaakko Salli
Moved wxPGChoices m_choices member from various propert...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-17
Jaakko Salli
wxUSE_PROPGRID is now recognized by source and header...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-16
Jaakko Salli
Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-14
Jaakko Salli
wxVariant list used to translate between list of proper...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-12
Vadim Zeitlin
must include typeinfo before using typeid()
blob
|
commitdiff
|
raw
|
diff to current
2008-09-12
Vadim Zeitlin
added wxPropertyGrid from Jaakko Salli (#9934)
blob
|
commitdiff
|
raw
|
diff to current