summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-02-17ofz: libFuzzer: out-of-memoryCaolán McNamara1-0/+7
2017-02-17add ras fuzzerCaolán McNamara3-0/+72
2017-02-17tdf#106059 PDF export: write form XObject proxy for PDF imagesMiklos Vajna4-14/+52
2017-02-17support submenu entries of menus in vcl builderCaolán McNamara1-6/+24
2017-02-17tdf#106059 PDF export: include content of PDF images as an embedded fileMiklos Vajna4-2/+65
2017-02-16Accelerator doesn't need to inherit from Resource anymoreCaolán McNamara1-3/+2
2017-02-16remove unused F_100TH_SEC from TimeFieldFormat enumNoel Grandin1-4/+1
2017-02-16remove unused enumerators from SymbolType enumNoel Grandin1-59/+0
2017-02-15Simple work-around for unpleasant framework shutdown to avoid crash.Michael Meeks1-1/+2
2017-02-15Typo: lenghten->lengthenJulien Nabet2-2/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin59-445/+445
2017-02-14Werror=unused-function in some configsCaolán McNamara1-0/+4
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