summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna1-0/+10
2015-07-08loplugin:unusedmethods vclNoel Grandin1-23/+0
2015-07-07Fix some misspellingsTor Lillqvist1-1/+1
2015-06-11Cleanup crossplatform cairoMox Soini1-5/+4
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky1-4/+5
2015-06-04Cleanup crossplatform cairoMox Soini1-5/+4
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-4/+4
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-4/+4
2015-05-08False loplugin:staticmethodsStephan Bergmann1-0/+1
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks1-1/+0
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-0/+4
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-3/+6
2015-04-10vclptr: move down impl. to OutputDeviceMichael Meeks1-0/+19
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+46
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-11/+0
2015-03-19move the cairo resize hack into vclCaolán McNamara1-0/+11
2015-03-18revert work in progressCaolán McNamara1-33/+0
2015-03-18more thinkingCaolán McNamara1-0/+11
2015-03-18thinkingCaolán McNamara1-0/+11
2015-03-18move the cairo resize hack into vclCaolán McNamara1-0/+11
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara1-0/+11
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna1-11/+0
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna1-0/+11
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida1-1/+2
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-30/+24
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock1-2/+2
2014-11-13vcl: rename variable in OutputDevice:drawOutDevDirect()Chris Sherlock1-9/+9
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-4/+9
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock1-47/+0
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock1-4/+4
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock1-10/+0
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+7
2014-11-03coverity#1209395 Dereference after null checkCaolán McNamara1-10/+5
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock1-53/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin1-3/+3
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-07-20vcl: add floating equivalent for MapResNorbert Thiebaud1-0/+4
2014-07-10vcl/source/outdev/outdev.cxx: drop unused svsys.h headerDouglas Mencken1-1/+0
2014-07-10coverity#1225002 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-20vcl: rename CopyAreaFinal to CopyDeviceAreaChris Sherlock1-2/+2
2014-05-03Rearrange outdev.cxx functions, et al.Chris Sherlock1-368/+277
2014-04-28mem leak in OutDevStackStateCaolán McNamara1-4/+3