summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-4/+4
2016-06-10Add a pause() method to XToolkitExperimentalTor Lillqvist1-0/+35
2016-06-01fix compile error in SelectionDialog (java unit test)Noel Grandin1-1/+1
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky1-2/+12
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-30Convert ImageSet to scoped enumNoel Grandin1-1/+1
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2-2/+2
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara2-2/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin4-16/+15
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+2
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-1/+3
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin4-247/+84
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-2/+3
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann18-51/+51
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin9-20/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke3-5/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke3-8/+9
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-10/+0
2016-04-11clang-tidy performance-unnecessary-value-param in toolkitNoel Grandin2-5/+5
2016-04-10Typo: multible->multipleJulien Nabet1-1/+1
2016-04-04sequence->vector in toolkitNoel Grandin1-10/+8
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke3-6/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack6-10/+10
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