Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | window: Create a GtkConstraintSolver | Emmanuele Bassi | 2019-06-27 | 1 | -0/+16 |
* | window: Fix the default value of mnemonics-visible | Matthias Clasen | 2019-06-23 | 1 | -1/+1 |
* | widget: Add parameter type back to install_action | Matthias Clasen | 2019-06-22 | 1 | -1/+1 |
* | window: Cosmetics | Matthias Clasen | 2019-06-21 | 1 | -7/+7 |
* | Build fix | Matthias Clasen | 2019-06-20 | 1 | -2/+1 |
* | Fix initial mnemonic visibility | Matthias Clasen | 2019-06-21 | 1 | -10/+1 |
* | main: Move visible mnemonics handling | Matthias Clasen | 2019-06-21 | 1 | -2/+49 |
* | main: Move visible focus handling | Matthias Clasen | 2019-06-21 | 1 | -0/+15 |
* | Window: Hyperlink to GtkBuildable from its section | Daniel Boles | 2019-06-18 | 1 | -2/+2 |
* | window: Use the new action machinery | Matthias Clasen | 2019-06-18 | 1 | -23/+11 |
* | window: Fix focus wraparound | Matthias Clasen | 2019-06-11 | 1 | -2/+4 |
* | Add gtkmenubarprivate.h | Matthias Clasen | 2019-06-01 | 1 | -1/+1 |
* | Merge branch 'gesture-click' into 'master' | Matthias Clasen | 2019-05-29 | 1 | -14/+14 |
|\ | |||||
| * | Rename GtkGestureMultiPress to GtkGestureClick | Matthias Clasen | 2019-05-29 | 1 | -14/+14 |
* | | Cosmetics | Matthias Clasen | 2019-05-29 | 1 | -3/+0 |
* | | window: Remove move unused fields | Matthias Clasen | 2019-05-29 | 1 | -15/+0 |
* | | window: Never call gdk_surface_move | Matthias Clasen | 2019-05-29 | 1 | -19/+10 |
* | | Drop an empty function | Matthias Clasen | 2019-05-29 | 1 | -87/+6 |
* | | window: Drop more unused fields | Matthias Clasen | 2019-05-29 | 1 | -9/+0 |
* | | window: Drop some unused fields | Matthias Clasen | 2019-05-29 | 1 | -23/+1 |
* | | window: Drop gtk_window_set_position | Matthias Clasen | 2019-05-29 | 1 | -280/+10 |
|/ | |||||
* | Revert "window: Chain up in show/hide" | Benjamin Otte | 2019-05-29 | 1 | -3/+4 |
* | window: Chain up in show/hide | Benjamin Otte | 2019-05-29 | 1 | -4/+3 |
* | Don't assume that gdk_surface[_move]_resize() is asynchronous | Руслан Ижбулатов | 2019-05-28 | 1 | -23/+29 |
* | Avoid compiler warnings | Matthias Clasen | 2019-05-28 | 1 | -1/+6 |
* | Stop using gtk_widget_is_toplevel | Matthias Clasen | 2019-05-28 | 1 | -47/+0 |
* | Stop using gtk_widget_get_surface | Matthias Clasen | 2019-05-28 | 1 | -197/+118 |
* | window: Make unrealize work again | Matthias Clasen | 2019-05-28 | 1 | -2/+3 |
* | Drop gtk_widget_set_surface | Matthias Clasen | 2019-05-28 | 1 | -2/+0 |
* | Work toward dropping widget->surface | Matthias Clasen | 2019-05-28 | 1 | -5/+8 |
* | Remove gtk_widget_get/set_has_surface | Matthias Clasen | 2019-05-28 | 1 | -2/+0 |
* | window: Don't inherit cursors across surfaces | Matthias Clasen | 2019-05-28 | 1 | -0/+4 |
* | Rename surface constructors | Matthias Clasen | 2019-05-28 | 1 | -1/+1 |
* | window: Stop using gtk_widget_register_surface | Matthias Clasen | 2019-05-28 | 1 | -9/+51 |
* | Reimplement GtkPopover | Matthias Clasen | 2019-05-28 | 1 | -0/+2 |
* | Review and replace uses of get_toplevel | Matthias Clasen | 2019-05-28 | 1 | -1/+1 |
* | Use GtkNative APIs instead of GtkRoot | Matthias Clasen | 2019-05-28 | 1 | -16/+0 |
* | window: Implement GtkNative | Matthias Clasen | 2019-05-28 | 1 | -7/+52 |
* | window: Remove unneeded variable | Benjamin Otte | 2019-05-21 | 1 | -5/+2 |
* | Reinstate the activate-focus keybinding | Matthias Clasen | 2019-05-12 | 1 | -0/+11 |
* | window: Stop duplicating focus change events | Matthias Clasen | 2019-05-04 | 1 | -67/+5 |
* | window: Make _gtk_window_set_is_active static | Matthias Clasen | 2019-05-04 | 1 | -2/+4 |
* | window: Implement display change via root/unroot | Matthias Clasen | 2019-05-01 | 1 | -1/+3 |
* | 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 |