summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Related tdf#91362: disable paper size & orientation selectionKatarina Behrens1-0/+1
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06loplugin:unusedmethods vclNoel Grandin1-7/+0
2016-02-06remove some unnecessary typedefs to pointerNoel Grandin1-6/+4
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-06loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2016-02-06fix spelling Unimplmented -> UnimplementedNoel Grandin1-1/+1
2016-02-06Fix typosAndrea Gelmini1-3/+3
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2016-02-06Cleanup crossplatform cairoMox Soini1-0/+5
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-4/+4
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin5-13/+13
2016-02-05loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann6-13/+13
2016-02-05loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann3-3/+3
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-02-05loplugin:redundantcast: const_cast to same typeStephan Bergmann1-6/+2
2016-02-05new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara7-13/+13
2016-02-05Remove include stdio (part6)Julien Nabet4-6/+1
2016-02-05loplugin:constantfunctionNoel Grandin2-2/+4
2016-02-05convert PRINT_CAPABILITIES constants to scoped enumNoel Grandin1-14/+14
2015-11-28tdf#91288 Does not display traditional Chinese variant ofMark Hung1-1/+3
2015-11-05Collabora Office: hackish fix of repaint problem of vcl widgetsAndras Timar1-15/+3
2015-10-29tdf#94022 Print dialog: hide Installable OptionsMichael Weghorn1-2/+9
2015-10-17Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung1-0/+3
2015-09-18tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+1
2015-08-06Related tdf#91362: disable paper size & orientation selectionKatarina Behrens2-0/+9
2015-08-06tdf#91362: Make "printer was modified" status persistentKatarina Behrens1-1/+1
2015-08-06coverity#1308603 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-08-06tdf#91362: Don't override printer page autodetectionKatarina Behrens2-1/+10
2015-06-22Re-factor AddTempDevFont to share it with headless backend.Michael Meeks1-0/+37
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara1-0/+6
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin2-10/+10
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+4
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-2/+0
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-34/+81
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann4-12/+11
2015-04-20vcl: convert new to ::CreateMichael Meeks1-2/+2
2015-04-20convert AppleLanguageId to scoped enumNoel Grandin1-2/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-3/+3
2015-04-10automated VclPtrInstance conversion.Michael Meeks2-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-2/+2
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-4/+4
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-2/+2