summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist2-3/+3
2015-12-15Memory leakStephan Bergmann1-0/+5
2015-12-01Add 'Linux' string to about dialog OS version infoYousuf Philips1-2/+2
2015-11-27Disable code not needed with new HarfBuzz versionsKhaled Hosny1-6/+18
2015-11-26tdf#91288 Does not display traditional Chinese variant ofMark Hung1-1/+3
2015-11-24loplugin:unusedfields in vcl/Noel Grandin3-11/+2
2015-11-24Remove recently unused codeKhaled Hosny1-23/+0
2015-11-23Do all svp text rendering with cairoCaolán McNamara2-523/+0
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+33
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist2-1/+3
2015-11-18com::sun::star->css in vcl/Noel Grandin2-2/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann4-4/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann23-331/+331
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-27tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-2/+9
2015-10-20loplugin:defaultparamsStephan Bergmann4-4/+4
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin2-4/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-27/+27
2015-10-12convert Link<> to typedNoel Grandin2-13/+11
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-4/+3
2015-10-08Call WritePS with length argument, where knownStephan Bergmann4-12/+12
2015-10-08Use OString to dynamically assemble a stringStephan Bergmann1-7/+1
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara3-13/+16
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-3/+16
2015-10-07loplugin:mergeclassesNoel Grandin1-16/+3
2015-10-07loplugin:mergeclassesNoel Grandin2-16/+9
2015-10-02loplugin:unusedmethods in vclNoel Grandin3-21/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-8/+8
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-11/+0
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl2-7/+3
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-03convert Link<> to typedNoel Grandin2-5/+3
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-9/+9
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin3-7/+4
2015-08-25fixes a memory leak that appeared in tdf#93392 valgrind traceDennis Francis1-0/+2
2015-08-20loplugin:cstylecastNoel Grandin1-1/+1
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-1/+5
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung1-0/+3
2015-08-11loplugin: defaultparamsNoel Grandin2-4/+4