summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-05-13jsdialog: Common weld::Widget implementationSzymon Kłos
2020-05-13jsdialog: weld::ComboBoxSzymon Kłos
2020-05-13Resend jsdialog on entry changeSzymon Kłos
2020-05-13Move messagedialog header to shared includeSzymon Kłos
2020-05-13lok: notify data change of the formatted field controlHenry Castro
2020-05-12lok: replace SetValue for ImplNewFieldValueHenry Castro
2020-05-12Create weld::Builder implementation for JSDialogSzymon Kłos
2020-05-12Move SalInstanceCheckButton to header fileSzymon Kłos
2020-05-12Move SalInstanceMessageDialog to header fileSzymon Kłos
2020-05-12Move SalInstanceNotebook to header fileSzymon Kłos
2020-05-11Move SalInstanceButton to header fileSzymon Kłos
2020-05-10tdf#131280 Fix endless invalidation loop on documents with form controlsSamuel Mehrbrodt
2020-05-10lok: fix the window type of the formatted field controlHenry Castro
2020-05-09lok: add FormattedFieldUIObject classHenry Castro
2020-05-09lok: override get_state of the MetricFieldObject classHenry Castro
2020-05-09lok: replace name Neutro to NeutralHenry Castro
2020-05-09lok: replace locale name "en_US" -> "en-US"Henry Castro
2020-05-06Change default PDF version to 1.6 (released in 2004)Miklos Vajna
2020-05-06PDF export: fix handling of page sizes larger than 508 cmMiklos Vajna
2020-05-06On iOS, avoid catching exceptions to just immediately exit or abort anywayTor Lillqvist
2020-05-05Move SalInstanceComboBox to header fileSzymon Kłos
2020-05-05Move SalInstanceEdit declaration to the header fileSzymon Kłos
2020-05-05Create header file for SalInstanceBuilderSzymon Kłos
2020-05-01Cut down on -pthread/-lpthread proliferationStephan Bergmann
2020-04-28lok: fix the window type of the metric field controlHenry Castro
2020-04-28lok: add MetricFieldUIObject classHenry Castro
2020-04-28lok: fix wrong metric conversion of the metric input controlHenry Castro
2020-04-26vcl: When exporintg PDF write the correct page of embedded PDFTomaž Vajngerl
2020-04-08tdf#131985 - ensure the Kit poll callback gets into fast idle loops.Michael Meeks
2020-04-08headless: re-work microsecond calculation to preserve accuracy.Michael Meeks
2020-04-07lok: Use a different window type for tooltips.Tamás Zolnai
2020-04-07lok: Don't show tooltip for color picker.Tamás Zolnai
2020-04-06mobile: cannot change linestyle on impressMert Tumer
2020-04-01pdfium: fix setting the size of the document when opening PDFTomaž Vajngerl
2020-04-01graphic: sPdfDataCache is not used anymoreTomaž Vajngerl
2020-03-25Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky
2020-03-25Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist
2020-03-23sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2020-03-23pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl
2020-03-23pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-03-23tdf#120837 File saving at least 5 times slowerNoel Grandin
2020-03-23fix bug in BitmapEx::operator==Noel Grandin
2020-03-21vcl: fix --disable-pdfium buildMiklos Vajna
2020-03-21pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2020-03-21pdfium: Delay the swap out.Jan Holesovsky
2020-03-21pdfium: Avoid unnecessary copying + some warning fixes.Jan Holesovsky
2020-03-21pdfium: Import PDF with unloaded images.Ashod Nakashian
2020-03-21pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky
2020-03-21vcl PDF import: clean up CompatibleWriterMiklos Vajna
2020-03-15vcl: prefer emplace to insert on std::mapAshod Nakashian