summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-03-17tdf#106466: Use graphite2 shaper firstKhaled Hosny1-1/+1
2017-03-16tdf#106271 Cannot disable Menubar under UnitySamuel Mehrbrodt2-7/+32
2017-03-16rhbz#1431476 dnd has started copying instead of moving slidesCaolán McNamara1-1/+1
2017-03-16Collabora Office: hackish fix of repaint problem of vcl widgetsAndras Timar1-15/+3
2017-03-14tdf#106270 vcl PDF import: use BitmapWriteAccess::CopyScanline()Miklos Vajna1-21/+6
2017-03-14tdf#106206 PDF export: fix unexpected /Im0 in page contents streamMiklos Vajna3-1/+58
2017-03-14tdf#105093 vcl PDF export: add embedded video testcaseMiklos Vajna2-0/+50
2017-03-14tdf#105461 vcl: add text highlight textcaseMiklos Vajna2-0/+50
2017-03-14the test implicitly requires pdfiumMarkus Mohrhard1-0/+8
2017-03-14vcl: add initial CppunitTest_vcl_pdfexportMiklos Vajna4-0/+146
2017-03-14vcl PDF import: there is no PNG encoding hereMiklos Vajna1-1/+1
2017-03-14tdf#106059 PDF export: create a reference XObject for JPG images with PDF dataMiklos Vajna5-119/+136
2017-03-14tdf#106059 PDF export: create a reference XObject for PDF imagesMiklos Vajna3-11/+21
2017-03-14tdf#106059 PDF export: set matrix and bbox for PDF imagesMiklos Vajna1-2/+30
2017-03-14vcl: use auto when initializing with a cast in pdfreadMiklos Vajna1-5/+5
2017-03-14vcl PDF filter: avoid copy&pasteMiklos Vajna3-6/+20
2017-03-14new loplugin: useuniqueptr: vclNoel Grandin2-6/+15
2017-03-14Werror=unused-function in some configsCaolán McNamara1-0/+4
2017-03-14tdf#106059 PDF export: write form XObject proxy for PDF imagesMiklos Vajna4-14/+52
2017-03-14tdf#106059 PDF export: include content of PDF images as an embedded fileMiklos Vajna4-2/+65
2017-03-14vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna4-84/+108
2017-03-14vcl: move out ImportPDF() from the global namespaceMiklos Vajna3-2/+12
2017-03-14tdf#105093 sd PDF export: handle embedded videosMiklos Vajna4-6/+86
2017-03-14Related: tdf#104841 sw PDF export: handle linked videos on non-first pagesMiklos Vajna1-2/+2
2017-03-14tdf#104841 sd PDF export: handle linked videosMiklos Vajna4-0/+156
2017-03-14vcl PDF export: enable MARK() in dbglevel<2 builds as wellMiklos Vajna2-11/+8
2017-03-10CIA: unnecessary dllCaolán McNamara4-7/+5
2017-03-10Revert my fix for tdf#71409, to hopefully fix tdf#104381.Kohei Yoshida15-232/+258
2017-03-10tdf#103831, tdf#100986: Force using GDI when neededKhaled Hosny3-24/+17
2017-03-06ofz: Z_NEED_DICT is unsupportedCaolán McNamara2-2/+3
2017-03-06Tolerate mouse move generation on disposed windows.Michael Meeks1-1/+2
2017-03-01tdf#104482 Force updating progress bar on safeJan-Marek Glogowski1-8/+8
2017-02-24Revert "tdf#95761 All Hotkeys with CTRL+ALT+ not worked"Andras Timar1-3/+8
2017-02-24tdf#104509: Fix GetGlyphBoundRect on MacKhaled Hosny1-2/+2
2017-02-24Don’t return false for blank glyphsKhaled Hosny1-0/+13
2017-02-24Fix visible space on Mac with the new layout engineKhaled Hosny1-0/+5
2017-02-20tdf#105256 gtk findfocus return only if focusedJustin Luth2-4/+4
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin9-24/+17
2017-02-17lok: refill font list if emptyHenry Castro1-0/+5
2017-02-17Fix -Werror,-Wunused-private-field in the DISABLE_EXPORT caseTor Lillqvist1-0/+2
2017-02-17Fix my windows build.Kohei Yoshida1-0/+1
2017-02-16Resolves: ofz#576 unexpected exception with invalid fractionCaolán McNamara1-19/+30
2017-02-15Simple work-around for unpleasant framework shutdown to avoid crash.Michael Meeks1-1/+2
2017-02-13Resolves: tdf#101972 skip invalidating labels on alt if autoaccel is disabledCaolán McNamara2-2/+2
2017-02-09tdf#105286 use alternative font when glyph is not vertical.Mark Hung1-3/+27
2017-02-09ofz#574 sanitize png palette indexesCaolán McNamara1-4/+17
2017-02-02fix crash with gtk3, opengl and presentation consoleCaolán McNamara4-3/+17
2017-02-01tdf#105461 PDF export: handle text fill colorMiklos Vajna1-0/+23
2017-02-01gtk3 hidpi xor hack needs to use unscaled extentsCaolán McNamara1-6/+15
2017-02-01Related: tdf#105514 recursive fallback GetOpenGLContextCaolán McNamara2-1/+9