summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/editable_cells.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-9/+9
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-5/+5
* 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
* demos/gtk-demo: Add common_cflags to buildTimm Bäder2020-03-071-0/+3
* 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-5/+5
* 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-6/+5
* box: Remove expand child propertyTimm Bäder2017-04-251-5/+5
* 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-5/+5
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-7/+3
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-1/+1
* gtk-demo: Make editable cells demo more robustMatthias Clasen2015-01-191-3/+10
* Editable cells demo: Add new row at cursorPhillip Wood2014-12-071-4/+21
* gtk-demo: Drop use of deprecated apiMatthias Clasen2014-08-041-1/+0
* gtk-demo: Fix segfault in editable cells demoBenjamin Otte2011-11-221-5/+5
* Formatting cleanupsMatthias Clasen2011-09-011-5/+3
* gtk-demo: plug a memleak in the editable cells demoMatthias Clasen2011-02-171-5/+5
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+3
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Fix 346375Matthias Clasen2006-07-021-1/+4
* Also demonstrate GtkCellRendererProgress.Matthias Clasen2005-05-251-62/+84
* Also demonstrate GtkCellRenderer::editing-started and separators.Matthias Clasen2005-03-161-2/+31
* Use GtkCellRendererCombo (#169607, Mark McLoughlin)Matthias Clasen2005-03-081-42/+80
* 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
* Merged from stable.Kristian Rietveld2003-07-121-4/+2
* add deprecation compile flagsManish Singh2002-09-291-6/+6
* Fix typo in earlier patch.Owen Taylor2002-05-161-1/+1
* Fixes for #78258Owen Taylor2002-05-161-1/+1
* const fixHavoc Pennington2002-03-041-2/+2
* fix a load of open line ends (cell_edited): modified patch from German PooKristian Rietveld2002-01-191-19/+22
* fix typoKristian Rietveld2001-11-281-1/+1
* add editable_cells.c, list_store.c and tree_store.cKristian Rietveld2001-10-021-0/+298