| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove more unnecessary redraws | Timm Bäder | 2016-02-07 | 1 | -2/+0 |
* | window: Always disconnect signal handlers | Matthias Clasen | 2016-01-27 | 1 | -5/+3 |
* | Tweak startup-notification after the first window | Allison Ryan Lortie | 2016-01-27 | 1 | -3/+1 |
* | Fix a typo | Matthias Clasen | 2016-01-26 | 1 | -1/+1 |
* | window: Deprecate gtk_window_parse_geometry() | Benjamin Otte | 2016-01-27 | 1 | -0/+2 |
* | window: Deprecate gtk_window_set_default_geometry() | Benjamin Otte | 2016-01-27 | 1 | -0/+3 |
* | Expand window style class documentation a bit | Matthias Clasen | 2016-01-17 | 1 | -3/+9 |
* | wayland: prefer subsurface when possible | Olivier Fourdan | 2016-01-08 | 1 | -0/+6 |
* | window: remove unused variables | Cosimo Cecchi | 2016-01-03 | 1 | -1/+0 |
* | gtkwindow: fix first allocation size | Christoph Reiter | 2016-01-02 | 1 | -6/+6 |
* | Revert "Revert "window: Remove suspicious branch"" | Matthias Clasen | 2016-01-02 | 1 | -54/+1 |
* | Cosmetic change | Matthias Clasen | 2015-12-26 | 1 | -1/+2 |
* | Revert "window: Remove suspicious branch" | Matthias Clasen | 2015-12-22 | 1 | -1/+54 |
* | inspector: Avoid crash when canceling at startup | Daiki Ueno | 2015-12-22 | 1 | -3/+14 |
* | GtkWindow: Add ignore deprecation statements | Carlos Garnacho | 2015-12-16 | 1 | -0/+2 |
* | GtkWindow: Avoid GdkDeviceManager API | Carlos Garnacho | 2015-12-16 | 1 | -17/+11 |
* | Revise CSS node documentation | Matthias Clasen | 2015-12-16 | 1 | -1/+2 |
* | GtkWindow: Avoid gdk_device_manager_get_client_pointer() | Carlos Garnacho | 2015-12-15 | 1 | -6/+2 |
* | widget: Pass a GtkCssStyleChange instead of a bitmask | Benjamin Otte | 2015-12-13 | 1 | -2/+2 |
* | cssnode: Change style-changed signal | Benjamin Otte | 2015-12-12 | 1 | -16/+4 |
* | Avoid ugly seams on half-tiled terminals | Matthias Clasen | 2015-12-07 | 1 | -7/+7 |
* | Be forgiving if cursors are missing | Matthias Clasen | 2015-12-05 | 1 | -1/+1 |
* | window: Deprecate gtk_window_resize_to_geometry() | Benjamin Otte | 2015-12-03 | 1 | -21/+3 |
* | gtkwindow: Document further resize with csd | Olivier Fourdan | 2015-12-03 | 1 | -0/+8 |
* | gtkwindow: apply CSD in configure size request | Olivier Fourdan | 2015-12-02 | 1 | -6/+11 |
* | Chain up in state_flags_changed | Benjamin Otte | 2015-12-02 | 1 | -0/+2 |
* | window: Listen to icon theme changes on CSS | Benjamin Otte | 2015-12-02 | 1 | -24/+16 |
* | css: Query icon theme from style, not from settings | Benjamin Otte | 2015-12-02 | 1 | -3/+10 |
* | window: Remove suspicious branch | Benjamin Otte | 2015-12-02 | 1 | -54/+1 |
* | gtkwindow: remove headerbar after disposing parent | Olivier Fourdan | 2015-12-01 | 1 | -1/+1 |
* | Add some more missing nullable annotations | Timm Bäder | 2015-12-01 | 1 | -1/+1 |
* | window: Use g_set_object | Matthias Clasen | 2015-11-30 | 1 | -7/+1 |
* | gtkwindow: fix regression with firefox dropdown menu | Benjamin Otte | 2015-11-30 | 1 | -0/+1 |
* | GtkWindow: Reset gestures after triggering right click titlebar action | Carlos Garnacho | 2015-11-25 | 1 | -0/+3 |
* | window: Don't lose position information | Benjamin Otte | 2015-11-25 | 1 | -2/+1 |
* | gtkwindow: apply CSD adjustments to the default size when used instead of whe... | Christoph Reiter | 2015-11-19 | 1 | -12/+16 |
* | window: maximize on double click only if allowed | Olivier Fourdan | 2015-11-19 | 1 | -1/+10 |
* | Fix return annotations for GtkWindow | Jonas Platte | 2015-11-19 | 1 | -17/+18 |
* | gtkwindow: apply csd offset to set/get_default_size | Olivier Fourdan | 2015-11-18 | 1 | -42/+55 |
* | window: Don't invalidate cssnode during get_preferred_width() | Benjamin Otte | 2015-11-14 | 1 | -32/+17 |
* | gtkwindow: css offset for toplevel only | Olivier Fourdan | 2015-11-10 | 1 | -7/+11 |
* | gtkwindow: Fix resize without "_GTK_FRAME_EXTENTS" | Olivier Fourdan | 2015-11-09 | 1 | -4/+2 |
* | window: Don't pass wrong state to context | Matthias Clasen | 2015-11-06 | 1 | -3/+1 |
* | window: Add a diagram to the CSS documentation | Matthias Clasen | 2015-11-05 | 1 | -0/+15 |
* | window: Use permanent CSS nodes | Matthias Clasen | 2015-11-05 | 1 | -19/+59 |
* | GtkWindow: make popover stacking explicit | Carlos Garnacho | 2015-11-03 | 1 | -2/+41 |
* | GtkWindow: Fix the shadow width logic | Olivier Fourdan | 2015-11-03 | 1 | -5/+10 |
* | window: Don't queue resizes when inhibiting resizes | Benjamin Otte | 2015-10-28 | 1 | -8/+1 |
* | widget: Make gtk_widget_queue_allocate() not resize | Benjamin Otte | 2015-10-28 | 1 | -0/+2 |
* | sizegroup: Skip resizes on widgets that have resize queued | Benjamin Otte | 2015-10-28 | 1 | -0/+1 |