summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/WidgetDefinitionReader.cxx
AgeCommit message (Expand)Author
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-24widget theme: add additional settings to the theme definitionTomaž Vajngerl
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-05-22widgettheme: support multiple spinbox orientationsTomaž Vajngerl
2019-03-26Rename DrawCommand* to WidgetDrawAction*, remove unused circ drawTomaž Vajngerl
2019-03-11widget theme: add support for menubar, menupopup and tooltipTomaž 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-07Make definition state attribute default to "any"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-06Draw basic list{node,net,header} from the theme definitionTomaž Vajngerl
2019-03-06Draw basic toolbar from the theme definitionTomaž Vajngerl
2019-03-06Draw basic frame and window background from the theme definitionTomaž Vajngerl
2019-03-06Draw basic listbox from the theme definitionTomaž Vajngerl
2019-03-05Draw basic tabbar widgets from the theme definitionTomaž Vajngerl
2019-03-05Draw basic progress from the theme definitionTomaž Vajngerl
2019-03-05Draw basic fixedline from the theme definitionTomaž Vajngerl
2019-03-05Draw basic slider from the theme definitionTomaž Vajngerl
2019-03-05Use a unordered_map for mapping of xml element to control typeTomaž Vajngerl
2019-03-05Draw basic spinbox from the theme definitionTomaž Vajngerl
2019-03-05Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl
2019-03-04Draw basic combobox from the theme definitionTomaž Vajngerl
2019-03-04Draw basic checkbox from the theme definitionTomaž 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