| Commit message (Expand) | Author | Age | Files | Lines |
* | window: Prevent resize cursors from sticking | Matthias Clasen | 2019-04-30 | 1 | -1/+4 |
* | window: Set cursor on the right surface | Matthias Clasen | 2019-04-29 | 1 | -2/+4 |
* | Drop the can-default property | Matthias Clasen | 2019-04-28 | 1 | -6/+1 |
* | Stop using gtk_widget_grab_default | Matthias Clasen | 2019-04-28 | 1 | -4/+2 |
* | Drop gtk_window_activate_default | Matthias Clasen | 2019-04-28 | 1 | -26/+5 |
* | window: Add a default.activate action | Matthias Clasen | 2019-04-28 | 1 | -0/+27 |
* | Rename gtk_window_set_default | Matthias Clasen | 2019-04-28 | 1 | -5/+5 |
* | window: Add a default-widget property | Matthias Clasen | 2019-04-28 | 1 | -2/+19 |
* | Drop gtk_window_activate_focus | Matthias Clasen | 2019-04-28 | 1 | -29/+0 |
* | window: Fix up the buildable implementation | Matthias Clasen | 2019-04-28 | 1 | -1/+3 |
* | window: Check whether the new focus widget is the old one | Timm Bäder | 2019-04-28 | 1 | -0/+3 |
* | window: Drop some x11-specific apis | Matthias Clasen | 2019-04-20 | 1 | -198/+0 |
* | window: Fix an oversight | Matthias Clasen | 2019-04-18 | 1 | -1/+3 |
* | window: Stop juggling cursors | Matthias Clasen | 2019-04-18 | 1 | -7/+1 |
* | Convert fallthrough comments to G_GNUC_FALLTHROUGH | Benjamin Otte | 2019-04-15 | 1 | -1/+1 |
* | Add a flags argument to gtk_widget_pick | Matthias Clasen | 2019-04-07 | 1 | -4/+5 |
* | window: Stop implementing pick | Matthias Clasen | 2019-04-07 | 1 | -8/+6 |
* | Rename all settings schemas to avoid conflict | Matthias Clasen | 2019-04-02 | 1 | -2/+2 |
* | Rename debug settings to org.gtk.Settings.Debug4 | Matthias Clasen | 2019-04-02 | 1 | -2/+2 |
* | Remove GtkWindow::role | Matthias Clasen | 2019-03-27 | 1 | -81/+0 |
* | Rename gdk_device_get_position_double | Matthias Clasen | 2019-03-26 | 1 | -2/+2 |
* | gtk: Stop using gdk_device_get_position | Matthias Clasen | 2019-03-26 | 1 | -8/+8 |
* | Remove GtkWindow::gravity | Matthias Clasen | 2019-03-26 | 1 | -160/+3 |
* | Drop gtk_window_move and gtk_window_get_position | Matthias Clasen | 2019-03-26 | 1 | -273/+1 |
* | Avoid root coordinates in begin_drag/move apis | Matthias Clasen | 2019-03-26 | 1 | -40/+23 |
* | window: Update state flags | Matthias Clasen | 2019-03-19 | 1 | -0/+12 |
* | Use root in gdk_synthesize_crossing_events | Matthias Clasen | 2019-03-16 | 1 | -1/+1 |
* | Move maintaining the focus chain | Matthias Clasen | 2019-03-16 | 1 | -8/+0 |
* | window: Use gtk_synthesize_crossing_events | Matthias Clasen | 2019-03-16 | 1 | -68/+51 |
* | window: Remove initial-focus builder support | Matthias Clasen | 2019-03-16 | 1 | -85/+0 |
* | window: Remove ::set-focus | Matthias Clasen | 2019-03-16 | 1 | -46/+17 |
* | Drop gtk_widget_send_focus_change | Matthias Clasen | 2019-03-16 | 1 | -2/+3 |
* | Move a check to gtk_window_set_focus | Matthias Clasen | 2019-03-16 | 1 | -0/+3 |
* | window: Implement the root focus api | Matthias Clasen | 2019-03-16 | 1 | -0/+9 |
* | Redo focus handling | Matthias Clasen | 2019-03-16 | 1 | -106/+33 |
* | window: Return no item for no item name | Benjamin Otte | 2019-02-27 | 1 | -0/+2 |
* | window: Undo the deprection of gtk_window_present | Matthias Clasen | 2019-02-26 | 1 | -13/+1 |
* | window: Warn when gtk_window_present_with_time() is passed 0 | Bastien Nocera | 2019-02-25 | 1 | -0/+10 |
* | all: Don't warn about deprecated gtk_window_present usage | Bastien Nocera | 2019-02-25 | 1 | -0/+2 |
* | window: Deprecate gtk_window_present() | Bastien Nocera | 2019-02-25 | 1 | -19/+22 |
* | Drop the anchored field | Matthias Clasen | 2019-02-23 | 1 | -1/+0 |
* | window: Rename GTK+ Inspector in user-visible strings | Piotr Drąg | 2019-02-21 | 1 | -3/+3 |
* | widget: Make width, height and transform be widget-relative | Benjamin Otte | 2019-02-15 | 1 | -8/+8 |
* | widget: Store the render node in the widget's coordinate system | Benjamin Otte | 2019-02-15 | 1 | -2/+11 |
* | root: Move the renderer to the root | Benjamin Otte | 2019-02-15 | 1 | -8/+10 |
* | root: Add gtk_root_get_surface_transform() | Benjamin Otte | 2019-02-15 | 1 | -0/+10 |
* | root: Add GtkRoot:get_display vfunc | Benjamin Otte | 2019-02-15 | 1 | -8/+10 |
* | widget: Remove toplevel flag | Benjamin Otte | 2019-02-15 | 1 | -2/+12 |
* | container: Drop gtk_container_check_resize() | Benjamin Otte | 2019-02-15 | 1 | -10/+9 |
* | window: Properly detect if size allocation is needed | Benjamin Otte | 2019-02-15 | 1 | -9/+3 |