summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2019-08-22forcepoint#67 detect cairo surface creation failureCaolán McNamara1-0/+10
2019-06-05fix oss-fuzz buildCaolán McNamara1-0/+2
2019-06-05android: remove redundant header causing build failure.Michael Meeks1-1/+0
2019-05-15Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky1-2/+3
2019-05-14Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist1-4/+5
2019-05-13Using the m_FeedbackFDs is now necessary also on iOSTor Lillqvist1-14/+0
2019-04-30Remove unneeded iOS ifdefferyTor Lillqvist1-4/+1
2019-04-30unipoll: do the legacy wakeup if not in unipoll mode.Michael Meeks1-2/+16
2019-04-26Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian1-9/+23
2019-03-11make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-6/+5
2019-03-11WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl1-1/+7
2019-01-12Fix headless build on LinuxThorsten Behrens1-1/+3
2018-12-10custom widgets: Rename 'stock' to 'action'.Jan Holesovsky1-1/+1
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky1-1/+3
2018-11-08No updateSettings() in AquaSalGraphicsTor Lillqvist1-1/+2
2018-11-08LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian2-3/+21
2018-11-08LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian1-37/+37
2018-11-08LOK: custom widgets: check size of API structuresAshod Nakashian1-0/+1
2018-11-08LOK: custom themes: isolate LO internals headers from theme pluginAshod Nakashian1-2/+1
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 Nakashian1-4/+4
2018-11-08custom widgets: correct focus colors and render button-up in listboxesAshod Nakashian1-8/+5
2018-11-08custom widgets: setup style setting in the widget libraryTomaž Vajngerl3-0/+94
2018-11-08custom widgets: draw fixed line widgetTomaž Vajngerl1-1/+4
2018-11-08custom widgets: differentiate stock and non-stock buttonsTomaž Vajngerl1-0/+3
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ž Vajngerl1-8/+9
2018-11-08custom widgets: add Toolbar widgetTomaž Vajngerl1-1/+4
2018-11-08custom widgets: add List widget - ListNode, ListWidgetTomaž Vajngerl1-3/+13
2018-11-08custom widgets: add Progress widgetTomaž Vajngerl1-1/+5
2018-11-08vcl: simplify ControlDrawParameters construction, add nValueTomaž Vajngerl1-7/+5
2018-11-08custom widgets: add Slider widgetTomaž Vajngerl1-1/+23
2018-11-08custom widgets: add Tab widgetsTomaž Vajngerl1-4/+16
2018-11-08custom widgets: draw ListBox widgetTomaž Vajngerl1-1/+4
2018-11-08custom widgets: first round of basic widgets with cairoTomaž Vajngerl1-48/+111
2018-11-08Support drawing custom widgets in headless backendTomaž Vajngerl1-0/+57
2018-11-08custom widgets: Custom Widget ThemesTomaž Vajngerl1-0/+176
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-10-30iOS, removed read to pipesjan Iversen1-1/+6
2018-10-30We do want to initialise m_MainThread on iOS, tooTor Lillqvist1-1/+1
2018-10-30vcl, solve iOS compile failure.jan Iversen1-1/+3
2018-04-23Related: rhbz#1396729 use cairo_surface_create_similarCaolán McNamara3-20/+46
2018-03-28lok: 14pt font is too large for the context menus.Jan Holesovsky1-0/+3
2018-03-27lok: update main threadHenry Castro1-0/+6
2018-03-27vcl: fix hangs in SvpSalInstanceMichael Stahl3-72/+214
2018-03-21vcl: mask must alwasy be argb32 even when we can use rgb24Ashod Nakashian1-4/+17