summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.cpp
AgeCommit message (Expand)Author
2014-09-09cleaningJean Claveau
2014-09-09spreading getPixmapSourceJean Claveau
2014-09-09first working solutionJean Claveau
2014-09-05buildable wipJean Claveau
2014-09-04beginningJean Claveau
2014-08-27Fix button right connections not set up properlyOwen Williams
2014-08-07debug badly removed testJean Claveau
2014-07-12first version of variables in attributes + State as contextNodeJean Claveau
2014-07-08wpushbutton backgroundJean Claveau
2014-07-08inline svg for wknobcomposedJean Claveau
2014-07-08adding SkinContext getPixmapPath + cleaningJean Claveau
2014-07-03tidying inline svg parserJean Claveau
2014-07-03tidying inline svg parserJean Claveau
2014-07-03proof of concept inlined svg in skin with variablesJean Claveau
2014-05-17fix commentOwen Williams
2014-05-17Fix wpushbuttons not drawing on internal update if they don't have CSS style.Owen Williams
2014-04-23use the property that has been created in pushbuttonOwen Williams
2014-04-21Move the unpolish/polish calls outside paint, because they call paint.Owen Williams
2014-04-20Allow the use of properties to change styling of pushbuttonsOwen Williams
2014-04-20Merge branch 'master' into fordemo-backport-cleanOwen Williams
2014-04-10Fix various invalid indices due to calculating "size() - 1" on empty containers.RJ Ryan
2014-04-05Eliminate unnecessary widget renders from control changes.RJ Ryan
2014-04-03Supply parameter and value to widgets when a connected control changes. For W...RJ Ryan
2014-03-29Turn off a bunch of noisy debugs.RJ Ryan
2014-03-22Fix various warnings.RJ Ryan
2014-03-11Various fixes for skin styling.Owen Williams
2014-02-20Merge remote-tracking branch 'upstream/master' into singletouchDaniel Schürmann
2014-02-18Merge remote-tracking branch 'upstream/master' into wpushbutton_defaultDaniel Schürmann
2014-02-17Change backpath attribute name from mode to scalemodeOwen Williams
2014-02-16Refactor much of the backpath draw mode logicOwen Williams
2014-02-16implement mode="" attribute for all widgets that support BackPathOwen Williams
2014-02-16Implement selectable tile or stretch rendering.Owen Williams
2014-02-16Fix logic duplication between LegacySkinParser and WPushButton.RJ Ryan
2014-02-16Fixed TransformerDaniel Schürmann
2014-02-15Complete rewrite of WPushbutton default connection calculationsDaniel Schürmann
2014-01-28removed unreachable codeDaniel Schürmann
2014-01-27Fixed uninitalized variableDaniel Schürmann
2014-01-27calculating default direction is now working with developer_skinsDaniel Schürmann
2014-01-27Combined To and From Widget bools to one enum. Set up a way to read the defau...Daniel Schürmann
2014-01-27Introduced a new TRIGGER button mode. This is a push button, that emits only ...Daniel Schürmann
2014-01-27Handled case when Left button is not explicite set.Daniel Schürmann
2014-01-26calculate the default emit option from WPushButtonDaniel Schürmann
2014-01-25Fixed left right CnP ErrorDaniel Schürmann
2014-01-25Fixed indentationDaniel Schürmann
2014-01-24Use <?ClickIsPushButton> parameter to calculate the effective m_?ButtonModeDaniel Schürmann
2014-01-23Fix endless loop if we have more States than declared by NumberStatesDaniel Schürmann
2014-01-23Allow differnt states and pixamp countsDaniel Schürmann
2014-01-23Merge branch 'master' into singletouchDaniel Schürmann
2014-01-23Some minor WPushbutton cleanupsDaniel Schürmann
2014-01-12Protect against invalid state numbers from skin.RJ Ryan