summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Move the Help URL to a different config pathAshod Nakashian2-20/+3
2019-03-12initialize caches in the constructorTomaž Vajngerl2-2/+10
2019-03-12Make the Help URL configurableAshod Nakashian2-1/+30
2019-03-12fix build failures because of diff against masterTomaž Vajngerl3-2/+3
2019-03-12widget theme: change the tab item height to (min) 32 pxTomaž Vajngerl2-5/+7
2019-03-12better adjustment algorithm for dynamic sized widgetsTomaž Vajngerl1-36/+28
2019-03-12cache file based widget images and draw commandsTomaž Vajngerl3-18/+61
2019-03-11fix build failures (diff between mastwr and cp-6.0)Tomaž Vajngerl1-29/+28
2019-03-11widget theme: slight window borders, use font 10 instead of 12Tomaž Vajngerl2-5/+4
2019-03-11widget theme: support disabled pushbuttonTomaž Vajngerl3-1/+8
2019-03-11widget theme: add support for menubar, menupopup and tooltipTomaž Vajngerl3-27/+46
2019-03-11widget theme: change color for window background and frameTomaž Vajngerl1-8/+3
2019-03-11widget theme: take into account scaling factor for imagesTomaž Vajngerl1-2/+8
2019-03-11widget theme: draw slider button from svg, left and right trackTomaž Vajngerl4-12/+52
2019-03-11widget theme: draw listheader button and arrowTomaž Vajngerl8-24/+69
2019-03-11widget theme: support "height" for editbox and set to "32"Tomaž Vajngerl2-4/+7
2019-03-11widget theme: toolbar drawing definition - separator, buttonsTomaž Vajngerl1-14/+14
2019-03-11widget theme: adjust draw positions of editbox, combobox, listboxTomaž Vajngerl1-3/+3
2019-03-11only read and parse widget definition once from the fileTomaž Vajngerl2-11/+25
2019-03-11Separate style colors from WidgetDefinition into its own classTomaž Vajngerl4-112/+119
2019-03-11Fix multiline tabs drawing of first / last tabTomaž Vajngerl1-3/+4
2019-03-11Fix crash in widget drawing of a SVG as imageTomaž Vajngerl1-2/+15
2019-03-11make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl6-18/+83
2019-03-11don't need "spinbox-entire" svg anymoreTomaž Vajngerl2-4/+0
2019-03-11widget theme - update editbox, draw from svgTomaž Vajngerl2-5/+11
2019-03-11widget theme - update combobox/listbox, draw from svgTomaž Vajngerl7-22/+76
2019-03-11widget theme - update scrollbars, draw from svgTomaž Vajngerl5-11/+44
2019-03-11widget theme - update spinbox with more statesTomaž Vajngerl10-5/+61
2019-03-11Fixes, don't draw IntroProgress, adjust EditBox bounding sizeTomaž Vajngerl1-6/+12
2019-03-11Add width, height and margin parameters for widget part def.Tomaž Vajngerl4-39/+104
2019-03-11Make definition state attribute default to "any"Tomaž Vajngerl2-69/+85
2019-03-11Increase font size when drawing from widget definitionTomaž Vajngerl1-0/+23
2019-03-11draw combobox (entire areaonly) from external svg, fix editboxTomaž Vajngerl1-2/+6
2019-03-11Draw tabs from external svg image, fixes for tabs (colors)Tomaž Vajngerl8-8/+44
2019-03-11Draw pushbutton from external svg imageTomaž Vajngerl4-2/+10
2019-03-11Update drawing of spinbox from definitionTomaž Vajngerl6-46/+88
2019-03-11Support first, last tab item for the widget definitionTomaž Vajngerl5-12/+45
2019-03-11Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl4-3/+172
2019-03-11Draw basic list{node,net,header} from the theme definitionTomaž Vajngerl3-2/+18
2019-03-11Draw basic toolbar from the theme definitionTomaž Vajngerl3-2/+52
2019-03-11Draw basic frame and window background from the theme definitionTomaž Vajngerl3-8/+48
2019-03-11Draw basic listbox from the theme definitionTomaž Vajngerl3-7/+43
2019-03-11deal with code duplication at drawing from a definition fileTomaž Vajngerl1-171/+44
2019-03-11Add spinbox SVG buttons, but use a definition draw for nowTomaž Vajngerl5-1/+34
2019-03-11Draw basic tabbar widgets from the theme definitionTomaž Vajngerl3-2/+58
2019-03-11Draw basic progress from the theme definitionTomaž Vajngerl3-2/+29
2019-03-11Draw basic fixedline from the theme definitionTomaž Vajngerl3-2/+34
2019-03-11Draw basic scrollbar from the theme definitionTomaž Vajngerl3-2/+79
2019-03-11Draw basic slider from the theme definitionTomaž Vajngerl3-6/+69
2019-03-11Use a unordered_map for mapping of xml element to control typeTomaž Vajngerl1-31/+12