summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist
2019-05-14Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl
2019-04-26Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian
2019-04-22tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl
2019-04-13sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2019-04-03pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky
2019-04-03pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-04-03pdfium: Share the GfxLink for PDF files.Jan Holesovsky
2019-04-03vcl: share GfxLinkAshod Nakashian
2019-04-01tdf#124148 add configurable margin for the listbox pop-up listTomaž Vajngerl
2019-03-28Revert "vcl: share GfxLink"Jan Holesovsky
2019-03-28Revert "pdfium: Share the GfxLink for PDF files."Jan Holesovsky
2019-03-27tdf#124146 Support panning (pan gesture) of the combobox listTomaž Vajngerl
2019-03-27tdf#124146 add (general) gesture event support to VCLTomaž Vajngerl
2019-03-27Rename DrawCommand* to WidgetDrawAction*, remove unused circ drawTomaž Vajngerl
2019-03-26pdfium: Share the GfxLink for PDF files.Jan Holesovsky
2019-03-26vcl: share GfxLinkAshod Nakashian
2019-03-12initialize caches in the constructorTomaž Vajngerl
2019-03-12fix build failures because of diff against masterTomaž Vajngerl
2019-03-12cache file based widget images and draw commandsTomaž Vajngerl
2019-03-11widget theme: draw listheader button and arrowTomaž Vajngerl
2019-03-11only read and parse widget definition once from the fileTomaž Vajngerl
2019-03-11Separate style colors from WidgetDefinition into its own classTomaž Vajngerl
2019-03-11make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl
2019-03-11Add width, height and margin parameters for widget part def.Tomaž Vajngerl
2019-03-11Support first, last tab item for the widget definitionTomaž Vajngerl
2019-03-11Support drawing widgets by interpreting an external SVG definitionTomaž Vajngerl
2019-03-11Draw basic scrollbar from the theme definitionTomaž Vajngerl
2019-03-11Add support for <image> draw definition to draw a SVG imageTomaž Vajngerl
2019-03-11remove margin param. and replace it with a relative "rectangle"Tomaž Vajngerl
2019-03-11Refactor so we have only one definition map and ControlTypeAndPartTomaž Vajngerl
2019-03-11move WidgetDefinition{Part,State} into its own fileTomaž Vajngerl
2019-03-11separate WidgetDefinitionReader from the actual WidgetDefinitionTomaž Vajngerl
2019-03-11support drawing a line in theme definitionTomaž Vajngerl
2019-03-11Draw basic Editbox from the theme definitionTomaž Vajngerl
2019-03-11remove code duplication in WidgetDefinitionReaderTomaž Vajngerl
2019-03-11Add support for button-value to correctly draw the radiobuttonTomaž Vajngerl
2019-03-11Draw basic RadioButton from the theme definitionTomaž Vajngerl
2019-03-11Draw basic PushButton from the theme definitionTomaž Vajngerl
2019-03-11WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl
2019-03-11Read style colors from a xml widget definition fileTomaž Vajngerl
2018-12-10custom widgets: Rename 'stock' to 'action'.Jan Holesovsky
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-06Add explicit API scaling via ImageTree API.Michael Meeks
2018-12-06Preserve stock images until render time.Michael Meeks
2018-11-08LOK: custom widgets: simplify and correct colorsAshod Nakashian
2018-11-08LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian
2018-11-08LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian
2018-11-08LOK: custom widgets: check size of API structuresAshod Nakashian
2018-11-08LOK: custom widgets: No need for SAL_DLLPUBLIC_RTTI here any more.Jan Holesovsky