- 06 Dec, 2020 1 commit
-
-
Matthias Clasen authored
-
- 05 Dec, 2020 1 commit
-
-
Emmanuele Bassi authored
gtknotebookpageaccessible: do not fallback to child accessible for extents See merge request !2924
-
- 04 Dec, 2020 1 commit
-
-
Samuel Thibault authored
When the notebook page does not have a label, it should not fallback to asking its child accessible for extent, since the child might be asking exactly the converse when it is a socket, thus getting in an infinite loop. When the page does not have a label, is does not really make sense to give it an extent anyway. Fixes atk#18
-
- 01 Dec, 2020 1 commit
-
-
Carlos Garnacho authored
scrolledwindow: Accumulate velocity with kinetic scrolling See merge request !2818
-
- 30 Nov, 2020 1 commit
-
-
- 20 Nov, 2020 1 commit
-
-
- 16 Nov, 2020 1 commit
-
-
- 15 Nov, 2020 1 commit
-
-
Matthias Clasen authored
Adwaita: Stop using $button_fill (for gtk-3-24) See merge request !2829
-
- 14 Nov, 2020 1 commit
-
- 13 Nov, 2020 1 commit
-
-
Jordi Mas authored
-
- 12 Nov, 2020 4 commits
-
-
Accumulate existing velocity when decelerating from a swipe if the swipe velocity is above a certain fraction of that existing velocity.
-
Jakub Steiner authored
Adwaita: !global vars no longer in sass See merge request !2815
-
Jakub Steiner authored
- render changes from dab79f5d
-
Jakub Steiner authored
Highlight treeview header button border with more contrasting color on hover See merge request !2467
-
- 11 Nov, 2020 3 commits
-
-
crvi authored
The existing treeview header button border in GTK3 is close to invisible. The preferred way to find the border for a treeview column is to hover the mouse near the beginning of the header button text expecting the default cursor to switch to 'col-resize' cursor. This works only when all column headers in the view are left aligned. After adding a few numeric columns to the view, whose headers are right aligned, it becomes really hard to find the location of the border between a left aligned and right aligned column header. This change addresses the issue by using high contrast colors for borders of treeview header button - in line with the colors used in Adwaita theme in GTK4. See merge request !2467
-
Matthias Clasen authored
wayland: Bail loudly if invalid geometry is set See merge request !2808
-
Jonas Ådahl authored
There is some bug somewhere where the geometry ends up being correct. Mutter didn't handle this gracefully, and is to be changed to simply respect the protocol and error out the client that sends bogus data. Prepare for this by instead of sending bogus data, complain loudly if it would happen dropping the invalid geometry on the floor instead of sending it. Related: mutter#1527
-
- 10 Nov, 2020 1 commit
-
-
- 08 Nov, 2020 2 commits
-
-
-
Matthias Clasen authored
The color palette change is reflected in the a11y dump for the color chooser.
-
- 07 Nov, 2020 1 commit
-
-
Matthias Clasen authored
Document GtkExpander:label-fill as ignored. Fixes: #3331
-
- 04 Nov, 2020 1 commit
-
-
Set modifier state of scroll events, so Ctrl-scroll works. Fixes: #2733
-
- 01 Nov, 2020 1 commit
-
-
- 30 Oct, 2020 2 commits
-
-
Matthias Clasen authored
pango_font_family_get_face() was only introduced in pango 1.46. Work around this for older releases.
-
Matthias Clasen authored
When the level does not include the style, we only include one face of each family in the list. But we were just choosing the first face (typically, a light or extra-light style). Improve this by picking the default face (normally, the regular face), which is the expected behavior.
-
- 29 Oct, 2020 1 commit
-
-
- 27 Oct, 2020 2 commits
-
-
Matthias Clasen authored
gdk: Fix parent relative background crash See merge request !2753
-
Sam Bazley authored
When setting a window's background to ParentRelative on X11, the window depths must match to avoid a BadMatch error. Query the X server for the parent window rather that relying on the parent passed to gtk_window_new() to prevent crashes with reparented windows. Fixes: #3288
-
- 22 Oct, 2020 1 commit
-
-
- 21 Oct, 2020 2 commits
-
-
Carlos Garnacho authored
gestureswipe: Count last event when calculating velocity See merge request !2714
-
Alexander Mikhaylenko authored
The last event, matching lifting the finger/releasing the mouse button, is important when there's a large delay between it and the previous events, as in when performing a movement, stopping, then releasing fingers as opposed to doing a swipe. If this event is skipped, doing this will result in kinetic deceleration matching the previous finger movement, while the expected behavior would be no deceleration. See also 97f54062 for a similar fix in GtkEventControllerScroll.
-
- 19 Oct, 2020 4 commits
-
-
-
Emmanuele Bassi authored
gtkapplication-dbus: Initialise screensaver-active property See merge request !2716
-
When GtkApplication starts listening to the screensaver's D-Bus status, the screensaver-active property is not initialised and applications making use of the property are out of sync until the first state change. Any application starting when the screensaver is active will think it's inactive. To fix this, we set the property when we first start monitoring the screensaver. See !1091
-
Daniel Mustieles García authored
-
- 15 Oct, 2020 2 commits
-
-
Matthias Clasen authored
meson: Fix error when epoxy is a subproject on Windows See merge request !2691
-
Xavier Claessens authored
epoxy_dep cannot be used in a configure time check when it comes from a subproject. Use variables set in pc file instead. This requires https://github.com/anholt/libepoxy/pull/231.
-
- 14 Oct, 2020 1 commit
-
-
- 13 Oct, 2020 2 commits
-
-
John Ralls authored
Lost in transition from gtkrc to css.
-
John Ralls authored
-