| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename GtkGestureMultiPress to GtkGestureClick | Matthias Clasen | 2019-05-29 | 1 | -26/+26 |
* | treeview: Make final | Matthias Clasen | 2019-05-28 | 1 | -0/+49 |
* | Stop using gtk_widget_get_toplevel | Matthias Clasen | 2019-05-28 | 1 | -2/+2 |
* | Stop using gtk_widget_get_surface | Matthias Clasen | 2019-05-28 | 1 | -1/+2 |
* | Remove gtk_widget_get/set_has_surface | Matthias Clasen | 2019-05-28 | 1 | -2/+0 |
* | treeview: Don't always grab_focus() when moving the cursor | Timm Bäder | 2019-04-28 | 1 | -9/+0 |
* | treeview: Always update expand when allocating columns | Timm Bäder | 2019-04-28 | 1 | -45/+2 |
* | treeview: Remove a useless check | Timm Bäder | 2019-04-28 | 1 | -4/+1 |
* | treeview: Remove unused member | Timm Bäder | 2019-04-28 | 1 | -2/+1 |
* | treeview: Make expanders work again | Matthias Clasen | 2019-04-07 | 1 | -4/+18 |
* | treeview: Fix variable typo | Carlos Garnacho | 2019-04-03 | 1 | -1/+1 |
* | gtk: Stop using gdk_surface_get_device_position | Matthias Clasen | 2019-03-26 | 1 | -51/+0 |
* | treeview: Stop using gtk_window_move | Matthias Clasen | 2019-03-26 | 1 | -33/+0 |
* | Adapt to motion controller api change | Matthias Clasen | 2019-03-18 | 1 | -0/+8 |
* | Pass mode and detail to focus-in/out signals | Matthias Clasen | 2019-03-16 | 1 | -0/+4 |
* | Drop gtk_widget_send_focus_change | Matthias Clasen | 2019-03-16 | 1 | -1/+2 |
* | treeview: make sure separator nodes have a height > 0 | Christoph Reiter | 2019-03-04 | 1 | -0/+2 |
* | entry, spin button: Drop redundant API | Matthias Clasen | 2019-02-28 | 1 | -1/+1 |
* | treeview: Stop using set_focus_child | Matthias Clasen | 2019-02-28 | 1 | -23/+0 |
* | treeview: Don't assume search widget is a GtkEntry | Timm Bäder | 2019-02-23 | 1 | -1/+1 |
* | treeview: Use new snapshot transforms | Benjamin Otte | 2019-02-21 | 1 | -8/+8 |
* | treeview: make search work | Matthias Clasen | 2019-02-19 | 1 | -13/+27 |
* | treeview: use a GtkText as search entry | Matthias Clasen | 2019-02-19 | 1 | -25/+18 |
* | treeview: Disable some search entry functionality | Matthias Clasen | 2019-02-19 | 1 | -2/+2 |
* | treeview: Use gtk_widget_set_overflow() | Benjamin Otte | 2019-02-08 | 1 | -0/+1 |
* | gtk: Drop the "plus" | Emmanuele Bassi | 2019-02-05 | 1 | -11/+11 |
* | treeview: Don't get separator_height more than once | Timm Bäder | 2019-01-16 | 1 | -1/+4 |
* | treeview: cache expander size | Timm Bäder | 2019-01-16 | 1 | -7/+21 |
* | Rename GtkRBTree to GtkTreeRBTree | Matthias Clasen | 2019-01-14 | 1 | -420/+420 |
* | g-i: Add some nullable annotations | Christoph Reiter | 2018-11-18 | 1 | -1/+1 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -14/+16 |
* | eventcontrollerscroll: Conditionally propagate ::scroll | Ernestas Kulik | 2018-11-12 | 1 | -2/+4 |
* | treeview: Fix compiler warning | Benjamin Otte | 2018-07-30 | 1 | -1/+1 |
* | gtktreeview: Use key controller on search entry handling | Carlos Garnacho | 2018-07-30 | 1 | -27/+32 |
* | gtktreeview: Replace event vmethod with key controller | Carlos Garnacho | 2018-07-30 | 1 | -71/+61 |
* | treeview: Get rid of child surfaces | Matthias Clasen | 2018-07-29 | 1 | -360/+26 |
* | dnd: Rename gtk_drag_begin_with_coordinates | Matthias Clasen | 2018-07-12 | 1 | -5/+5 |
* | Merge branch 'master' into 'master' | Daniel Boles | 2018-07-09 | 1 | -4/+21 |
|\ |
|
| * | TreeView: Get expander size from CSS min-width|height | Daniel Boles | 2018-06-21 | 1 | -4/+21 |
* | | treeview: Fix column visibility check | Timm Bäder | 2018-07-08 | 1 | -2/+7 |
* | | treeview: Move column header widgets when scrolling | Timm Bäder | 2018-07-08 | 1 | -6/+8 |
* | | gdk: Rename GdkDragContext to GdkDrag | Matthias Clasen | 2018-07-02 | 1 | -28/+26 |
|/ |
|
* | widget: Remove time argument from drag_data_get() vfunc | Benjamin Otte | 2018-06-18 | 1 | -4/+2 |
* | surface: Kill event masks | Benjamin Otte | 2018-06-18 | 1 | -7/+0 |
* | dnd: Make drag-motion and drag-drop signals use GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -30/+24 |
* | dnd: Make drag-data-received use a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -50/+60 |
* | widget: Make GtkWidgetClass::drag_leave() take a GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -5/+3 |
* | dnd: Get rid of gtk_drag_finish() | Benjamin Otte | 2018-06-18 | 1 | -1/+1 |
* | treeview: Stop using ::key-press-event | Matthias Clasen | 2018-05-21 | 1 | -25/+33 |
* | eventcontrollermotion: Port to new API model | Benjamin Otte | 2018-04-26 | 1 | -7/+6 |