summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-02-08coverity#1267681 Dereference before null checkCaolán McNamara1-2/+2
2015-02-07tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás1-2/+2
2015-02-07Fixup --without-x buildRiccardo Magliocchetti3-15/+17
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara9-688/+676
2015-02-05Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet1-5/+3
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-5/+2
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara3-4/+14
2015-02-04make idle timers actually activate only when idleLuboš Luňák2-4/+4
2015-02-04coverity#982431 Division or modulo by float zeroCaolán McNamara1-0/+5
2015-02-03WaE: variable 'kind' set but not usedTor Lillqvist1-25/+0
2015-02-03Initialize graphics in OutputDevice::getFallbackFont.Ashod Nakashian1-0/+5
2015-02-03Fix for unaddressable access reading TT font data.Ashod Nakashian1-1/+0
2015-02-03Don't call touch_ui_*() API that are no-ops anywayTor Lillqvist1-20/+4
2015-02-03vcl: Remove commented-out codeAdolfo Jayme Barrientos1-37/+0
2015-02-02crash on toggling "empty" menu in basic's language toolbarCaolán McNamara1-8/+18
2015-02-02don't need this caseCaolán McNamara1-2/+1
2015-02-02coverity#1244944 Untrusted value as argumentCaolán McNamara1-2/+12
2015-02-02coverity#1242704 Untrusted loop boundCaolán McNamara1-0/+13
2015-02-01help coverity out wrt coverity#1267682 String not null terminatedCaolán McNamara1-1/+1
2015-01-30chisel off some more unused codeCaolán McNamara1-4/+0
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock1-0/+37
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 McNamara1-4/+0
2015-01-29images: Don't fallback to indrustrial, it's merged to tango during build.Jan Holesovsky1-1/+1
2015-01-27make it possible to easily have variants of glsl programsLuboš Luňák2-6/+26
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara1-1/+4
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 Stahl1-4/+29
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara2-9/+4
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-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2-0/+2
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-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-22/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+0
2015-01-25coverity#1266475 Dereference null return valueCaolán McNamara1-3/+3
2015-01-25coverity#982431 Division or modulo by float zeroCaolán McNamara1-0/+5
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály1-16/+0
2015-01-25coverity#1266483 String not null terminatedCaolán McNamara1-4/+2
2015-01-24Typo: syncro->synchroJulien Nabet3-4/+4
2015-01-24coverity#1264390 try and help coverity out wrt Bad bit shift operationCaolán McNamara1-1/+1
2015-01-24vcl: OpenGLHelper::isVCLOpenGLEnabled() returns false when console onlyChris Sherlock1-0/+6
2015-01-23-Werror=unused-functionStephan Bergmann1-0/+2
2015-01-22Resolves: fdo#87639 Image-filter Smooth crashesCaolán McNamara2-9/+16