summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-21convert Link<> to typedNoel Grandin1-1/+1
2015-09-20convert Link<> to typedNoel Grandin1-1/+1
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin1-0/+1
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna1-1/+1
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna1-0/+1
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna1-0/+2
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna1-0/+4
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna1-0/+14
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna1-0/+1
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-0/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+2
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+2
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-1/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+2
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky1-1/+2
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-19/+14
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-32/+33
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-29/+29
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks1-1/+0
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+2
2015-04-09vclwidget: add some dispose() checkingNoel Grandin1-0/+1
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-2/+2
2015-03-06Idle: Idle and Timer completely independendTobias Madl1-0/+1
2015-02-16boost::noncopyable->'= delete'Caolán McNamara1-2/+4
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+2
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-2/+3
2014-11-05Basic Idle handler implementationTobias Madl1-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-31/+31
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+2
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara1-0/+2
2014-06-30Mark WindowImpl as noncopyableStephan Bergmann1-1/+4
2014-06-01vcl: cleanup window.hChris Sherlock1-73/+73
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-16/+16
2014-01-30fdo#63154 Removed unused solar.h ref. in vclAlexandre Vicenzi1-25/+8
2014-01-26fdo#39468 Translate German comments to English (vcl/inc/window.h)Sven Wehner1-46/+28
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-2/+2