summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y
AgeCommit message (Expand)AuthorFilesLines
2017-01-14vcl: Fix string comparison for reading text attributesTakeshi Abe1-16/+16
2016-12-22Resolves: tdf#104687 gtk2 paste cell text under a11y is fatalCaolán McNamara1-6/+10
2016-12-09tdf#93430: Cannot get accessible text attributes for 'Not in dictionary' entryTamás Zolnai2-6/+18
2016-11-22tdf#71409: Stop listening to objects going out-of-focus.Kohei Yoshida2-0/+22
2016-11-22tdf#71409: Use weak reference to avoid potential circular references.Kohei Yoshida13-253/+201
2016-11-16Let's keep these guys private.Kohei Yoshida1-2/+2
2016-11-15tdf#71409: properly remove itself from the context it listens.Kohei Yoshida2-1/+13
2016-11-03tdf#93825: Missing accessibility events when selecting/deselecting cellsTamás Zolnai1-4/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-08gtk: a11y: quieten warningsCaolán McNamara1-0/+4
2016-07-28Resolves: tdf#101132 a11y crash in hyperlinkCaolán McNamara1-0/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-21memset hammer for -Werror=missing-field-initializersCaolán McNamara1-1/+2
2016-07-21gtk3-a11y: our eventbox is inside a grid nowCaolán McNamara1-1/+5
2016-07-21Resolves: tdf#101011 atk needs a value for accessible-table-column-headerCaolán McNamara1-1/+14
2016-07-07g_warning->SAL_WARNCaolán McNamara1-1/+1
2016-07-06OSL_TRACE->SAL_INFO for the Invalidate all children outputCaolán McNamara1-1/+1
2016-06-30loplugin:badstatics: further (Linux-only) static only found with libc++Stephan Bergmann1-4/+17
2016-06-14silence warning about unknown ACTIVE_DESCENDANT_CHANGED_NOFOCUSCaolán McNamara1-0/+6
2016-05-17The other Invalidate is a OSL_TRACE, so silence here likewiseCaolán McNamara1-4/+6
2016-05-17shut up about the PAGE_CHANGED event from slide pane slide switchingCaolán McNamara1-0/+11
2016-05-17fix indentCaolán McNamara1-23/+23
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-5/+2
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-02-26gtk3: native gtk menubarCaolán McNamara1-1/+0
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2-2/+2
2016-01-18fix recently broken gtk a11yCaolán McNamara1-0/+2
2016-01-18loplugin:unusedfieldsNoel Grandin2-4/+0
2015-12-29cppcheck: allocaCalledCaolán McNamara1-5/+6
2015-12-28tdf#75191: only call atk_register_role if strictly necessaryJacobo Aragunde Pérez1-20/+21
2015-12-28tdf#39944: Fix mapping additional a11y roles to ATKpasqual milvaques1-11/+7
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann4-11/+11
2015-11-18com::sun::star->css in vcl/Noel Grandin7-26/+26
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann17-132/+132
2015-10-14Allow non ASCII chars as accelerator part 2Niklas Johansson1-0/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-21convert Link<> to typedNoel Grandin1-13/+11
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-08-21loplugin: defaultparamsNoel Grandin2-2/+2
2015-08-13rhbz#1247588: Hold UNO objects by css::uno::ReferenceStephan Bergmann17-338/+348
2015-08-13Remove #ifdef ENABLE_TRACING codeStephan Bergmann5-216/+0
2015-08-03inline some use-once typedefsNoel Grandin1-3/+2
2015-07-24gtk3: insert an event box between toplevel and contentsCaolán McNamara1-4/+17
2015-07-23inline a handful of use-once #definesNoel Grandin4-9/+3