summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/nativecontrols.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-2/+3
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2019-10-22loplugin:unusedenumconstantsNoel Grandin1-8/+0
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-1/+0
2019-06-21tdf#105884 Qt5 implement TabControl themingJan-Marek Glogowski1-1/+18
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-1/+1
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-12/+8
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski1-0/+2
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-2/+1
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-8/+8
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-3/+3
2016-05-31Convert ControlType to scoped enumNoel Grandin1-9/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-1/+3
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-1/+1
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 Holesovsky1-0/+2
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-16/+3
2015-05-11gtk3: get the native tab item padding and borders sizeCaolán McNamara1-0/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-26add EditBoxValue::cloneCaolán McNamara1-0/+6
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara1-3/+10
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-4/+4
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-05-01coverity#1209550 Unchecked dynamic_castChris Sherlock1-1/+13
2014-05-01Revert "VCL: move native widget rendering functions out of OutputDevice"Chris Sherlock1-0/+329
2014-05-01VCL: move native widget rendering functions out of OutputDeviceChris Sherlock1-329/+0
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-1/+1
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-1/+1
2014-04-24VCL: Cleanup headers in outdev/nativecontrols.cxxChris Sherlock1-5/+6
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-4/+4
2014-04-22Reorganize native control functions in OutputDeviceChris Sherlock1-0/+328