summaryrefslogtreecommitdiff
path: root/toolkit/source/awt
AgeCommit message (Expand)AuthorFilesLines
2018-05-04logging: add some strategic places around vcl messagesThorsten Behrens1-0/+3
2018-04-22Reuse getAccessibleRole result if possibleArnaud Versini1-6/+8
2018-04-18tdf#75398 - Replace hicontrast by Sifrheiko tietze1-2/+2
2018-04-16toolkit: use thread safe static initializerJochen Nitschke1-34/+7
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-8/+9
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-4/+4
2018-03-16move framework/toolkit use of BitmapEx::GetMask inside vclNoel Grandin1-3/+2
2018-03-06use more Color in toolkitNoel Grandin5-52/+51
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27cast MessBox into exileCaolán McNamara2-0/+254
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-0/+13
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-0/+26
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-0/+13
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin4-18/+18
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-33/+29
2018-02-20make it possible to set parent window for printer error messagesCaolán McNamara1-1/+2
2018-02-08Different approach for tdf#115227Maxim Monastirsky1-13/+33
2018-01-17loplugin:useuniqueptr in VCLXWindowNoel Grandin1-2/+2
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin1-5/+4
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann5-15/+15
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann11-68/+67
2018-01-04loplugin:unusedfieldsNoel Grandin1-60/+20
2017-12-11loplugin:salcall fix functionsNoel Grandin5-10/+10
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-1/+2
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-18/+19
2017-11-13Fix typosAndrea Gelmini1-8/+8
2017-10-24loplugin:includeform: toolkit (macOS)Stephan Bergmann4-8/+8
2017-10-23loplugin:includeform: toolkitStephan Bergmann8-18/+18
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+4
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-4/+4
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-1/+1
2017-09-08loplugin:constantparamNoel Grandin1-5/+4
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2-3/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin9-52/+51
2017-09-02support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara2-10/+6
2017-08-31Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist1-1/+1
2017-08-30nothing is reading the futilely set WB_AUTOSIZE bitCaolán McNamara1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-2/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin1-28/+33
2017-08-18loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1