summaryrefslogtreecommitdiff
path: root/gtk/gtktreeviewcolumn.c
Commit message (Expand)AuthorAgeFilesLines
* treeviewcolumn: Clip header buttonsMatthias Clasen2021-06-171-0/+1
* treeviewcolumn: Use focusable when we mean itMatthias Clasen2021-05-231-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-88/+95
* docs: Reduce redundancyMatthias Clasen2021-05-201-5/+5
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-4/+4
* Documentation fixesMatthias Clasen2021-05-201-23/+24
* treeviewcolumn: Add a summaryMatthias Clasen2021-03-111-7/+3
* dragsource: Use double coordinates for checking drag thresholdAlexander Mikhaylenko2021-01-291-2/+2
* treeviewcolumn: Redo sort arrowsMatthias Clasen2021-01-191-28/+24
* docs: Document GtkTreeViewColumn::clickedEmmanuele Bassi2020-12-161-1/+7
* 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