summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-12initialize caches in the constructorTomaž Vajngerl2-2/+10
2019-03-12LOK: don't segfault when reporting errorAshod Nakashian1-1/+1
2019-03-12sd: document the left pane classesAshod Nakashian1-2/+7
2019-03-12Make the Help URL configurableAshod Nakashian7-4/+62
2019-03-12fix build failures because of diff against masterTomaž Vajngerl4-2/+9
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 buildMike Kaganski1-4/+4
2019-03-11tdf#123939: string and error are same type for pivot cache in XLSXMike Kaganski3-2/+34
2019-03-11tdf#123923: make COUNTIF propagate errors in its first parameterMike Kaganski3-0/+20
2019-03-11We need share/theme_definitions in the iOS appTor Lillqvist1-0/+1
2019-03-11fix build failures (diff between mastwr and cp-6.0)Tomaž Vajngerl2-30/+29
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-11Update SvgRead test - add new parameters and path parsingTomaž Vajngerl2-12/+56
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-11parse more attributes in SvgDrawVisitorTomaž Vajngerl2-6/+45
2019-03-11use gfx namespace for DrawCommandsTomaž Vajngerl5-12/+24
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