summaryrefslogtreecommitdiff
path: root/vcl/source/window/stacking.cxx
AgeCommit message (Expand)Author
2020-05-18tdf#133098 cannot truly unparent a vcl widgetCaolán McNamara
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-30Fix typosAndrea Gelmini
2019-05-11weld conditional formattingCaolán McNamara
2018-11-08loplugin:constantparamNoel Grandin
2018-10-02tdf#120234 ignore all proxy windowsJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-01-24Use std::unique_ptr in ImplCalcToTopDataMike Kaganski
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-08-03lok - add support for in place chart editingMarco Cecchetti
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-07-28vcl: Guard against invalid statesSamuel Mehrbrodt
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin
2016-02-01mpFirstBackWin is always null nowCaolán McNamara
2016-01-30mnTopLevel is always 1, so 1 <= 1 always hereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-08-29tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-25convert TOTOP constants to scoped enumNoel Grandin
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl: double dispose protection & unit test.Michael Meeks
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-27use namespace css instead of com::sunThomas Arnhold
2014-05-27vcl: move clipping functions from window.cxx into clipping.cxxChris Sherlock
2014-05-27vcl: move GetSystemData() & GetSystemDataAny() back to window.cxxChris Sherlock
2014-05-27vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxxChris Sherlock
2014-05-24vcl: remove unnecessary headers from clipping.cxxChris Sherlock
2014-05-24vcl: remove newlines from stacking.cxxChris Sherlock