summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-08vcl: make slider ask if native drawing is supportedTomaž Vajngerl1-20/+24
2018-11-08custom widgets: add Tab widgetsTomaž Vajngerl2-4/+20
2018-11-08custom widgets: draw ListBox widgetTomaž Vajngerl2-1/+5
2018-11-08custom widgets: first round of basic widgets with cairoTomaž Vajngerl2-50/+145
2018-11-08Support drawing custom widgets in headless backendTomaž Vajngerl4-23/+80
2018-11-08lokit: Draw dialogs without using a MetaFileTomaž Vajngerl1-0/+77
2018-11-08custom widgets: Custom Widget ThemesTomaž Vajngerl9-19/+441
2018-11-08SVLIBRARY is defined in tools/svlibrary.hAndras Timar1-1/+1
2018-11-08tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-0/+1
2018-11-07sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky1-3/+12
2018-11-06update main thread "properly" in headless caseAndras Timar1-0/+3
2018-11-06Add function to map custom widget name to its function to native-code.pyTor Lillqvist1-4/+8
2018-11-05Add assertion for the non-DESKTOP case if the function is not foundTor Lillqvist1-0/+6
2018-11-05We do need Dialog::Execute() for iOSTor Lillqvist1-1/+4
2018-11-05Start of work in progress on making dialogs work in the iOS appTor Lillqvist1-4/+0
2018-11-02tdf#120807 check for valid ImplGetWindowImpl()Jan-Marek Glogowski1-1/+1
2018-10-30iOS, correct DPIX calculationjan Iversen1-1/+1
2018-10-30We shouldn't call DrawTextLayout() without a context on iOSTor Lillqvist1-0/+8
2018-10-30iOS, removed read to pipesjan Iversen1-1/+6
2018-10-30We do want to initialise m_MainThread on iOS, tooTor Lillqvist1-1/+1