summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks2-64/+1
2015-11-12vcl: boost::ptr_vector->std::vectorNoel Grandin1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-122/+122
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-8/+8
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann2-3/+3
2015-10-23on unity, default to human if possibleBjoern Michaelsen1-0/+3
2015-10-22afl-eventtesting: improve event testing exitCaolán McNamara1-1/+0
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara1-13/+35
2015-10-19add Application::EndAllPopupsCaolán McNamara1-0/+15
2015-10-19afl-eventtesting: fix deadlockCaolán McNamara1-7/+6
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-16afl-eventtesting: add a realistic impress workoutCaolán McNamara1-1/+1
2015-10-16afl-eventtesting: tweak key event injectionCaolán McNamara1-17/+34
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-8/+8
2015-10-10afl-eventtesting: there is no focused/active window in headless modeCaolán McNamara1-3/+10
2015-10-09afl-eventtesting: provide a way to pseudo-restartCaolán McNamara1-0/+1
2015-10-08afl-eventtesting: send events to focus window and fallback to toplevelCaolán McNamara1-1/+3
2015-10-08afl-eventtesting: add Application::EndAllDialogsCaolán McNamara1-10/+19
2015-10-07afl-eventtesting: quit on next cycle if testing stops earlyCaolán McNamara1-5/+4
2015-10-07afl-eventtesting: it has learned to open dialogs, so...Caolán McNamara1-2/+14
2015-10-07afl-eventtesting: lets ditch the key repeat and timestamp fieldsCaolán McNamara1-2/+2
2015-10-06experimental afl driven ui testingCaolán McNamara1-0/+65
2015-10-06loplugin:unusedmethodsNoel Grandin1-20/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-2/+2
2015-10-01Fix typosAndrea Gelmini2-2/+2
2015-09-22convert Link<> to typedNoel Grandin1-1/+1
2015-09-21convert Link<> to typedNoel Grandin2-16/+16
2015-09-20convert Link<> to typedNoel Grandin1-40/+0
2015-09-20convert Link<> to typedNoel Grandin1-6/+25
2015-09-20remove unused Link<> fieldNoel Grandin1-2/+0
2015-09-16convert Link<> to typedNoel Grandin2-7/+7
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin1-29/+18
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin1-2/+2
2015-09-14list->vectorNoel Grandin2-6/+9
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-7/+6
2015-09-11convert Link<> to typedNoel Grandin2-30/+21
2015-09-10Fixup low-prio idle's effect on min-period.Michael Meeks1-1/+1
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
2015-09-09vcl: restore lost hunk in Scheduler::ImplStartTimer()Miklos Vajna1-0/+5
2015-09-08Ensure the scheduler can set longer timeouts.Michael Meeks2-5/+12
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-9/+3
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian3-81/+62
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-9/+5
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist1-789/+0
2015-08-25tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks1-0/+4
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks1-0/+6
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara2-5/+30