summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-1/+1
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen52-187/+29
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-1/+2
2019-09-12Fix typosAndrea Gelmini1-1/+1
2019-09-06Fixing "...."Andrea Gelmini5-10/+10
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-31throbber.hxx only used by vcl and toolkit nowCaolán McNamara3-3/+3
2019-08-31roadmap.hxx only used by vcl and toolkit nowCaolán McNamara1-4/+4
2019-08-31move SVTXRoadmap to toolkitCaolán McNamara1-0/+314
2019-08-26tdf#93998 toolkit: restore support for setting dialog background from shapeMiklos Vajna2-4/+23
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov2-3/+4
2019-08-22loplugin:constmethod in toolkitNoel Grandin2-4/+4
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin3-6/+6
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet4-15/+6
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+2
2019-08-15loplugin:sequenceloop in test..toolkitNoel Grandin12-23/+23
2019-08-15replace ".get->" with "->"Noel Grandin1-4/+4
2019-08-12Fix typosAndrea Gelmini4-5/+5
2019-08-12Fix typosAndrea Gelmini6-8/+8
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-1/+1
2019-08-07Resolves: tdf#126717 default that formcontrols show acceleratorsCaolán McNamara1-0/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann30-114/+114
2019-07-21loplugin:referencecasting in test..toolkitNoel Grandin7-29/+20
2019-07-19tdf#125609 toolkit: don't use XTabController::getControlsJustin Luth1-8/+7
2019-07-18cid#1448511 silence Out-of-bounds accessCaolán McNamara1-0/+1
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov19-307/+214
2019-06-21VCL merge most of NotebookbarTabControlBaseJan-Marek Glogowski1-1/+1
2019-06-21simplify some getSupportedServiceNamesNoel Grandin2-4/+2
2019-06-18tdf#39593 Remove toolkit::GridColumn::getImplementationArkadiy Illarionov3-13/+4
2019-06-18loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin1-4/+4
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov8-15/+15
2019-06-13unopkg gui crashes on shutdownCaolán McNamara1-1/+1
2019-06-12weld OrganizeDialogCaolán McNamara1-1/+1
2019-06-12toolkit: initialize primitive types explicitlyAshod Nakashian1-3/+3
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov14-47/+41
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-21Related tdf#122920 Treat UNO key events the same as mouse eventsSamuel Mehrbrodt1-15/+18
2019-05-21tdf#125397: Fixes for threads and SolarMutex on iOSTor Lillqvist1-1/+8
2019-05-19tdf#125207 [API CHANGE] extend css.awt.PrinterServer: XPrinterServer2brinzing1-1/+6
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin3-4/+4
2019-05-09tdf#124400 a11y: add accessible IDSamuel Thibault1-0/+13
2019-05-08tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl1-22/+48
2019-05-06Fix indentationSamuel Mehrbrodt1-1/+1
2019-05-06Throw exception when peer for tabpage container is missingSamuel Mehrbrodt2-0/+6
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov3-3/+3
2019-04-26Convert DBG_ASSERT to exceptionSamuel Mehrbrodt1-1/+4
2019-04-26Convert DBG_ASSERT to assertSamuel Mehrbrodt1-4/+2
2019-04-26Fix typosSamuel Mehrbrodt2-3/+3
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann1-1/+1