summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)Author
2015-09-18valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-04tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna
2015-09-04vcl: replace boost::ptr_deque with std::deque<std::unique_ptr>Caolán McNamara
2015-08-31vcl: try to disable font cache in CppUnit testsMichael Stahl
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl
2015-08-27mbTextBackground is unusedCaolán McNamara
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara
2015-08-17Put Line under tools namespaceNorbert Thiebaud
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna
2015-08-03ImplImageBmp::Draw - nPos parameter is always 0Tomaž Vajngerl
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-07-13loplugin:unusedmethods vclNoel Grandin
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-07-07Fix some misspellingsTor Lillqvist
2015-07-04Fix typosAndrea Gelmini
2015-07-02Bin unused declarationsTor Lillqvist
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-23rendencontext: Wallpaper needs to fit the provided dimensions, not the outdev.Jan Holesovsky
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-15Fix indentationStephan Bergmann
2015-06-15Minor clean upStephan Bergmann
2015-06-15Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann
2015-06-11Cleanup crossplatform cairoMox Soini
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky
2015-06-04Cleanup crossplatform cairoMox Soini
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01coverity#1302690 Uninitialized pointer fieldCaolán McNamara
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara
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-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert FONT_SUBSTITUTE constants to scoped enumNoel Grandin
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin