summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+1
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna1-68/+0
2015-06-01Allow unsetting underline attributeAndrzej Hunt1-2/+2
2015-05-28vcl: Do nothing when we don't have mpWindowImpl.Jan Holesovsky1-0/+4
2015-05-28convert INVERT flags to scoped enumNoel Grandin1-6/+6
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin1-5/+5
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin1-6/+6
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-2/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-11/+11
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-3/+3
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-54/+80
2015-05-13convert ENDTRACK_ constants to scoped enumNoel Grandin1-5/+5
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-4/+4
2015-05-07Related: tdf#90956 don't resize the border window when disposingCaolán McNamara1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-3/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-10/+10
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-3/+1
2015-04-28loplugin:simplifyboolStephan Bergmann1-19/+19
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-53/+63
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-10Fix LazyDelete crasher, and add & test more post-dispose robustness.Michael Meeks1-8/+8
2015-04-10more lifecycle cleanup & fixing.Michael Meeks1-1/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-18/+16
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks1-1/+1
2015-04-09vcl: don't emit events on disposed objects & handle some method calls.Michael Meeks1-19/+21
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks1-5/+8
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks1-2/+6
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-0/+2
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-3/+10
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-01-21add has-focus .ui supportCaolán McNamara1-0/+5
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-4/+6
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-5/+5
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-5/+5
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-13/+13
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-10/+10
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-13/+13
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2