summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* Convert FieldUnit to scoped enumMike Kaganski2018-11-081-17/+17
* tdf#118244 pdfexport: radio buttons can group with same nameJustin Luth2018-11-051-6/+20
* tdf#118244 pdfexport: radio buttons use groupname nowJustin Luth2018-11-051-33/+38
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-043-252/+200
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-12/+2
* Replace function only used in an assert with a lambdaStephan Bergmann2018-11-021-8/+6
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-1/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-291-2/+1
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
* Simplify containers iterations in test..toolsArkadiy Illarionov2018-10-2416-143/+94
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+3
* -Werror,-Wunused-function (--disable-assert-always-abort)Stephan Bergmann2018-10-221-0/+2
* loplugin:staticvar in variousNoel Grandin2018-10-222-95/+91
* clang-tidy modernize-redundant-void-argNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-174-6/+7
* MoreButton is solely used by toolkitCaolán McNamara2018-10-141-1/+1
* only vcl and toolkit need to use [G|S]etUnoWrapperCaolán McNamara2018-10-141-1/+1
* unowrap.hxx is also exposed for toolkit onlyCaolán McNamara2018-10-141-1/+1
* split out vcl stuff used solely by toolkit moduleCaolán McNamara2018-10-141-1/+1
* drop unnecessary vcl/group.hxx includesCaolán McNamara2018-10-143-4/+0
* tdf#118572 dispose instead of LazyDeletorCaolán McNamara2018-10-121-5/+1
* make scrollabledialog.hxx a private headerCaolán McNamara2018-10-065-4/+71
* Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann2018-10-021-2/+2
* Fix mbRefeshingPeer -> mbRefreshingPeerAndrea Gelmini2018-09-281-4/+4
* Fix typosAndrea Gelmini2018-09-271-1/+1
* loplugin:constfields in toolkitNoel Grandin2018-09-279-15/+15
* loplugin:useuniqueptr in StdTabController::autoTabOrderNoel Grandin2018-09-181-20/+22
* New loplugin:externalStephan Bergmann2018-09-175-8/+8
* loplugin:simplifyconstruct in toolkit..ucbNoel Grandin2018-09-122-3/+0
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-102-0/+4
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-7/+1
* rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin2018-08-271-1/+1
* toolkit: a micro-optimization taking min and max simulnateouslyTakeshi Abe2018-08-191-2/+3
* tdf#116542 a11y: introduce STATIC roleSamuel Thibault2018-08-141-0/+1
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-08-0210-0/+10
* cppcheck: useInitializationList in test to xmloffJochen Nitschke2018-07-291-5/+5
* toolkit: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+5
* Fix semantic of sentenceJens Carl2018-07-241-1/+1
* Fix typos of commit 26f1fc7Andrea Gelmini2018-07-231-1/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* Fix typosAndrea Gelmini2018-07-191-1/+1
* use more OutputDevice::GetBitmapExNoel Grandin2018-06-211-2/+2
* Translate German comments and debug stringsJohnny_M2018-06-061-1/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-054-4/+0
* Fix typosAndrea Gelmini2018-05-051-1/+1
* Fix typosAndrea Gelmini2018-05-051-2/+2
* logging: add some strategic places around vcl messagesThorsten Behrens2018-05-041-0/+3
* loplugin:countusersofdefaultparamsNoel Grandin2018-04-281-1/+1
* Reuse getAccessibleRole result if possibleArnaud Versini2018-04-221-6/+8