summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)Author
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03convert Link<> to typedNoel Grandin
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25fixes a memory leak that appeared in tdf#93392 valgrind traceDennis Francis
2015-08-20loplugin:cstylecastNoel Grandin
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-01Move fix for tdf#89231 to a better placeKhaled Hosny
2015-07-14Revert "Revert "WaE: comparison of integers of different signs""Michael Stahl
2015-07-14Revert "WaE: comparison of integers of different signs"Michael Stahl
2015-07-10Related tdf#91362: disable paper size & orientation selectionKatarina Behrens
2015-07-08Fix typosAndrea Gelmini
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-07-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens
2015-07-04Fix typosAndrea Gelmini
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-27coverity#1308603 Uninitialized scalar fieldCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25tdf#91362: Don't override printer page autodetectionKatarina Behrens
2015-06-25fix spelling Unimplmented -> UnimplementedNoel Grandin
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-11Cleanup crossplatform cairoMox Soini
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-20convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann