summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-08-29Fix crash in widget drawing of a SVG as imageTomaž Vajngerl
2019-08-29make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl
2019-08-29don't need "spinbox-entire" svg anymoreTomaž Vajngerl
2019-08-29widget theme - update editbox, draw from svgTomaž Vajngerl
2019-08-29widget theme - update combobox/listbox, draw from svgTomaž Vajngerl
2019-08-29widget theme - update scrollbars, draw from svgTomaž Vajngerl
2019-08-29widget theme - update spinbox with more statesTomaž Vajngerl
2019-08-29Fixes, don't draw IntroProgress, adjust EditBox bounding sizeTomaž Vajngerl
2019-08-29Add width, height and margin parameters for widget part def.Tomaž Vajngerl
2019-08-29Make definition state attribute default to "any"Tomaž Vajngerl
2019-08-29Increase font size when drawing from widget definitionTomaž Vajngerl
2019-08-29draw combobox (entire areaonly) from external svg, fix editboxTomaž Vajngerl
2019-08-29Draw tabs from external svg image, fixes for tabs (colors)Tomaž Vajngerl
2019-08-29Draw pushbutton from external svg imageTomaž Vajngerl
2019-08-29Update drawing of spinbox from definitionTomaž Vajngerl
2019-08-29Support first, last tab item for the widget definitionTomaž Vajngerl
2019-08-29Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl
2019-08-29Draw basic list{node,net,header} from the theme definitionTomaž Vajngerl
2019-08-29Draw basic toolbar from the theme definitionTomaž Vajngerl
2019-08-29Draw basic frame and window background from the theme definitionTomaž Vajngerl
2019-08-29Draw basic listbox from the theme definitionTomaž Vajngerl
2019-08-29deal with code duplication at drawing from a definition fileTomaž Vajngerl
2019-08-29Add spinbox SVG buttons, but use a definition draw for nowTomaž Vajngerl
2019-08-29Draw basic tabbar widgets from the theme definitionTomaž Vajngerl
2019-08-29Draw basic progress from the theme definitionTomaž Vajngerl
2019-08-29Draw basic fixedline from the theme definitionTomaž Vajngerl
2019-08-29Draw basic scrollbar from the theme definitionTomaž Vajngerl
2019-08-29Draw basic slider from the theme definitionTomaž Vajngerl
2019-08-29Use a unordered_map for mapping of xml element to control typeTomaž Vajngerl
2019-08-29Update checkbox and radiobutton SVG imagesTomaž Vajngerl
2019-08-29Draw basic spinbox from the theme definitionTomaž Vajngerl
2019-08-29Use SVG image to draw the checkbox widgetTomaž Vajngerl
2019-08-29Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl
2019-08-29Simplify code to add a draw command (subclass)Tomaž Vajngerl
2019-08-29Draw basic combobox from the theme definitionTomaž Vajngerl
2019-08-29Draw basic checkbox from the theme definitionTomaž Vajngerl
2019-08-29use basegfx to convert circle/roundrect to a polygonTomaž Vajngerl
2019-08-29remove margin param. and replace it with a relative "rectangle"Tomaž Vajngerl
2019-08-29Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl
2019-08-29move WidgetDefinition{Part,State} into its own fileTomaž Vajngerl
2019-08-29separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl
2019-08-29draw polyline and polygon when drawing rect draw commandTomaž Vajngerl
2019-08-29use line for editbox theme definitionTomaž Vajngerl
2019-08-29support drawing a line in theme definitionTomaž Vajngerl
2019-08-29Draw basic Editbox from the theme definitionTomaž Vajngerl
2019-08-29remove code duplication in WidgetDefinitionReaderTomaž Vajngerl
2019-08-29Add support for button-value to correctly draw the radiobuttonTomaž Vajngerl
2019-08-29Update WidgetDefinitionTest for RadioButton and button valueTomaž Vajngerl
2019-08-29Draw basic RadioButton from the theme definitionTomaž Vajngerl
2019-08-29Draw basic PushButton from the theme definitionTomaž Vajngerl