summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparam in toolkitNoel Grandin2016-03-104-13/+10
* new loplugin: commaoperatorNoel Grandin2016-02-231-2/+2
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-171-0/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-174-16/+16
* tdf#95857 Sort out German plurals ...danielt9982016-02-121-11/+11
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-131-1/+1
* Remove excess newlinesChris Sherlock2016-02-0921-71/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-3/+3
* toolkit: remove some comment cruft from vclunohelper.cxxChris Sherlock2016-02-031-5/+0
* tdf#39468 toolkit: translate some German comments in the VCL UNO helper fileChris Sherlock2016-02-031-2/+2
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-311-2/+2
* Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann2016-01-271-5/+5
* OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist2016-01-261-2/+2
* Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist2016-01-261-9/+2
* Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist2016-01-262-1/+23
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-258-35/+34
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-1/+1
* loplugin: unused return valuesNoel Grandin2016-01-181-10/+4
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-2/+2
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-1/+1
* Fix typosAndrea Gelmini2016-01-105-6/+6
* tdf#94715 - ensure we remove ourselves from the same event source.Michael Meeks2016-01-051-32/+35
* toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issueMiklos Vajna2015-12-211-0/+1
* uno::Sequence->std::vector in vcl::ThrobberNoel Grandin2015-12-031-3/+3
* No need to extend css.awt.XToolkitExperimentalStephan Bergmann2015-11-271-9/+0
* vcl: fix event processing to idle - for JUnit tests.Michael Meeks2015-11-261-1/+1
* downgrade warning to infoCaolán McNamara2015-11-261-1/+1
* loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin2015-11-251-2/+1
* Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks2015-11-231-0/+9
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-7/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-6/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-3/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-10/+5
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-155-10/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1042-181/+181
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-091-3/+3
* com::sun::star->css in toolkit/Noel Grandin2015-11-0957-1917/+1896
* coverity#1338239 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-063-13/+13
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-5/+5
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-054-4/+4
* java: combine nested if statementsNoel Grandin2015-11-053-12/+9
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-056-11/+10
* yyyyyNoel Grandin2015-11-042-3/+2
* toolkit: pMouseEvt must not be capturedMichael Stahl2015-11-022-8/+10
* Avoid dangling referencesStephan Bergmann2015-11-022-5/+5