summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10loplugin:constantparam in toolkitNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-03toolkit: remove some comment cruft from vclunohelper.cxxChris Sherlock
2016-02-03tdf#39468 toolkit: translate some German comments in the VCL UNO helper fileChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann
2016-01-26OpenGLWrapper is the right place for getBufferSwapCounter()Tor Lillqvist
2016-01-26Put getBufferSwapCounter() in OpenGLWindow insteadTor Lillqvist
2016-01-26Add API to get the number of OpenGL buffer swaps, including through UNOTor Lillqvist
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-13vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2016-01-05tdf#94715 - ensure we remove ourselves from the same event source.Michael Meeks
2015-12-21toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issueMiklos Vajna
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks
2015-11-26downgrade warning to infoCaolán McNamara
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-11-06coverity#1338239 Uncaught exceptionCaolán McNamara
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin