summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-25fix headless buildOliver Specht2-1/+12
2016-03-16loplugin:constantparams in vcl/Noel Grandin2-3/+3
2016-03-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-31/+1
2016-03-10Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-10loplugin:constantparam in toolkitNoel Grandin4-13/+10
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+2
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin4-16/+16
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-11/+11
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-1/+1
2016-02-09Remove excess newlinesChris Sherlock21-71/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-3/+3
2016-02-03toolkit: remove some comment cruft from vclunohelper.cxxChris Sherlock1-5/+0
2016-02-03tdf#39468 toolkit: translate some German comments in the VCL UNO helper fileChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann1-5/+5
2016-01-26OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist1-2/+2
2016-01-26Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist1-9/+2
2016-01-26Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist2-1/+23
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin8-35/+34
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18loplugin: unused return valuesNoel Grandin1-10/+4
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini5-6/+6
2016-01-05tdf#94715 - ensure we remove ourselves from the same event source.Michael Meeks1-32/+35
2015-12-21toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issueMiklos Vajna1-0/+1
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin1-3/+3
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann1-9/+0
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-1/+1
2015-11-26downgrade warning to infoCaolán McNamara1-1/+1
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-2/+1
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+9
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-6/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-10/+5
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-10/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann42-181/+181
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-3/+3
2015-11-09com::sun::star->css in toolkit/Noel Grandin57-1917/+1896
2015-11-06coverity#1338239 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann3-13/+13
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-4/+4