summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-06-04svx: support importing PDF imagesAshod Nakashian1-0/+16
2018-06-04svx: support breaking PDFs imported as imagesAshod Nakashian2-5/+5
2018-06-04vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian2-7/+21
2018-06-04sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian8-82/+87
2018-06-04vcl: support rendering multiple PDF pages to bitmapAshod Nakashian1-1/+7
2018-06-04vcl: refresh font cache only on real changeAshod Nakashian1-1/+1
2018-06-03uitest logger: ListboxSelect and ListboxFocus loggingSaurav Chirania1-1/+7
2018-06-03uitest logger: support for buttons, dialog, command and key loggingSaurav Chirania3-3/+39
2018-06-03Fix tdf#100937: LO Freezed when I insert a very long text in...Matteo Casalin1-1/+1
2018-06-03Improve 1a2ee0ecd5b0cff52922c1d261f7d03a57a52ca0Matteo Casalin1-3/+4
2018-06-03Try harder to find a matching file extensionMatteo Casalin1-12/+21
2018-06-03Fix tdf#117410 - UI: Settings in PDF Options not remembered...Matteo Casalin1-1/+2
2018-06-03avoid a deadlock when the crash handler can't acquire SolarMutexLuboš Luňák1-9/+11
2018-06-02coverity#708674 Uninitialized scalar fieldCaolán McNamara1-0/+1
2018-06-02fix dubious cache comparison checkCaolán McNamara1-1/+1
2018-06-02share the cairo clipping codeCaolán McNamara3-17/+10
2018-06-02share the cairo polyline drawing codeCaolán McNamara3-138/+47
2018-06-02valgrind: uninitialized readCaolán McNamara1-2/+1
2018-06-02Resolves: tdf#101798 ResetClipRegion needs to affect cairo drawing tooCaolán McNamara1-0/+3
2018-06-02Removed executable permission on data filesAndrea Gelmini1-0/+0
2018-06-01Remove unused Qt5MenuItem::mpVCLMenuStephan Bergmann2-2/+0
2018-06-01Fix various Clang and loplugin warnings in --enable-kde5Stephan Bergmann6-13/+14
2018-06-01use more BitmapEx in filterNoel Grandin1-2/+4
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann21-67/+64
2018-06-01remove old "convert to SVM1" code only active in debug modeNoel Grandin3-75/+8
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens28-1118/+1146
2018-06-01Use harfbuzz and graphite, needed after GenericSalLayout refactoringKatarina Behrens1-0/+2
2018-06-01Add radiobuttons to native menusKatarina Behrens1-0/+14
2018-06-01Add checkmark buttons to native menusKatarina Behrens1-0/+9
2018-06-01Dispatch commands from menus for realKatarina Behrens2-4/+20
2018-06-01Basic structure of a slot to dispatch commands from menuKatarina Behrens3-2/+13
2018-06-01Add shortcuts to native menu entriesKatarina Behrens1-1/+14
2018-06-01Insert separators into native menuKatarina Behrens1-2/+8
2018-06-01Native leaf menus and submenus are now visibleKatarina Behrens2-24/+32
2018-06-01Clear menubar before opening a new appKatarina Behrens1-0/+3
2018-06-01Replace ~ with & (Qt accelerator marker) in menu entriesKatarina Behrens2-0/+7
2018-06-01Unify Color -> QColor conversionKatarina Behrens4-4/+10
2018-06-01Top-level native menubar items are now visibleKatarina Behrens3-1/+20
2018-06-01Expose menu bar of the main windowKatarina Behrens4-2/+40
2018-06-01Templatize Qt5Widget classKatarina Behrens5-78/+179
2018-06-01Basic ops (add, remove) with native menu itemsKatarina Behrens1-0/+14
2018-06-01Prep Qt5Instance for native menusKatarina Behrens2-0/+28
2018-06-01Basic skeleton of native menusKatarina Behrens3-0/+156
2018-06-01Get rid of annoying focus rectangles in start centreKatarina Behrens1-0/+1
2018-06-01Render list headers nativelyKatarina Behrens1-0/+9
2018-06-01Use QImage format with premultiplied alphaKatarina Behrens2-1/+2
2018-06-01Native focus rectangles for push buttonsKatarina Behrens1-2/+5
2018-06-01Native focus rectangles for radiobuttonsKatarina Behrens1-4/+13
2018-06-01Native focus rectangles for checkboxesKatarina Behrens1-4/+14
2018-06-01KDE5SalData derives from Qt5DataKatarina Behrens4-2/+97