summaryrefslogtreecommitdiff
path: root/vcl/source/window/clipping.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-9/+7
2015-05-27simplify GetWindowClipRegionPixelNoel Grandin1-26/+8
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-4/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock1-7/+7
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock1-4/+4
2014-09-30fdo#82577: Handle RegionNoel Grandin1-42/+42
2014-09-23fdo#82577: Handle WindowNoel Grandin1-26/+29
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock1-0/+175
2014-05-27vcl: move functionality from window2.cxxChris Sherlock1-0/+86
2014-05-24fdo#39468 translate German comment to English in clipping.cxxChris Sherlock1-2/+2
2014-05-24vcl: remove unnecessary headers in clipping.cxxChris Sherlock1-90/+6
2014-05-24vcl: remove commented out code in ImplSysObjClip()Chris Sherlock1-20/+0
2014-05-23vcl: moved paint functions from window.cxx to paint.cxxChris Sherlock1-0/+174
2014-05-13vcl: clipping functions moved from window.cxx to clipping.cxxChris Sherlock1-0/+227
2014-05-13vcl: move Window clipping functions to clipping.cxxChris Sherlock1-0/+412