summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2019-03-12initialize caches in the constructorTomaž Vajngerl1-2/+3
2019-03-12fix build failures because of diff against masterTomaž Vajngerl1-0/+1
2019-03-12cache file based widget images and draw commandsTomaž Vajngerl1-0/+4
2019-03-11widget theme: draw listheader button and arrowTomaž Vajngerl1-2/+4
2019-03-11only read and parse widget definition once from the fileTomaž Vajngerl1-1/+1
2019-03-11Separate style colors from WidgetDefinition into its own classTomaž Vajngerl1-1/+6
2019-03-11make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-2/+19
2019-03-11Add width, height and margin parameters for widget part def.Tomaž Vajngerl1-0/+6
2019-03-11Support first, last tab item for the widget definitionTomaž Vajngerl1-3/+5
2019-03-11Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl1-2/+15
2019-03-11Draw basic scrollbar from the theme definitionTomaž Vajngerl1-0/+4
2019-03-11Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl2-8/+23
2019-03-11remove margin param. and replace it with a relative "rectangle"Tomaž Vajngerl1-6/+23
2019-03-11Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl2-10/+43
2019-03-11move WidgetDefinition{Part,State} into its own fileTomaž Vajngerl2-164/+189
2019-03-11separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl2-26/+26
2019-03-11support drawing a line in theme definitionTomaž Vajngerl1-1/+18
2019-03-11Draw basic Editbox from the theme definitionTomaž Vajngerl1-0/+4
2019-03-11remove code duplication in WidgetDefinitionReaderTomaž Vajngerl1-0/+6
2019-03-11Add support for button-value to correctly draw the radiobuttonTomaž Vajngerl1-2/+4
2019-03-11Draw basic RadioButton from the theme definitionTomaž Vajngerl1-1/+16
2019-03-11Draw basic PushButton from the theme definitionTomaž Vajngerl1-0/+77
2019-03-11WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl1-0/+53
2019-03-11Read style colors from a xml widget definition fileTomaž Vajngerl1-0/+86
2018-12-10custom widgets: Rename 'stock' to 'action'.Jan Holesovsky1-2/+2
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-3/+0
2018-12-06Add explicit API scaling via ImageTree API.Michael Meeks1-4/+11
2018-12-06Preserve stock images until render time.Michael Meeks1-0/+19
2018-11-08LOK: custom widgets: simplify and correct colorsAshod Nakashian1-33/+0
2018-11-08LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian3-100/+11
2018-11-08LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian2-56/+52
2018-11-08LOK: custom widgets: check size of API structuresAshod Nakashian1-2/+5
2018-11-08LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more.Jan Holesovsky1-4/+0
2018-11-08LOK: custom widgets: convert WidgetThemeLibrary to POD for ABI compatibilityAshod Nakashian1-37/+33
2018-11-08LOK: custom themes: isolate LO internals headers from theme pluginAshod Nakashian3-6/+414
2018-11-08custom widgets: setup style setting in the widget libraryTomaž Vajngerl5-1/+32
2018-11-08custom widgets: draw fixed line widgetTomaž Vajngerl1-0/+1
2018-11-08custom widgets: differentiate stock and non-stock buttonsTomaž Vajngerl1-0/+2
2018-11-08custom widgets: get the region from the lib. + custom tab widthTomaž Vajngerl1-0/+4
2018-11-08custom widgets: add Toolbar widgetTomaž Vajngerl1-0/+1
2018-11-08custom widgets: add List widget - ListNode, ListWidgetTomaž Vajngerl1-0/+4
2018-11-08custom widgets: add Progress widgetTomaž Vajngerl1-0/+1
2018-11-08vcl: simplify ControlDrawParameters construction, add nValueTomaž Vajngerl1-3/+4
2018-11-08custom widgets: add Slider widgetTomaž Vajngerl1-0/+1
2018-11-08custom widgets: add Tab widgetsTomaž Vajngerl1-0/+4
2018-11-08custom widgets: draw ListBox widgetTomaž Vajngerl1-0/+1
2018-11-08custom widgets: first round of basic widgets with cairoTomaž Vajngerl1-2/+34
2018-11-08Support drawing custom widgets in headless backendTomaž Vajngerl1-0/+21
2018-11-08custom widgets: Custom Widget ThemesTomaž Vajngerl4-0/+195
2018-07-02vcl: explicitly qualify ICU types with icu:: namespaceEike Rathke1-1/+1