summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* treeviewcolumn: Another case of box <> frame confusionMatthias Clasen2020-05-111-2/+5
* builderscope: Fix finalize <> dispose confusionMatthias Clasen2020-05-111-1/+1
* print dialog: Fix frame <> box confusionMatthias Clasen2020-05-111-7/+5
* treeview: Ensure search popover is properly insertedMatthias Clasen2020-05-111-0/+3
* textview: Ensure popup menu is properly insertedMatthias Clasen2020-05-101-0/+3
* textview: Give attached children a different css nameMatthias Clasen2020-05-101-1/+1
* Merge branch 'wip/exalm/headerbar-dragging' into 'master'Matthias Clasen2020-05-109-564/+800
|\
| * window: Stop handling dragging and titlebar actionsAlexander Mikhaylenko2020-05-081-522/+18
| * headerbar: Include GtkWindowHandleAlexander Mikhaylenko2020-05-071-13/+20
| * headerbar: Use GtkCenterBox internallyAlexander Mikhaylenko2020-05-072-37/+34
| * Add GtkWindowHandleAlexander Mikhaylenko2020-05-074-0/+734
| * widget: Pass parent to gtk_widget_consumes_motion()Alexander Mikhaylenko2020-05-073-6/+8
* | placesview: Don't do the same thing twiceMatthias Clasen2020-05-091-1/+1
* | widget: Don't leak a reference when reorderingMatthias Clasen2020-05-091-1/+2
* | window: Remove some dead codeMatthias Clasen2020-05-091-13/+0
* | Merge branch 'gbsneto/css-dequeue-fix' into 'master'Matthias Clasen2020-05-081-3/+1
|\ \
| * | csswidgetnode: Don't check for containerGeorges Basile Stavracas Neto2020-05-081-3/+1
| |/
* | placeview: Hide the protocols grid when its emptyMatthias Clasen2020-05-081-12/+34
* | droptarget: Fix confusion around ::leave signalMatthias Clasen2020-05-082-3/+1
|/
* Fix an inspector crashMatthias Clasen2020-05-061-8/+1
* modelbutton: Unify activation code pathsMatthias Clasen2020-05-061-10/+19
* Annotate gtk_text_child_anchor_get_widgets() correctlyEmmanuele Bassi2020-05-061-2/+3
* Merge branch 'gbsneto/array-clear-func' into 'master'Georges Basile Stavracas Neto2020-05-061-1/+0
|\
| * icontheme: Don't free array elementGeorges Basile Stavracas Neto2020-05-061-1/+0
* | Merge branch 'wip/exalm/polish' into 'master'Matthias Clasen2020-05-062-14/+22
|\ \ | |/ |/|
| * video: Use more appropriate revealer transitionAlexander Mikhaylenko2020-05-071-0/+1
| * adwaita: Remove a redundant -gtk-icon-shadow: noneAlexander Mikhaylenko2020-05-071-2/+0
| * adwaita: Don't style window menu button anymoreAlexander Mikhaylenko2020-05-071-7/+5
| * adwaita: Use tabular figures where appropriateAlexander Mikhaylenko2020-05-071-1/+7
| * adwaita: Make popover border transparentAlexander Mikhaylenko2020-05-071-2/+4
| * adwaita: Update app icon shadowAlexander Mikhaylenko2020-05-071-2/+5
* | Merge branch 'gbsneto/fix-text-child-header' into 'master'Matthias Clasen2020-05-061-1/+1
|\ \
| * | textchild: Include <gtk/gtkwidget.h>Georges Basile Stavracas Neto2020-05-061-1/+1
* | | Merge branch 'master.struct.msvc' into 'master'Matthias Clasen2020-05-061-6/+8
|\ \ \
| * | | gtk/gtkaccelgroup.c: Fix build on Visual StudioChun-wei Fan2020-04-291-6/+8
* | | | Merge branch 'wip/exalm/row' into 'master'Matthias Clasen2020-05-061-2/+2
|\ \ \ \
| * | | | placesview: Stop using gtk_container_add() for GtkListBoxRowAlexander Mikhaylenko2020-05-071-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'drop-click-gesture-area' into 'master'Matthias Clasen2020-05-062-87/+2
|\ \ \ \
| * | | | gestureclick: Drop the areaMatthias Clasen2020-05-062-87/+2
| | |_|/ | |/| |
* | | | Merge branch 'wip/jimmac/HC-focus' into 'master'Jakub Steiner2020-05-061-0/+4
|\ \ \ \
| * | | | HC: more contrasty focus ringsJakub Steiner2020-05-061-0/+4
| |/ / /
* | | | Merge branch 'abolish-size-allocate' into 'master'Matthias Clasen2020-05-0614-117/+107
|\ \ \ \ | |_|/ / |/| | |
| * | | widget: Drop the ::size-allocate signalMatthias Clasen2020-05-061-32/+4
| * | | tooltipwindow: Stop using the ::size-allocate signalMatthias Clasen2020-05-061-30/+3
| * | | tooltipwindow: Drop some dead codeMatthias Clasen2020-05-061-9/+0
| * | | tooltip: Add private api to allocate the windowMatthias Clasen2020-05-064-0/+22
| * | | Explicitly update widget a11y bounds when allocatingEmmanuele Bassi2020-05-063-19/+23
| * | | inspector: Stop using ::size-allocateMatthias Clasen2020-05-061-8/+3
| * | | drawingarea: Add a ::resize signalMatthias Clasen2020-05-062-2/+47
| * | | a11y: Avoid a gratitious use of ::size-allocateMatthias Clasen2020-05-061-4/+3