summaryrefslogtreecommitdiff
path: root/vcl/source/window/stacking.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-1/+1
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-0/+5
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-14Convert WindowType to scoped enumNoel Grandin1-2/+2
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-20/+0
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-2/+2
2016-07-28vcl: Guard against invalid statesSamuel Mehrbrodt1-1/+1
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-7/+7
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin1-3/+3
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-5/+5
2016-02-01mpFirstBackWin is always null nowCaolán McNamara1-7/+0
2016-01-30mnTopLevel is always 1, so 1 <= 1 always hereCaolán McNamara1-10/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-3/+3
2015-05-25convert TOTOP constants to scoped enumNoel Grandin1-8/+8
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-7/+7
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-3/+3
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-19/+19
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-20/+25
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-19/+18
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks1-1/+1
2015-04-09vcl: double dispose protection & unit test.Michael Meeks1-0/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-59/+63
2014-05-27use namespace css instead of com::sunThomas Arnhold1-1/+0
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock1-0/+8
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock1-18/+0
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock1-0/+18
2014-05-24vcl: remove unnecessary headers from clipping.cxxChris Sherlock1-76/+13
2014-05-24vcl: remove newlines from stacking.cxxChris Sherlock1-2/+0
2014-05-24vcl: move functions from window.cxx to stacking.cxxChris Sherlock1-0/+535
2014-05-23vcl: change to true and false in Window::IsTopWindow()Chris Sherlock1-1/+1
2014-05-13vcl: move window order and stack functions into stacking.cxxChris Sherlock1-0/+707