| Commit message (Expand) | Author | Age | Files | Lines |
* | popover: Fix input shape rendering | Timm Bäder | 2020-05-16 | 1 | -87/+23 |
* | texthandle: Remove min-width/height handling | Timm Bäder | 2020-05-16 | 1 | -25/+2 |
* | natives: Use GtkCssBoxes in get_surface_transform | Timm Bäder | 2020-05-16 | 3 | -29/+26 |
* | native: Add documenation for get_surface_transform | Timm Bäder | 2020-05-16 | 1 | -2/+11 |
* | popover: Return correct values from get_surface_transform() | Timm Bäder | 2020-05-16 | 1 | -10/+8 |
* | main: Translate coordinates from surface to native before picking | Timm Bäder | 2020-05-16 | 1 | -4/+9 |
* | gtk: Handle seatless displays | Matthias Clasen | 2020-05-15 | 9 | -111/+232 |
* | widget: Add array annotation to set_css_classes | Corentin Noël | 2020-05-15 | 1 | -1/+1 |
* | Adwaita: notebook tab focus tweak | Jakub Steiner | 2020-05-15 | 1 | -1/+1 |
* | eventcontrollerscroll: Fix the history push condition | Alexander Mikhaylenko | 2020-05-15 | 1 | -5/+4 |
* | Adwaita: don't focus outline tabs with mouse | Jakub Steiner | 2020-05-14 | 2 | -6/+4 |
* | GtkDragSource: Pass return value of drag-cancel into drag_end() | Alexander Larsson | 2020-05-14 | 1 | -1/+1 |
* | flowbox: Avoid an assertion in snapshot() | Matthias Clasen | 2020-05-13 | 1 | -1/+22 |
* | flowbox: Avoid a crash in measure() | Matthias Clasen | 2020-05-13 | 1 | -0/+2 |
* | listbox: Make Shift-Tab work again | Matthias Clasen | 2020-05-13 | 1 | -0/+4 |
* | listbox: Don't steal focus-on-click | Matthias Clasen | 2020-05-13 | 1 | -1/+7 |
* | inspector: Disable recursive inspection | Matthias Clasen | 2020-05-13 | 1 | -0/+11 |
* | flowbox: Make the children focusable again | Matthias Clasen | 2020-05-13 | 1 | -1/+2 |
* | scrolledwindow: Fix swapping out child | Matthias Clasen | 2020-05-13 | 1 | -7/+3 |
* | Merge branch 'usable-scales' into 'master' | Matthias Clasen | 2020-05-13 | 2 | -5/+5 |
|\ |
|
| * | scale: Make the area around the trough clickable | Matthias Clasen | 2020-05-13 | 1 | -4/+4 |
| * | Cosmetics | Matthias Clasen | 2020-05-13 | 1 | -1/+1 |
* | | Adwaita: use thinner arrows for navigation | Jakub Steiner | 2020-05-13 | 4 | -75/+101 |
|/ |
|
* | window: Restructure gtk_window_destroy() | Timm Bäder | 2020-05-13 | 1 | -12/+8 |
* | main: Inline propagate_{down,up} in propagate_internal() | Timm Bäder | 2020-05-13 | 1 | -63/+31 |
* | window: Create constraint solver on demand | Timm Bäder | 2020-05-13 | 1 | -3/+6 |
* | widget: Make 1 if out of 2 ifs | Timm Bäder | 2020-05-13 | 1 | -6/+9 |
* | paned: Fix up the docs once more | Timm Bäder | 2020-05-13 | 1 | -4/+4 |
* | cssvalue: Add class check to transition | Timm Bäder | 2020-05-13 | 1 | -0/+3 |
* | widget: Move adjusted size calculation below early-out goto | Timm Bäder | 2020-05-13 | 1 | -6/+7 |
* | widget: Remove size allocate signal enum member | Timm Bäder | 2020-05-13 | 1 | -1/+0 |
* | renderboder: Ignore transparent outlines | Timm Bäder | 2020-05-13 | 1 | -2/+7 |
* | paned: Don't ignore the type attribute | Matthias Clasen | 2020-05-12 | 1 | -1/+1 |
* | paned: Drop the Private struct | Matthias Clasen | 2020-05-12 | 1 | -356/+275 |
* | Merge branch 'matthiasc/for-master' into 'master' | Matthias Clasen | 2020-05-12 | 1 | -3/+3 |
|\ |
|
| * | printoperation-unix: Fix a use-after-free | Matthias Clasen | 2020-05-12 | 1 | -3/+3 |
* | | docs: Add annotations for GtkPaned new getters | Emmanuele Bassi | 2020-05-12 | 1 | -0/+21 |
|/ |
|
* | Merge branch 'wip/carlosg/broken-grabs' into 'master' | Carlos Garnacho | 2020-05-12 | 2 | -4/+21 |
|\ |
|
| * | gtkmain: Release the active state on GDK_GRAB_BROKEN | Carlos Garnacho | 2020-05-12 | 1 | -0/+1 |
| * | gtkmain: Propagate GDK_GRAB_BROKEN events to/from current focus | Carlos Garnacho | 2020-05-12 | 1 | -1/+17 |
| * | gtktexthandle: Set css name on GtkWidgetClass | Carlos Garnacho | 2020-05-12 | 1 | -3/+3 |
* | | Merge branch 'matthiasc/for-master' into 'master' | Matthias Clasen | 2020-05-12 | 1 | -0/+1 |
|\ \ |
|
| * | | window: Hide windows on destroy | Matthias Clasen | 2020-05-12 | 1 | -0/+1 |
* | | | Merge branch 'matthiasc/for-master' into 'master' | Matthias Clasen | 2020-05-12 | 1 | -9/+10 |
|\ \ \
| |/ / |
|
| * | | docs: Tweaks | Matthias Clasen | 2020-05-12 | 1 | -9/+10 |
| |/ |
|
* | | Do not release the GFile prematurely | Emmanuele Bassi | 2020-05-12 | 1 | -5/+2 |
* | | Remove gtk_dialog_run() | Emmanuele Bassi | 2020-05-12 | 2 | -174/+2 |
* | | Remove gtk_dialog_run() from GtkPrintUnixDialog | Emmanuele Bassi | 2020-05-12 | 1 | -25/+49 |
* | | Remove unnecessary deprecation pragmas | Emmanuele Bassi | 2020-05-12 | 1 | -8/+0 |
* | | Drop gtk_dialog_run() from GtkPrintOperationUnix | Emmanuele Bassi | 2020-05-12 | 1 | -7/+33 |