summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gl: remove unused texture_from_surface APIwip/chergert/gdk-remove-texture_from_surfaceChristian Hergert2020-10-292-258/+0
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-10-293-1/+20
|\
| * textview: Update child allocationsMatthias Clasen2020-10-283-1/+20
|/
* Update POTFILES.skipPiotr Drąg2020-10-282-0/+4
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-10-2714-113/+103
|\
| * gl renderer: Don't use blur node boundsTimm Bäder2020-10-221-18/+24
| * gl renderer: Fix two scale_x/y mixupsTimm Bäder2020-10-221-2/+2
| * text: Remove empty root() implementationTimm Bäder2020-10-221-8/+0
| * text: Fix a documentation mishapTimm Bäder2020-10-221-1/+1
| * text: Fold focus_{in,out} into only callerTimm Bäder2020-10-221-48/+27
| * text: Avoid a crashTimm Bäder2020-10-221-2/+3
| * dnd demo: Make the transform code a bit more idiomaticTimm Bäder2020-10-221-6/+3
| * textview: Remove a broken debug output statementTimm Bäder2020-10-221-7/+1
| * atspitextbuffer: Explicitly cast between pango and gtk enumsTimm Bäder2020-10-221-2/+2
| * atspicontext: Add a few missing break statementsTimm Bäder2020-10-221-0/+3
| * stack: assert for some assumptionsTimm Bäder2020-10-221-0/+3
| * gdksurface: Ensure some assumptionsTimm Bäder2020-10-221-0/+3
| * demos: Remove a dead assignmentTimm Bäder2020-10-221-1/+0
| * filechooserwidget: Avoid an uninitialized valueTimm Bäder2020-10-221-5/+8
| * filechooserwidget: gtk_widget_get_root() can return NULLTimm Bäder2020-10-221-4/+4
| * showrendernode: Pass error to deserialize()Timm Bäder2020-10-221-1/+1
| * textview: Respect return value of get_text_surface_coords()Timm Bäder2020-10-221-4/+9
| * listbox test: Only compare values for rows we haveTimm Bäder2020-10-221-2/+4
| * label: Plug a potential memory leakTimm Bäder2020-10-221-1/+4
| * print-editor: Fix a wrong comparisonTimm Bäder2020-10-221-1/+1
* | Merge branch 'dropdown-checkmark' into 'master'Matthias Clasen2020-10-273-15/+123
|\ \
| * | gtk-demo: Add checkmarks to all dropdown demosMatthias Clasen2020-10-271-13/+68
| * | dropdown: Add a checkmark to the selected itemMatthias Clasen2020-10-271-2/+53
| * | dropdown: Make search entry shrinkMatthias Clasen2020-10-271-0/+2
|/ /
* | Merge branch 'matthiasc/atspi-child' into 'master'Matthias Clasen2020-10-2712-24/+376
|\ \
| * | a11y: More State<>Change confusionmatthiasc/atspi-childMatthias Clasen2020-10-242-2/+15
| * | a11y: Handle all cases for state changeMatthias Clasen2020-10-241-25/+26
| * | stack: Update HIDDEN a11y state for stack pagesMatthias Clasen2020-10-241-0/+4
| * | CosmeticsMatthias Clasen2020-10-242-10/+5
| * | stack: Don't transition when the visible child is removeMatthias Clasen2020-10-241-6/+1
| * | a11y: Redo child-added/-removed for toplevelsMatthias Clasen2020-10-243-39/+4
| * | window: Maintain accessible HIDDEN stateMatthias Clasen2020-10-241-1/+11
| * | a11y: Emit child notification when toplevels get hiddenMatthias Clasen2020-10-241-1/+7
| * | a11y: Improve child index helpersMatthias Clasen2020-10-241-6/+6
| * | a11y: Improve child notification for toplevelsMatthias Clasen2020-10-242-19/+65
| * | a11y: Skip non-presented children when requiredMatthias Clasen2020-10-241-0/+3
| * | a11y: Handle HIDDEN state changesMatthias Clasen2020-10-241-1/+23
| * | a11y: Don't present HIDDEN accessiblesMatthias Clasen2020-10-241-0/+12
| * | widget: Don't add reordered childrenMatthias Clasen2020-10-241-3/+4
| * | a11y: Fix up state / change enum confusionMatthias Clasen2020-10-241-1/+1
| * | a11y: Handle stack case for addition/removalMatthias Clasen2020-10-221-6/+64
| * | stack: Change ordering for removalMatthias Clasen2020-10-221-4/+4
| * | a11y: Emit ChildrenChanged for toplevel list changesEmmanuele Bassi2020-10-211-0/+43
| * | a11y: Move ChildrenChanged emitter to ATSPI utilitiesEmmanuele Bassi2020-10-213-25/+49
| * | a11y: Implement ChildrenChanged atspi.EventEmmanuele Bassi2020-10-211-0/+85