summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)AuthorFilesLines
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini4-4/+4
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+15
2015-09-29-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-09-18valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara1-2/+2
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-12/+0
2015-09-04tdf#92505 vcl: fix substituting missing glyphsMiklos Vajna1-4/+2
2015-09-04vcl: replace boost::ptr_deque with std::deque<std::unique_ptr>Caolán McNamara1-2/+2
2015-08-31vcl: try to disable font cache in CppUnit testsMichael Stahl1-1/+1
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky1-3/+12
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl1-1/+4
2015-08-27mbTextBackground is unusedCaolán McNamara1-1/+0
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-14/+23
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-7/+7
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud13-77/+77
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna1-0/+2
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna1-0/+10
2015-08-03ImplImageBmp::Draw - nPos parameter is always 0Tomaž Vajngerl1-2/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-16/+0
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna1-0/+66
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin2-14/+14
2015-07-13loplugin:unusedmethods vclNoel Grandin1-12/+0
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin2-77/+0
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-2/+7
2015-07-08loplugin:unusedmethods vclNoel Grandin3-118/+0
2015-07-07Fix some misspellingsTor Lillqvist1-1/+1
2015-07-04Fix typosAndrea Gelmini3-3/+3
2015-07-02Bin unused declarationsTor Lillqvist2-12/+0
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+3
2015-06-23rendencontext: Wallpaper needs to fit the provided dimensions, not the outdev.Jan Holesovsky1-1/+1
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist15-71/+103
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe5-17/+17
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15Fix indentationStephan Bergmann1-18/+18
2015-06-15Minor clean upStephan Bergmann1-9/+8
2015-06-15Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann1-1/+2
2015-06-11Cleanup crossplatform cairoMox Soini2-5/+8
2015-06-09vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-8/+8
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky2-8/+5
2015-06-04Cleanup crossplatform cairoMox Soini2-5/+8
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin4-9/+9
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-01coverity#1302690 Uninitialized pointer fieldCaolán McNamara1-58/+41
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara15-67/+75
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara1-1/+4
2015-05-24rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky1-0/+4
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky15-13/+140