summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Change default PDF version to 1.6 (released in 2004)Miklos Vajna3-6/+69
2020-05-06PDF export: fix handling of page sizes larger than 508 cmMiklos Vajna4-7/+75
2020-05-06On iOS, avoid catching exceptions to just immediately exit or abort anywayTor Lillqvist1-0/+4
2020-05-05Move SalInstanceComboBox to header fileSzymon Kłos2-287/+341
2020-05-05Move SalInstanceEdit declaration to the header fileSzymon Kłos2-233/+304
2020-05-05Create header file for SalInstanceBuilderSzymon Kłos2-698/+963
2020-05-01Cut down on -pthread/-lpthread proliferationStephan Bergmann15-20/+0
2020-04-28lok: fix the window type of the metric field controlHenry Castro2-3/+3
2020-04-28lok: add MetricFieldUIObject classHenry Castro2-0/+60
2020-04-28lok: fix wrong metric conversion of the metric input controlHenry Castro2-1/+15
2020-04-26vcl: When exporintg PDF write the correct page of embedded PDFTomaž Vajngerl2-2/+10
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