summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)AuthorFilesLines
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+12
2016-02-08loplugin:unusedmethodsNoel Grandin1-12/+0
2016-02-06vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock2-7/+7
2016-02-06vcl: split exception types from input typesChris Sherlock2-60/+60
2016-02-05vcl: Remove unneeded exception constantsChris Sherlock2-6/+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-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-3/+0
2016-01-29tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul2-5/+4
2016-01-22ImplSVEvent::maDelData is unused nowStephan Bergmann1-6/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-6/+2
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16tdf#78431: Clean up pFrame parameter in ImplWindowFrameProcXisco Fauli1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2016-01-12No need to name unused parametersTor Lillqvist1-2/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-08vcl: silence doxygen warningChris Sherlock1-2/+2
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2016-01-05loplugin:redundantcastStephan Bergmann1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-3/+4
2015-12-18vcl: always re-use context from default window.Michael Meeks1-9/+10
2015-12-14Resolves: rhbz#1289394 gtk3: implement tooltips nativelyCaolán McNamara1-0/+7
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-42/+26
2015-12-11Update hardware/OS info in About dialogYousuf Philips1-3/+3
2015-12-10Remove listeners upon disposeStephan Bergmann1-0/+18
2015-12-08Make ImplSVData private to vclTor Lillqvist2-3/+20
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-16/+0
2015-11-27mutex used in post-main dtorCaolán McNamara1-0/+7
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-1/+18
2015-11-26loplugin:redundantcastNoel Grandin1-1/+1
2015-11-25vcl: further fix debug name cleanup.Michael Meeks1-0/+7
2015-11-25vcl: cleanup scheduler debug name usage.Michael Meeks1-13/+7
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks3-7/+33
2015-11-25vcl: improve scheduler debugging information.Michael Meeks2-0/+18
2015-11-25vcl: timer - avoid expensive and pointless re-fetch of current time.Michael Meeks1-3/+2
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks2-0/+2
2015-11-24vcl: re-introduce idle handling.Michael Meeks3-19/+26
2015-11-24vcl: scheduler - split timeout calculation from idle invocation.Michael Meeks2-15/+30
2015-11-24vcl: remove UpdateStack concept.Michael Meeks1-10/+5
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks2-4/+3
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 Grandin7-52/+52
2015-11-17vcl: avoid re-starting the WNT TimerQueue during shutdownMichael Stahl1-1/+12
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