summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkutil.cxx
AgeCommit message (Expand)Author
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-09-25vcl: [loplugin:badstatics] aDocumentFocusListenerMichael Stahl
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-04-18catch exception like text_wrapper_get_caret_offset doesCaolán McNamara
2017-04-12fix typo @trhowsMichael Stahl
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann
2017-03-01Revert my fix for tdf#71409, to hopefully fix tdf#104381.Kohei Yoshida
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, vclStephan Bergmann
2016-12-22Resolves: tdf#104687 gtk2 paste cell text under a11y is fatalCaolán McNamara
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-22tdf#71409: Use weak reference to avoid potential circular references.Kohei Yoshida
2016-07-06OSL_TRACE->SAL_INFO for the Invalidate all children outputCaolán McNamara
2016-06-30loplugin:badstatics: further (Linux-only) static only found with libc++Stephan Bergmann
2016-05-17The other Invalidate is a OSL_TRACE, so silence here likewiseCaolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-21convert Link<> to typedNoel Grandin
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-13rhbz#1247588: Hold UNO objects by css::uno::ReferenceStephan Bergmann
2015-08-13Remove #ifdef ENABLE_TRACING codeStephan Bergmann
2015-06-29-fsanitize=vptr: avoid needless, wrong downcastStephan Bergmann
2015-06-26Related: tdf#92293 gtk3 a11y: I suspect that all of this is redundantCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-23Resolves: #i124970# fix DocumentFocusListener::notifyEvent's...Herbert Dürr
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-10-15Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP part2Julien Nabet
2013-03-02remove minor.mkMatúš Kukan
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks