summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* treeview: Fix variable typoCarlos Garnacho2019-04-031-1/+1
* gtk: Stop using gdk_surface_get_device_positionMatthias Clasen2019-03-261-51/+0
* treeview: Stop using gtk_window_moveMatthias Clasen2019-03-261-33/+0
* Adapt to motion controller api changeMatthias Clasen2019-03-181-0/+8
* Pass mode and detail to focus-in/out signalsMatthias Clasen2019-03-161-0/+4
* Drop gtk_widget_send_focus_changeMatthias Clasen2019-03-161-1/+2
* treeview: make sure separator nodes have a height > 0Christoph Reiter2019-03-041-0/+2
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-1/+1
* treeview: Stop using set_focus_childMatthias Clasen2019-02-281-23/+0
* treeview: Don't assume search widget is a GtkEntryTimm Bäder2019-02-231-1/+1
* treeview: Use new snapshot transformsBenjamin Otte2019-02-211-8/+8
* treeview: make search workMatthias Clasen2019-02-191-13/+27
* treeview: use a GtkText as search entryMatthias Clasen2019-02-191-25/+18
* treeview: Disable some search entry functionalityMatthias Clasen2019-02-191-2/+2
* treeview: Use gtk_widget_set_overflow()Benjamin Otte2019-02-081-0/+1
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-11/+11
* treeview: Don't get separator_height more than onceTimm Bäder2019-01-161-1/+4
* treeview: cache expander sizeTimm Bäder2019-01-161-7/+21
* Rename GtkRBTree to GtkTreeRBTreeMatthias Clasen2019-01-141-420/+420
* g-i: Add some nullable annotationsChristoph Reiter2018-11-181-1/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-14/+16
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-2/+4
* treeview: Fix compiler warningBenjamin Otte2018-07-301-1/+1
* gtktreeview: Use key controller on search entry handlingCarlos Garnacho2018-07-301-27/+32
* gtktreeview: Replace event vmethod with key controllerCarlos Garnacho2018-07-301-71/+61
* treeview: Get rid of child surfacesMatthias Clasen2018-07-291-360/+26
* dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-121-5/+5
* Merge branch 'master' into 'master'Daniel Boles2018-07-091-4/+21
|\
| * TreeView: Get expander size from CSS min-width|heightDaniel Boles2018-06-211-4/+21
* | treeview: Fix column visibility checkTimm Bäder2018-07-081-2/+7
* | treeview: Move column header widgets when scrollingTimm Bäder2018-07-081-6/+8
* | gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-28/+26
|/
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-4/+2
* surface: Kill event masksBenjamin Otte2018-06-181-7/+0
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-30/+24
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-50/+60
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-5/+3
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-1/+1
* treeview: Stop using ::key-press-eventMatthias Clasen2018-05-211-25/+33
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-7/+6
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-4/+2
* draggesture: Port to new API modelBenjamin Otte2018-04-261-4/+4
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-10/+9
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-1/+4
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-13/+7
* css: Clipping changes don't need a queue_allocate() anymoreBenjamin Otte2018-04-091-1/+1
* treeview: Remove invalidation tracking codeBenjamin Otte2018-04-051-182/+27
* snapshot: Allow passing the bounds of the created paintableBenjamin Otte2018-04-051-1/+1
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-9/+5
* snapshot: Remove clip argument from gtk_snapshot_new()Benjamin Otte2018-04-051-1/+1