summaryrefslogtreecommitdiff
path: root/vcl/inc/widgetdraw
AgeCommit message (Expand)Author
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2019-11-24widget theme: add additional settings to the theme definitionTomaž Vajngerl
2019-11-22make some classes module-privateNoel Grandin
2019-11-19widget theme: add centeredTabs setting to theme definition fileTomaž Vajngerl
2019-11-10widget theme: add new action button stylesettings to xml def.Tomaž Vajngerl
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-07-15cid#1448286 Uninitialised scalar fieldCaolán McNamara
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-05-30Unconst members of ControlTypeAndPartMike Kaganski
2019-03-26Rename DrawCommand* to WidgetDrawAction*, remove unused circ drawTomaž Vajngerl
2019-03-10widget theme: draw listheader button and arrowTomaž Vajngerl
2019-03-09Separate style colors from WidgetDefinition into its own classTomaž Vajngerl
2019-03-07Add width, height and margin parameters for widget part def.Tomaž Vajngerl
2019-03-06Support first, last tab item for the widget definitionTomaž Vajngerl
2019-03-06Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl
2019-03-05Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl
2019-03-04remove margin param. and replace it with a relative "rectangle"Tomaž Vajngerl
2019-03-04Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl
2019-03-04move WidgetDefinition{Part,State} into its own fileTomaž Vajngerl
2019-03-04separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl
2019-03-04support drawing a line in theme definitionTomaž Vajngerl
2019-03-04Draw basic Editbox from the theme definitionTomaž Vajngerl
2019-03-04remove code duplication in WidgetDefinitionReaderTomaž Vajngerl
2019-03-04Add support for button-value to correctly draw the radiobuttonTomaž Vajngerl
2019-03-04Draw basic RadioButton from the theme definitionTomaž Vajngerl
2019-03-04Draw basic PushButton from the theme definitionTomaž Vajngerl
2019-03-04Read style colors from a xml widget definition fileTomaž Vajngerl