summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/nativecontrols.cxx
AgeCommit message (Expand)AuthorFilesLines
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