summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* gtktreeview: Fix child access after TEST_EXPAND_ROWThomas Holder2020-09-231-2/+2
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-3/+3
* Drop style class definesMatthias Clasen2020-08-141-13/+13
* treeview: Use gtk_snapshot_append_border()Benjamin Otte2020-08-071-8/+4
* treeview: Don't react to clicks on cell editablesMatthias Clasen2020-08-031-0/+6
* Remove ATKEmmanuele Bassi2020-07-261-60/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-54/+54
* Replace "gfloat" with "float"Benjamin Otte2020-07-251-4/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-21/+21
* Replace "gint" with "int"Benjamin Otte2020-07-251-274/+274
* treeview: allow subclassing GtkTreeViewChristian Hergert2020-07-161-1527/+1796
* gtkwidget: Drop _gtk_widget_[gs]et_shadowed()Carlos Garnacho2020-06-241-2/+1
* treeview: Remove identical if branchesTimm Bäder2020-06-191-26/+1
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* a11y: Update accessible state for GtkTreeView directlyEmmanuele Bassi2020-06-051-1/+9
* eventcontrollermotion: Remove mode argumentBenjamin Otte2020-05-301-4/+0
* Fix minor typosYuri Chornoivan2020-05-281-4/+4
* treeview: Remove `animate` parametersTimm Bäder2020-05-191-25/+13
* treeview: Derive from GtkWidgetMatthias Clasen2020-05-111-45/+10
* treeview: Stop using container apiMatthias Clasen2020-05-111-2/+1
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-1/+1
* treeview: Break reference cycles on unrootMatthias Clasen2020-05-111-0/+15
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-05-111-0/+3
|\
| * treeview: Ensure search popover is properly insertedMatthias Clasen2020-05-111-0/+3
* | widget: Add a :focusable propertyMatthias Clasen2020-05-101-5/+6
|/
* treeview: Cosmetic changeMatthias Clasen2020-05-061-1/+1
* treeview: Use dispose instead of destroyMatthias Clasen2020-05-051-5/+5
* Use gtk_popover_set_child throughoutMatthias Clasen2020-05-041-1/+1
* gtktreeview: Ensure to transiently prelight on touch inputCarlos Garnacho2020-04-241-1/+10
* gtk: Port widgets away from gtk_get_current_ apisMatthias Clasen2020-04-111-148/+67
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-4/+1
* Change the default value of GtkWidget:can-focusMatthias Clasen2020-04-091-1/+0
* gtk: Stop using modifier intentsMatthias Clasen2020-04-061-14/+6
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-2/+2
* widget: Return an array from list_controllersTimm Bäder2020-03-291-8/+10
* treeview: Redo event forwarding hackBenjamin Otte2020-03-251-20/+34
* treeview: Port bindings to use shortcutsBenjamin Otte2020-03-251-200/+174
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-208/+220
* treeview: Redo event forwarding hackBenjamin Otte2020-03-181-20/+34
* treeview: Port bindings to use shortcutsBenjamin Otte2020-03-181-200/+174
* treeview: Don't assign value twice.Benjamin Otte2020-03-061-2/+0
* treeview: Don't initialize variable twiceBenjamin Otte2020-03-061-1/+0
* droptarget: RedoBenjamin Otte2020-03-021-52/+48
* treeview, iconview: Don't return the drop targetBenjamin Otte2020-03-021-6/+2
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+2
* selection: Remove GtkSelectionDataBenjamin Otte2020-02-231-1/+0
* treeview: Guard code by right compiler macrosBenjamin Otte2020-02-221-3/+3
* gtk: Stop using GdkEventKeyMatthias Clasen2020-02-211-2/+2
* Go back to ::enter/::leave for pointer changesMatthias Clasen2020-02-211-34/+37
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-15/+14