summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
AgeCommit message (Expand)AuthorFilesLines
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky1-3/+12
2015-08-29vcl: fix resource management issue in WinSalLayoutMichael Stahl1-1/+4
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna1-0/+2
2015-08-05tdf#92982 vcl rendercontext: set correct offset for the frame-level bufferMiklos Vajna1-0/+10
2015-07-30tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna1-0/+66
2015-07-02Assertions should tell the line number where the problem isTor Lillqvist15-71/+103
2015-06-23rendencontext: Wallpaper needs to fit the provided dimensions, not the outdev.Jan Holesovsky1-1/+1
2015-06-17masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara15-67/+75
2015-06-17rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky15-13/+140
2015-05-31rendercontext: Make the Gtk+ native widgets work with double-buffering.Jan Holesovsky1-0/+4
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin2-4/+4
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara1-1/+4
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-3/+3
2015-05-20convert FONT_SUBSTITUTE constants to scoped enumNoel Grandin1-6/+6
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin7-20/+20
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin8-114/+114
2015-05-20convert GRID constants to scoped enumNoel Grandin1-6/+6
2015-05-20convert IMAGE_DRAW_ constants to scoped enumNoel Grandin1-3/+3
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-4/+4
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-56/+56
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin3-23/+23
2015-05-19Resolves: tdf#91392 orig map for orig code paths, and new map for new pathCaolán McNamara1-6/+53
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-0/+64
2015-05-15tdf#91195: vcl: reduce MapMode Fraction precision to avoid...Michael Stahl1-0/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin4-21/+27
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin2-4/+4
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-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-08False loplugin:staticmethodsStephan Bergmann1-0/+1
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin4-14/+14
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-48/+48
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist3-15/+14
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks8-52/+85
2015-04-26add EditBoxValue::cloneCaolán McNamara1-0/+6
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara1-3/+10
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-16overloading is hard to resolve for poor old c++Michael Stahl1-1/+1
2015-04-16tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl1-1/+2
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl1-0/+1
2015-04-10Fix misc. issues in lifecycle unit tests.Michael Meeks1-1/+0
2015-04-10automated VclPtrInstance conversion.Michael Meeks4-6/+6
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-2/+1
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks1-0/+5
2015-04-10protect more printer code-paths.Michael Meeks1-0/+3
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks3-3/+3