summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Always update the CSS nodeBenjamin Otte2020-10-201-1/+2
* Merge branch 'BUG_gtktreeview_headers_focus_on_click_GTK4' into 'master'Matthias Clasen2020-09-261-0/+1
|\
| * GtkTreeviewColumn: don't focus-on-click header buttonsBUG_gtktreeview_headers_focus_on_click_GTK4Nelson Benítez León2020-04-301-0/+1
* | Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* | Remove ATKEmmanuele Bassi2020-07-261-8/+0
* | Replace "gdouble" with "double"Benjamin Otte2020-07-251-8/+8
* | Replace "gfloat" with "float"Benjamin Otte2020-07-251-3/+3
* | Replace "gchar" with "char"Benjamin Otte2020-07-251-13/+13
* | Replace "gint" with "int"Benjamin Otte2020-07-251-44/+44
* | Fix minor typosYuri Chornoivan2020-05-281-2/+2
* | Replace most remaining uses of container apiMatthias Clasen2020-05-111-8/+8
* | treeview: Derive from GtkWidgetMatthias Clasen2020-05-111-1/+1
* | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-05-111-2/+5
|\ \
| * | treeviewcolumn: Another case of box <> frame confusionMatthias Clasen2020-05-111-2/+5
* | | widget: Add a :focusable propertyMatthias Clasen2020-05-101-2/+2
|/ /
* | Use gtk_button_set_child throughoutMatthias Clasen2020-05-041-2/+2
* | Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-13/+8
|/
* treeviewcolumn: Stop using a frameMatthias Clasen2020-04-171-7/+3
* treeview, iconview: Don't return the drop targetBenjamin Otte2020-03-021-0/+1
* treeviewcolumn: Inline variable into return_if_fail()Benjamin Otte2020-02-221-5/+3
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-5/+4
* New focus change handlingMatthias Clasen2020-02-211-4/+4
* gtk: Fix some g-i annotation warningsRico Tzschichholz2019-09-151-1/+0
* treeviewcolumn: Remove cell_area parameter from _cell_get_sizeTimm Bäder2019-08-091-5/+4
* treeview column: Make finalMatthias Clasen2019-05-281-0/+17
* gtk: Stop using gtk_button_clickedMatthias Clasen2019-05-181-4/+3
* Pass mode and detail to focus-in/out signalsMatthias Clasen2019-03-161-0/+2
* Port widgets to the root focus APIMatthias Clasen2019-03-161-5/+2
* treeview: Stop using set_focus_childMatthias Clasen2019-02-281-0/+12
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-1/+2
* box: Avoid position in the reorder apiMatthias Clasen2019-01-231-2/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-4/+4
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-1/+1
* gtktreeviewcolumn: Implement column dragging through GtkGestureDragwip/carlosg/kill-event-vmethodsCarlos Garnacho2018-06-211-53/+45
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-8/+7
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-2/+1
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-11/+13
* The big versioning cleanupMatthias Clasen2018-02-061-20/+0
* treeviewcolumn: Make a code snippet compileTimm Bäder2018-01-031-1/+1
* Revert "treeviewcolumn: Stop using GtkWidget::event"Matthias Clasen2018-01-021-7/+1
* treeviewcolumn: Stop using GtkWidget::eventMatthias Clasen2017-12-301-1/+7
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-2/+2
* treeview: Pass height to allocate as argumentBenjamin Otte2017-11-131-2/+3
* TreeViewCol: Fix SEGV on remove/add, + memory leakDaniel Boles2017-10-071-1/+0
* TreeViewCol: Don’t try to disconnect null treeviewDaniel Boles2017-10-071-5/+6
* Revert "treeviewcolumn: Don't leak button"Daniel Boles2017-10-071-1/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+1
* treeviewcolumn: Don't swallow motion/crossing eventsCarlos Garnacho2017-10-061-6/+4
* treeviewcolumn: Don't leak buttonTimm Bäder2017-10-061-0/+1
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-191-2/+0