summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gtk-demo: Plug a memory leakMatthias Clasen2020-11-151-0/+7
| * | | | modelbutton: Fix keynav for check and radioMatthias Clasen2020-11-151-1/+48
|/ / / /
* | | | Merge branch 'fix-tooltip-trigger' into 'master'Matthias Clasen2020-11-151-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix tooltip triggeringfix-tooltip-triggerMatthias Clasen2020-11-151-0/+5
* | | | Merge branch 'widget-no-a11y-crash' into 'master'Emmanuele Bassi2020-11-151-3/+6
|\ \ \ \ | |/ / / |/| | |
| * | | gtkwidget: fix crashes with GTK_A11Y=noneChristoph Reiter2020-11-151-3/+6
|/ / /
* | | Merge branch 'button-fill-var-removal' into 'master'Matthias Clasen2020-11-152-38/+19
|\ \ \
| * | | Adwaita: Stop using $button_fillnana-42020-11-142-38/+19
* | | | Merge branch 'parse-debug-env-vars-always' into 'master'Matthias Clasen2020-11-155-37/+39
|\ \ \ \
| * | | | Always parse GTK/GDK/GSK_DEBUG env vars and make some entries available in no...Christoph Reiter2020-11-155-37/+39
* | | | | Revert "Update comment annotations of gtk_tree_model_iter_previous and gtk_tr...Christoph Reiter2020-11-151-2/+2
|/ / / /
* | | | Update Ukrainian translationYuri Chornoivan2020-11-151-269/+191
* | | | Merge branch 'wip/carlosg/for-master' into 'master'Matthias Clasen2020-11-141-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | gtk/main: Reset active state on grab broken only if implicitCarlos Garnacho2020-11-141-4/+7
|/ / /
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-11-142-17/+33
|\ \ \
| * | | Adwaita: Fix list separatorsMatthias Clasen2020-11-131-2/+2
| * | | label: Avoid short-circuitingMatthias Clasen2020-11-131-15/+31
* | | | Merge branch 'alatiera/nightly-demos' into 'master'Matthias Clasen2020-11-132-0/+28
|\ \ \ \
| * | | | ci: publish demo apps to the Nightly repositoryJordan Petridis2020-11-132-0/+28
| | |/ / | |/| |
* | | | Merge branch 'wip/jimmac/tooltips' into 'master'Matthias Clasen2020-11-131-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 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