summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-168/+168
* docs: Reduce redundancyMatthias Clasen2021-05-201-33/+32
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-25/+25
* Documentation fixesMatthias Clasen2021-05-201-15/+14
* Fix unused variable warningsMatthias Clasen2021-04-121-1/+1
* treeview: Add a summaryMatthias Clasen2021-03-111-8/+3
* treeview: Update the description formatEmmanuele Bassi2021-03-111-27/+27
* dragsource: Use double coordinates for checking drag thresholdAlexander Mikhaylenko2021-01-291-2/+2
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-1/+0
* treeviewcolumn: Redo sort arrowsMatthias Clasen2021-01-191-2/+9
* gtk/treeview: Position editable widgets correctly wrt left borderCarlos Garnacho2020-12-121-2/+2
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-071-1/+1
* TreeView: add missing nullability annotationsBilal Elmoussaoui2020-12-021-4/+5
* Remove pointless inout argumentsebassi/inout-argsEmmanuele Bassi2020-11-171-10/+10
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-1/+1
* widget: Always update the CSS nodeBenjamin Otte2020-10-201-2/+4
* 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