summaryrefslogtreecommitdiff
path: root/vcl
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-04-07lok: Use a different window type for tooltips.Tamás Zolnai2-11/+6
2020-04-07lok: Don't show tooltip for color picker.Tamás Zolnai1-1/+1
2020-04-06mobile: cannot change linestyle on impressMert Tumer1-1/+6
2020-04-01pdfium: fix setting the size of the document when opening PDFTomaž Vajngerl1-6/+8
2020-04-01graphic: sPdfDataCache is not used anymoreTomaž Vajngerl1-2/+0
2020-03-25Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky2-6/+6
2020-03-25Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist1-1/+6
2020-03-23sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian3-0/+11
2020-03-23pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl5-51/+41
2020-03-23pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky6-218/+124
2020-03-23tdf#120837 File saving at least 5 times slowerNoel Grandin4-20/+23
2020-03-23fix bug in BitmapEx::operator==Noel Grandin1-5/+9
2020-03-21vcl: fix --disable-pdfium buildMiklos Vajna1-0/+17
2020-03-21pdfium: Use std::vector to hold the PdfData.Jan Holesovsky6-38/+39
2020-03-21pdfium: Delay the swap out.Jan Holesovsky2-3/+18
2020-03-21pdfium: Avoid unnecessary copying + some warning fixes.Jan Holesovsky1-7/+5
2020-03-21pdfium: Import PDF with unloaded images.Ashod Nakashian1-0/+70
2020-03-21pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky2-77/+91
2020-03-21vcl PDF import: clean up CompatibleWriterMiklos Vajna1-13/+4
2020-03-15vcl: prefer emplace to insert on std::mapAshod Nakashian1-1/+1
2020-03-13android: Fix 32bit build.Jan Holesovsky1-1/+1
2020-03-11android: Use the best speed compression as on iOS.Jan Holesovsky1-1/+1
2020-02-26lru_scale_cache - cache the same bitmap at multiple scales.Michael Meeks4-8/+40
2020-02-26Revert "tdf#130768 speedup huge pixel graphics Cairo"Michael Meeks4-404/+95
2020-02-26Revert "tdf#130768 need to use mnOutOffX/mnOutOffY"Michael Meeks1-12/+3
2020-02-24tdf#130768 need to use mnOutOffX/mnOutOffYArmin Le Grand (Collabora)1-3/+12
2020-02-24tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)4-95/+404
2020-02-18jsdialog: don't report hidden toolbox items as present.Michael Meeks1-0/+2
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)26-134/+456
2020-02-06lok: calc: formula input bar: set text selection as requested by clientcp-6.2-4CODE-4.2.0-4Marco Cecchetti1-1/+10
2020-02-06vcl: avoid accessing null member on unloading viewsAshod Nakashian1-2/+3
2020-01-20vcl: close UNO streams with closeInput.Michael Meeks1-0/+1
2020-01-178bit image is "native" only if it has grey palette (tdf#116888)Luboš Luňák1-1/+1
2020-01-16theming: avoid continually attempting to load missing theme library.Michael Meeks1-1/+4
2020-01-10lok: avoid emission storms of un-necessary invalidations.Michael Meeks2-3/+8
2020-01-07android: avoid expensive load of un-used sidebar icons on mobile.Michael Meeks1-0/+6
2020-01-07tdf#129845 vcl: avoid expensive system caching of trivial lines & polygonsMichael Meeks1-33/+64
2019-12-20tdf#126966: Make the colour swatches larger on iOSTor Lillqvist1-1/+8
2019-12-20android: Make the Calc input bar working on the Android device too.Jan Holesovsky1-0/+8
2019-12-18sfx2: tolerate missing LOKNotifier on FloatingWindow hideAshod Nakashian1-3/+5
2019-12-18vcl: don't use null window in FloatingWindow HitTestAshod Nakashian1-0/+2
2019-12-18lok: vcl: fix multiple floatwin removal case more robustly.Michael Meeks1-9/+15
2019-12-16desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian1-0/+5
2019-12-12iOS theme: set spinbox orientation to "decrease-edit-increase"CODE-4.2.0-1Tomaž Vajngerl1-1/+6
2019-12-12lok: vcl: fix multiple floatwin removal case.Michael Meeks1-3/+6
2019-12-12lok: avoid crash cleaning up help-windows with multiple views.Michael Meeks1-6/+13
2019-12-11vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian32-376/+444