summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adwaita: tooltip stylingwip/jimmac/tooltipsJakub Steiner2020-11-131-3/+2
* Merge branch 'wip/jimmac/submenus' into 'master'Jakub Steiner2020-11-131-3/+1
|\
| * Adwaita: rounded submenusJakub Steiner2020-11-131-3/+1
| * Adwaita: double declated $button_fillJakub Steiner2020-11-131-3/+0
* | Merge branch 'wip/jimmac/declare-buttonfill-once' into 'master'Jakub Steiner2020-11-131-3/+0
|\ \ | |/ |/|
| * Adwaita: double declared $button_fillJakub Steiner2020-11-131-3/+0
|/
* Merge branch 'wip/exalm/window' into 'master'Jakub Steiner2020-11-131-21/+20
|\
| * theme: Round all window cornerswip/exalm/windowAlexander Mikhaylenko2020-11-121-2/+1
| * theme: Restructure window styleAlexander Mikhaylenko2020-11-121-20/+20
* | Merge branch 'wip/carlosg/for-master' into 'master'Matthias Clasen2020-11-133-4/+40
|\ \
| * | gtk/main: Stack ::active callsCarlos Garnacho2020-11-133-2/+33
| * | gtk/main: Toggle active flag with touch eventsCarlos Garnacho2020-11-131-2/+7
|/ /
* | Merge branch 'ebassi/for-master' into 'master'Emmanuele Bassi2020-11-1217-19/+322
|\ \
| * | a11y: Use GROUP role for ShortcutsShortcutEmmanuele Bassi2020-11-121-0/+2
| * | a11y: Implement atspi.Text.ScrollSubstringTo for GtkTextViewEmmanuele Bassi2020-11-122-1/+101
| * | a11y: Document GtkRevealer's accessible stateEmmanuele Bassi2020-11-121-0/+8
| * | a11y: Add more accessible data to GtkTreeExpanderEmmanuele Bassi2020-11-121-0/+15
| * | Establish a control relation between demo search and listEmmanuele Bassi2020-11-121-1/+5
| * | a11y: Add accessible actions to GtkSearchEntryEmmanuele Bassi2020-11-121-0/+90
| * | a11y: Mark SearchEntry icons as presentationalEmmanuele Bassi2020-11-121-2/+6
| * | a11y: Set the role on GtkSearchBarEmmanuele Bassi2020-11-121-0/+5
| * | a11y: Icons in buttons are presentationalEmmanuele Bassi2020-11-122-2/+8
| * | a11y: Add more accessibility labels to GtkNotebookEmmanuele Bassi2020-11-121-2/+17
| * | a11y: Use the stack page title as its accessible labelEmmanuele Bassi2020-11-121-0/+4
| * | a11y: GtkStack is a group of stack pagesEmmanuele Bassi2020-11-122-1/+2
| * | Handle empty stack pages when creating an ATContextEmmanuele Bassi2020-11-121-1/+6
| * | Unrealize the ATContext in StackPage on disposeEmmanuele Bassi2020-11-121-0/+12
| * | a11y: Icons in WindowControls are presentational onlyEmmanuele Bassi2020-11-121-9/+19
| * | a11y: Ignore more structural roles when computing labelsEmmanuele Bassi2020-11-121-0/+4
| * | a11y: Add role exception for GtkScrolledWindowEmmanuele Bassi2020-11-121-0/+6
| * | demo: Add more accessibility labels to the UIEmmanuele Bassi2020-11-121-0/+12
|/ /
* | Merge branch 'clear-search-entry' into 'master'Matthias Clasen2020-11-121-1/+1
|\ \ | |/ |/|
| * searchbar: Fix clearing search entry on hideFlorian Müllner2020-11-121-1/+1
|/
* Merge branch 'ebassi/for-master' into 'master'Matthias Clasen2020-11-1223-154/+334
|\
| * docs: Add "Accessibility" section to various widgetsEmmanuele Bassi2020-11-1211-22/+58
| * a11y: Simplify GtkModelButtonEmmanuele Bassi2020-11-111-41/+16
| * a11y: Add missing fallback for accessible-role getterEmmanuele Bassi2020-11-111-1/+7
| * a11y: Rework ownership and lifetime of GtkATContextEmmanuele Bassi2020-11-113-50/+123
| * a11y: Defer to the GtkAccessible's implementationEmmanuele Bassi2020-11-112-10/+8
| * a11y: Create AtSpiRoot on realizationEmmanuele Bassi2020-11-111-15/+35
| * a11y: Use GROUP role for GtkNotebookEmmanuele Bassi2020-11-111-0/+1
| * a11y: Protect should_present() from empty contextsEmmanuele Bassi2020-11-111-3/+4
| * a11y: Do not leak the ATContext in GtkStackPageEmmanuele Bassi2020-11-111-0/+2
| * a11y: Mark more containers as structural elementsEmmanuele Bassi2020-11-119-1/+9
| * a11y: Use the window title as its labelEmmanuele Bassi2020-11-111-0/+4
| * a11y: Skip unlabelled structural rolesEmmanuele Bassi2020-11-111-1/+23
| * a11y: Translate ARIA windows to AT-SPI framesEmmanuele Bassi2020-11-111-1/+2
| * a11y: Add more ARIA/AT-SPI role translationsEmmanuele Bassi2020-11-111-5/+5
| * a11y: Realize parent ATContext for the stack pageEmmanuele Bassi2020-11-111-1/+5
| * a11y: Implement missing atspi.Component gettersEmmanuele Bassi2020-11-112-3/+28