summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-24loplugin:unusedmethodsNoel Grandin1-5/+0
2020-06-10ignore WB_DIALOGCONTROL state of parent if we're a floating windowCaolán McNamara1-1/+5
2020-02-12vcl: fix UB in Window::ImplGetFirstOverlapWindow()Miklos Vajna1-0/+10
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian1-8/+8
2019-11-05Resolves: tdf#128599 null derefCaolán McNamara1-2/+12
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-4/+0
2019-08-20loplugin:constvars in vclNoel Grandin1-2/+2
2019-05-21tdf#125370 Fix crash when opening basic editorSamuel Mehrbrodt1-1/+1
2019-05-16tdf#125170 Deliver mouse events also when clicking into document contentSamuel Mehrbrodt1-0/+6
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-7/+5
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-5/+3
2017-10-22Avoid compiler eliding redundant dynamic_castStephan Bergmann1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-02-14Convert WindowType to scoped enumNoel Grandin1-3/+3
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin1-7/+0
2016-12-13tdf#104573 - Assertion failed: SolarMutex not lockedNoel Grandin1-0/+6
2016-12-12tdf#104573 - Assertion failed: SolarMutex not locked when tryingNoel Grandin1-0/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-14/+14
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-11-11Resolves: rhbz#1391418 wayland toolbars can't be docked after undockingCaolán McNamara1-4/+6
2016-11-08Resolves: tdf#103783 do consider parent of WB_DIALOGCONTROL widgets...Caolán McNamara1-1/+6
2016-11-02lock tab-cycling inside the WB_DIALOGCONTROL widgetCaolán McNamara1-6/+1
2016-10-03Fix typosAndrea Gelmini1-2/+2
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-2/+2
2016-05-23Resolves: rhbz#1338546 use-after-delete of WindowImplCaolán McNamara1-8/+14
2016-05-06improve perf. of VCL event dispatch, take IIDavid Tardon1-1/+14
2016-05-06tdf#99703 Revert "improve perf. of VCL event dispatch"David Tardon1-12/+1
2016-05-05remove superfluous checkDavid Tardon1-3/+0
2016-05-05improve perf. of VCL event dispatchDavid Tardon1-1/+12
2016-03-25fix headless buildOliver Specht1-2/+5
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-2/+2
2016-02-10vcl: actually remove ImplTranslateCommandEvent!Chris Sherlock1-10/+0
2016-02-10vcl: ImplTranslate(Command|Mouse)Event changesChris Sherlock1-9/+24
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-2/+0
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-5/+2
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-17/+10
2015-12-22tdf#96643 - Standard toolbar isn't fully shown under gtk3Noel Grandin1-3/+4
2015-12-19coverity#1028600 Uninitialized scalar fieldCaolán McNamara1-3/+3
2015-12-18fix O(n^2) in vcl event broadcasting tdf#90199Noel Grandin1-5/+17
2015-12-14unusedcode NotifyEvent::NotifyEvent()Juergen Funk1-7/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-08fix for tdf#94827 - ToolBox events aren't deliveredNoel Grandin1-3/+4
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-5/+5
2015-09-21convert Link<> to typedNoel Grandin1-7/+22
2015-09-20convert Link<> to typedNoel Grandin1-5/+19
2015-09-15tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks1-1/+9
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin1-3/+3