summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-133-8/+9
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-10/+0
* clang-tidy performance-unnecessary-value-param in toolkitNoel Grandin2016-04-112-5/+5
* Typo: multible->multipleJulien Nabet2016-04-101-1/+1
* sequence->vector in toolkitNoel Grandin2016-04-041-10/+8
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+1
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-023-6/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-016-10/+10
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
* fix headless buildOliver Specht2016-03-252-1/+12
* loplugin:constantparams in vcl/Noel Grandin2016-03-162-3/+3
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-122-31/+1
* Avoid reserved identifiersStephan Bergmann2016-03-101-4/+4
* 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