summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-02-13add pcx fuzzerCaolán McNamara3-0/+72
2017-02-13-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-3/+0
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna4-84/+108
2017-02-13Resolves: ofz#584 don't terminate on bad fraction exceptionCaolán McNamara1-31/+39
2017-02-13return early on errorCaolán McNamara1-47/+45
2017-02-12tdf#42029 Use a floating toolbar to show clipped itemsMaxim Monastirsky4-36/+47
2017-02-12VCL: Simplify WinSalInstance::CreateVirtualDeviceArnaud Versini1-8/+2
2017-02-12Get rid of "unicodes" in lower-case, tooTor Lillqvist5-15/+15
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist4-46/+46
2017-02-11LigaturesEnabled flag is never setKhaled Hosny1-3/+0
2017-02-10Remove MinGW supportStephan Bergmann8-105/+2
2017-02-10vcl: move out ImportPDF() from the global namespaceMiklos Vajna3-2/+12
2017-02-10coverity#1079165 Uninitialized scalar variableCaolán McNamara1-8/+9
2017-02-10pUnicodesPerGlyph[i] is already 1 hereCaolán McNamara1-1/+0
2017-02-10coverity#1371289 Missing move assignment operatorCaolán McNamara1-1/+1
2017-02-10convert Orientation to scoped enumNoel Grandin2-8/+3
2017-02-09tdf#105672 framework managed menu buttonMaxim Monastirsky1-0/+13
2017-02-09Resolves: tdf#101972 skip invalidating labels on alt if autoaccel is disabledCaolán McNamara2-2/+2
2017-02-09convert PDFVersion to scoped enumNoel Grandin2-29/+29
2017-02-09restore constant to VerticalOrientationNoel Grandin1-0/+2
2017-02-09convert DestAreaType to scoped enumNoel Grandin2-49/+5
2017-02-09remove ConnectionIdentifierType enumNoel Grandin12-39/+17
2017-02-09convert PDFWriter::PageTransition to scoped enumNoel Grandin1-22/+16
2017-02-09Resolves: ofz#576 unexpected exception with invalid fractionCaolán McNamara1-19/+29
2017-02-09convert PaintMode to scoped enumNoel Grandin2-9/+6
2017-02-09convert BmpConversion to scoped enumNoel Grandin22-88/+73
2017-02-09convert FontType to scoped enumNoel Grandin8-55/+59
2017-02-09loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin5-33/+8
2017-02-09Don’t look for bundled fonts relative to executable path on WindowsKhaled Hosny1-6/+3
2017-02-08Outdated comment, we are returning a reference!Khaled Hosny1-4/+1
2017-02-08This is only used within vclKhaled Hosny7-6/+66
2017-02-08Move the typedef where it is usedKhaled Hosny1-0/+2
2017-02-08clarify we're not setting a pal index in the maskCaolán McNamara1-2/+2
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin53-1300/+3
2017-02-08convert WMWindowType to scoped enumNoel Grandin4-33/+29
2017-02-08drop unused enum TTCreationFlagsNoel Grandin5-67/+13
2017-02-08Missing includeStephan Bergmann1-0/+1
2017-02-08use c++11 data()Caolán McNamara1-1/+1
2017-02-08coverity#707560 Uninitialized scalar variableCaolán McNamara1-5/+6
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara2-3/+6
2017-02-08coverity#1400143 Missing move assignment operatorCaolán McNamara1-2/+2
2017-02-08coverity#1400144 Uninitialized pointer fieldCaolán McNamara1-10/+23
2017-02-08coverity#1400142 Dereference after null checkCaolán McNamara1-1/+1
2017-02-08ofz#394 xbm ParseDefine problemCaolán McNamara1-2/+2
2017-02-07ofz: get the font info early inside leak disabled codeCaolán McNamara1-0/+4
2017-02-07Blind fix for buildStephan Bergmann1-2/+0
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara7-87/+127
2017-02-07revert unready stuffCaolán McNamara7-127/+87
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara7-87/+127
2017-02-07tdf#105286 use alternative font when glyph is not vertical.Mark Hung1-2/+26