summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/tree_store.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
* demos and examples: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-7/+7
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Use the appropriate name for JuneteenthEmmanuele Bassi2020-06-181-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-2/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* scrolledwindow: Drop shadow-typeMatthias Clasen2020-04-171-2/+1
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-2/+2
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* gtk-demo: Keep treeviews expandingMatthias Clasen2017-10-061-0/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-3/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+2
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* More gtk-demo spacing fixesMatthias Clasen2016-10-261-0/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* gtk3-demo: Avoid underallocating columnsMatthias Clasen2016-09-041-5/+0
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-6/+3
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-1/+1
* gtk-demo: Drop use of deprecated apiMatthias Clasen2014-08-041-1/+0
* Formatting cleanupsMatthias Clasen2011-09-011-92/+92
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-1/+3
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-6/+6
* add deprecation compile flagsManish Singh2002-09-291-13/+13
* fix a load of open line ends (cell_edited): modified patch from German PooKristian Rietveld2002-01-191-24/+26
* add editable_cells.c, list_store.c and tree_store.cKristian Rietveld2001-10-021-0/+446