summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-18tdf#92036 - Writer infinite spelling loopAshod Nakashian1-0/+3
2015-08-11loplugin: defaultparamsNoel Grandin3-9/+9
2015-08-04tdf#76845: vcl: main thread does not necessarily have SolarMutexMichael Stahl1-2/+2
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin1-1/+12
2015-07-30remove PostScrollEvent and PostZoomEventNoel Grandin1-60/+0
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin2-12/+0
2015-07-10loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+2
2015-07-08vcl: document mnDispatchLevel TODOMichael Stahl1-0/+4
2015-06-30CreateAccessible just forwards to the parent impl alreadyCaolán McNamara1-5/+0
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-6/+30
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann5-125/+110
2015-06-15another stab at tdf#91393Caolán McNamara1-1/+1
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara1-1/+6
2015-06-13Fix funny line-ends.Thorsten Behrens1-4/+4
2015-06-13tdf#92036 - work around writer spelling issueMichael Meeks1-2/+15
2015-06-12vcl: loplugin:pointertoboolMiklos Vajna1-1/+1
2015-06-12std::list for SchedulerJuergen Funk5-111/+126
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks3-11/+31
2015-06-09tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColorCaolán McNamara1-1/+1