summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-02-02coverity#1242704 Untrusted loop boundCaolán McNamara1-0/+13
2015-02-02coverity#736943 Untrusted loop boundCaolán McNamara1-1/+1
2015-02-02vcl: add SAL_OVERRIDE attributes to Windows-specific classesNoel Grandin12-225/+225
2015-02-01coverity#1267676 Identical code for different branchesCaolán McNamara1-2/+0
2015-02-01help coverity out wrt coverity#1267682 String not null terminatedCaolán McNamara1-1/+1
2015-01-31coverity#1267670 Division or modulo by float zeroCaolán McNamara1-7/+5
2015-01-30chisel off some more unused codeCaolán McNamara1-4/+0
2015-01-30fix buildMarkus Mohrhard1-2/+0
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock3-2/+48
2015-01-30vcldemo: more text changesChris Sherlock1-20/+64
2015-01-30vcl: OpenGL code for adding preambles to glsl fragments now handles #versionChris Sherlock1-2/+31
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara3-29/+0
2015-01-29images: Don't fallback to indrustrial, it's merged to tango during build.Jan Holesovsky1-1/+1
2015-01-29vcl: copy-pasted SAL_WARN_IF conditionMichael Stahl1-1/+1
2015-01-28fix crash in vcldemoMarkus Mohrhard1-1/+1
2015-01-28loplugin:cstylecast (Mac OS X)Stephan Bergmann1-1/+1
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-12/+12
2015-01-28vcldemo: include new text demoChris Sherlock1-52/+60
2015-01-27when drawing a transformed bitmap in opengl backend, scale it betterLuboš Luňák4-2/+84
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák6-12/+32
2015-01-27vcldemo: revert argument parsing breakage.Michael Meeks1-2/+2
2015-01-27fix windows buildCaolán McNamara1-2/+2
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara16-32/+35
2015-01-27vcl: PDF export: AFM may contain 16-bit code points, unlikely to work...Michael Stahl1-0/+1
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl17-27/+84
2015-01-27loplugin:unreffunStephan Bergmann1-6/+6
2015-01-27Use vector::dataStephan Bergmann1-2/+1
2015-01-27error: variable length array of non-POD element typeStephan Bergmann1-2/+7
2015-01-27vcl: vcldemo correct mbArabic variables check, disable rotated text testChris Sherlock1-2/+2
2015-01-27vcl: vcldemo now shows rotated textChris Sherlock1-6/+22
2015-01-27vcl: vcldemo now shows Arabic textChris Sherlock1-10/+47
2015-01-27vcl: clipping text demo now includedChris Sherlock1-3/+36
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara16-28/+32
2015-01-27tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson1-2/+1
2015-01-27tdf#88051 fix Graphite layout at Linux Libertine G ligature followed by tabLászló Németh1-1/+1
2015-01-26Resolves: rhbz#1177022 no width set on space glyph with CM Typewriter fontsCaolán McNamara1-9/+18
2015-01-26don't strip font names of apparent script suffixes anymoreCaolán McNamara1-1/+1
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann1-2/+9
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann4-2/+10
2015-01-26there's no bigger or smaller halfLuboš Luňák1-4/+4
2015-01-26coverity#1266484 rework to scrutinze mnLenCaolán McNamara1-1/+1
2015-01-26coverity#1266485 Untrusted value as argumentCaolán McNamara1-2/+8
2015-01-26coverity#1242859 Untrusted loop boundCaolán McNamara1-2/+1
2015-01-26coverity#1244944 Untrusted loop boundCaolán McNamara1-0/+9
2015-01-26coverity#1266491 Untrusted loop boundCaolán McNamara1-0/+8
2015-01-26coverity#1266465 Improper use of negative valueCaolán McNamara1-0/+2
2015-01-26Fix --enable-kde4Stephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin12-70/+41
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin22-54/+52