summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Revert "lok: custom widgets: render editbox borders"Ashod Nakashian1-13/+2
2019-01-18vcl: LOK: notify of dialog creation before size changeAshod Nakashian1-13/+13
2019-01-17Resolves: tdf#120632 consider submenus on restoring focus from menuCaolán McNamara2-1/+13
2019-01-17tdf#121855 like osx case don't search near-infinite calc grid for focusCaolán McNamara3-1/+15
2019-01-17Resolves: tdf#121555 sometime crash on menu hierarchy changeCaolán McNamara1-3/+11
2019-01-17tdf#121778: Work around odd macOS 10.14 graphicsContextWithWindow failureStephan Bergmann1-1/+8
2019-01-17vcl: protect more outdev functions for disposed stateMiklos Vajna4-2/+24
2019-01-12Fix headless build on LinuxThorsten Behrens2-2/+6
2019-01-04Fix trivial warning.Michael Meeks1-1/+0
2018-12-10Strip _dark and _svg iconset filenames for displayJan-Marek Glogowski1-21/+25
2018-12-10custom widgets: Rename 'stock' to 'action'.Jan Holesovsky4-7/+7
2018-12-10custom widgets: Better way to find out whether to use the 'stock' theming.Jan Holesovsky1-5/+8
2018-12-10LOK: dialogs: limit listbox/combobox drop-down lengthAshod Nakashian2-5/+14
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin7-22/+3328
2018-12-08utility constructor for Image "private:graphicrepository" urlsNoel Grandin4-6/+11
2018-12-06Use lazy-loading stock Image to simplify framework image lists.Michael Meeks3-33/+46
2018-12-06Use HiDPI scaling to load scaled images.Michael Meeks2-7/+36
2018-12-06Add explicit API scaling via ImageTree API.Michael Meeks3-17/+45
2018-12-06Preserve stock images until render time.Michael Meeks6-73/+141
2018-12-06Anti-alias toolbar button drop-downs.Michael Meeks1-28/+19
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky2-4/+3
2018-11-08No updateSettings() in AquaSalGraphicsTor Lillqvist1-1/+2
2018-11-08Don't build the CustomWidgetDraw code for iOS for nowTor Lillqvist1-2/+2
2018-11-08LOK: custom widgets: simplify and correct colorsAshod Nakashian1-33/+0
2018-11-08LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian5-103/+32
2018-11-08LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian3-93/+89
2018-11-08LOK: custom widgets: check size of API structuresAshod Nakashian2-2/+6
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 Nakashian4-8/+415
2018-11-08LOK: custom widgets: draw focused listbox text in highlight colorsAshod Nakashian1-0/+4
2018-11-08lok: custom widgets: render editbox bordersAshod Nakashian1-2/+13
2018-11-08custom widgets: rework colors and cleanupAshod Nakashian1-4/+4
2018-11-08LOK: custom widgets: don't clobber the custom colorsAshod Nakashian1-2/+3
2018-11-08LOK: custom widgets: support custom menu colorsAshod Nakashian2-5/+20
2018-11-08custom widgets: correct focus colors and render button-up in listboxesAshod Nakashian1-8/+5
2018-11-08custom widgets: comment unused params. to avoid compile warningsTomaž Vajngerl1-15/+15
2018-11-08custom widgets: setup style setting in the widget libraryTomaž Vajngerl9-2/+133
2018-11-08custom widgets: draw fixed line widgetTomaž Vajngerl2-1/+5
2018-11-08custom widgets: differentiate stock and non-stock buttonsTomaž Vajngerl2-0/+5
2018-11-08vcl: mark stock buttons and transfer this to NWF on drawingTomaž Vajngerl2-1/+8
2018-11-08custom widgets: editbox - draw focus rectangleTomaž Vajngerl1-0/+9
2018-11-08custom widgets: return early when the widget lib is not availableTomaž Vajngerl1-2/+4
2018-11-08custom widgets: enable anti-aliasing when drawing widgetsTomaž Vajngerl1-1/+6
2018-11-08custom widgets: get the region from the lib. + custom tab widthTomaž Vajngerl2-8/+13
2018-11-08custom widgets: add Toolbar widgetTomaž Vajngerl2-1/+5
2018-11-08custom widgets: add List widget - ListNode, ListWidgetTomaž Vajngerl2-3/+17
2018-11-08custom widgets: add Progress widgetTomaž Vajngerl2-1/+6
2018-11-08vcl: simplify ControlDrawParameters construction, add nValueTomaž Vajngerl2-10/+9
2018-11-08custom widgets: add Slider widgetTomaž Vajngerl2-1/+24