summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2020-04-08tdf#131985 - ensure the Kit poll callback gets into fast idle loops.Michael Meeks1-5/+11
2020-04-08headless: re-work microsecond calculation to preserve accuracy.Michael Meeks1-13/+11
2020-02-26Revert "tdf#130768 speedup huge pixel graphics Cairo"Michael Meeks2-206/+20
2020-02-24tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)2-20/+206
2020-02-12tdf#130478 add direct dash paint in cairoArmin Le Grand1-3/+12
2020-02-11tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-58/+114
2020-01-16theming: avoid continually attempting to load missing theme library.Michael Meeks1-1/+4
2020-01-07tdf#129845 vcl: avoid expensive system caching of trivial lines & polygonsMichael Meeks1-33/+64
2019-12-20android: Make the Calc input bar working on the Android device too.Jan Holesovsky1-0/+8
2019-12-05drawPixel() should still get 'true' for bXorModeAllowed.co-6.2-1Jan Holesovsky1-2/+2
2019-12-04headless: Don't leak the cairo context in drawPixel().Jan Holesovsky1-1/+4
2019-11-25android: Introduce --enable-android-lok configure switch to fix RGB vs. BGR.Jan Holesovsky1-1/+3
2019-11-13custom widgets: support custom action button text colorsAshod Nakashian1-0/+3
2019-11-13widget theme: Gradient support when drawing widgetsTomaž Vajngerl1-0/+34
2019-10-28headless: optimize DrawWaveLine / drawPixel.Michael Meeks1-14/+6
2019-09-22Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar1-10/+12
2019-09-20Revert "m_FeedbackFDs is unused on iOS"Tor Lillqvist1-2/+0
2019-09-20Using the m_FeedbackFDs is now necessary also on iOSTor Lillqvist1-14/+0
2019-09-03Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky1-2/+3
2019-08-29custom widgets: Rename 'stock' to 'action'.Jan Holesovsky1-1/+1
2019-08-29make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-8/+5
2019-08-29WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl1-1/+7
2019-08-29Resolves: tdf#122358 ensure right/bottom borders are included in damage regionCaolán McNamara1-1/+6
2019-08-29tdf#124700 don't pull from or insert into cache for PixelSnapHairlineCaolán McNamara1-6/+10
2019-08-09Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist1-4/+5
2019-08-09unipoll: do the legacy wakeup if not in unipoll mode.Michael Meeks1-2/+16
2019-08-09tdf#124923: Remove unneeded iOS ifdefferyTor Lillqvist1-4/+1
2019-08-05Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian1-9/+23
2019-06-14tdf#125673 KDE5 implement a KDE5SalVirtualDeviceJan-Marek Glogowski1-3/+7
2019-05-04tdf#120585: use applyColor and make it transparency-awareKatarina Behrens1-22/+7
2019-04-29tdf#120797: Apply transformation also to the extents of damageKatarina Behrens1-13/+7
2019-04-04Resolves: tdf#124219 check at runtime for availability of cairo functionsCaolán McNamara2-18/+30
2019-02-07missing cairo_surface_destroyCaolán McNamara1-0/+1
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-12-01Related: tdf#121721 use premultiply unpremultiply tablesCaolán McNamara1-16/+58
2018-11-21Fix headless build on LinuxThorsten Behrens1-1/+3
2018-11-13android: remove redundant header causing build failure.Michael Meeks1-1/+0
2018-11-11fix oss-fuzz buildCaolán McNamara1-0/+2
2018-11-09No updateSettings() in AquaSalGraphicsTor Lillqvist1-1/+2
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky1-1/+3
2018-11-09LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian2-3/+21
2018-11-09LOK: custom widgets: reduce Color into an int to reduce API surfaceAshod Nakashian1-37/+37
2018-11-09LOK: custom widgets: check size of API structuresAshod Nakashian1-0/+1
2018-11-09LOK: custom themes: isolate LO internals headers from theme pluginAshod Nakashian1-2/+1
2018-11-09custom widgets: rework colors and cleanupAshod Nakashian1-4/+4
2018-11-09LOK: custom widgets: don't clobber the custom colorsAshod Nakashian1-2/+3
2018-11-09LOK: custom widgets: support custom menu colorsAshod Nakashian1-4/+4
2018-11-09custom widgets: correct focus colors and render button-up in listboxesAshod Nakashian1-8/+5
2018-11-09custom widgets: setup style setting in the widget libraryTomaž Vajngerl3-0/+94
2018-11-09custom widgets: draw fixed line widgetTomaž Vajngerl1-1/+4