summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-02loplugin:singlevalfieldsNoel Grandin1-5/+0
2016-10-29Add layout engine info to the About dialogKhaled Hosny1-0/+8
2016-10-19tdf#103185 - Add VCL backend being used to About dialogAshod Nakashian1-0/+7
2016-10-18loplugin:unusedmethodsNoel Grandin1-5/+0
2016-10-17Force disable OpenGL in Safe ModeSamuel Mehrbrodt1-0/+12
2016-10-09loplugin:badstaticsStephan Bergmann1-12/+10
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-7/+7
2016-07-28vcl: remove Application::InsertIdleHdl() and ImplIdleMgrMichael Stahl1-20/+0
2016-07-10ditch the application per-language IsAutoMnemonicEnabled settingCaolán McNamara1-14/+0
2016-07-10ditch the multiply dialog width * X where X is based on language thingCaolán McNamara1-9/+0
2016-07-04merge vcl::DisplayConnectionDispatch with vcl::DisplayConnectionNoel Grandin1-2/+2
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-5/+5
2016-05-30Convert DialogCancelMode to scoped enumNoel Grandin1-2/+2
2016-05-13convert EXCEPTION_ to scoped enumNoel Grandin1-5/+5
2016-05-12Resolves: tdf#99464 don't allow a menu as a dialog parentCaolán McNamara1-1/+1
2016-05-12rejig for legibility, no logic changeCaolán McNamara1-22/+22
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara1-50/+40
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-10/+10
2016-05-03tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl1-2/+5
2016-04-07Fix simple typo in SAL_INFO tdf#97087Muhammet Kara1-1/+1
2016-03-25fix headless buildOliver Specht1-0/+4
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-4/+2
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-2/+2
2016-02-24Ensure processEventsToIdle process events (including from the OS) until idle.Michael Meeks1-1/+17
2016-02-18Resolves: tdf#97904 opengl stuff isn't implemented for gtk3Caolán McNamara1-0/+9
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-06vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock1-4/+4
2016-02-06vcl: split exception types from input typesChris Sherlock1-31/+31
2016-02-05vcl: Remove unneeded exception constantsChris Sherlock1-1/+0
2016-02-03tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul1-34/+0
2016-02-03tdf#97512 make strings localizableAndras Timar1-5/+5
2016-01-22ImplSVEvent::maDelData is unused nowStephan Bergmann1-6/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-6/+2
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli1-1/+1
2016-01-05loplugin:redundantcastStephan Bergmann1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-3/+4
2015-12-11Update hardware/OS info in About dialogYousuf Philips1-3/+3
2015-12-08Make ImplSVData private to vclTor Lillqvist1-1/+9
2015-11-25vcl: improve scheduler debugging information.Michael Meeks1-0/+8
2015-11-24vcl: re-introduce idle handling.Michael Meeks1-1/+8
2015-11-24vcl: scheduler - split timeout calculation from idle invocation.Michael Meeks1-6/+13
2015-11-24loplugin:unusedfields in vcl/Noel Grandin1-27/+25
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+32
2015-11-18com::sun::star->css in vcl/Noel Grandin1-3/+3
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks1-59/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-38/+38
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
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