summaryrefslogtreecommitdiff
path: root/tests/testtreecolumns.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-3/+3
* tests: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-6/+6
* Replace "gint" with "int"Benjamin Otte2020-07-251-18/+18
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-5/+5
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-15/+15
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-3/+3
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-5/+5
* tests: Add common_cflags to buildTimm Bäder2020-03-061-5/+13
* tests: Guard variables with necessary macrosBenjamin Otte2020-02-221-0/+4
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-24/+14
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-3/+3
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-4/+18
* Drop GtkButtonBoxMatthias Clasen2019-02-041-4/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-15/+15
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-3/+3
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-2/+2
* selection: Remove the info uintBenjamin Otte2017-11-161-1/+1
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-13/+9
* box: Remove fill child propertyTimm Bäder2017-04-251-16/+15
* box: Remove expand child propertyTimm Bäder2017-04-251-15/+15
* Remove gtk_widget_show_allTimm Bäder2017-01-201-3/+3
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-19/+19
* tests: fix testtreecolumns not to segfault at startupCosimo Cecchi2012-09-271-55/+9
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-5/+5
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-5/+5
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+2
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-2/+2
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-3/+3
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-3/+3
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-4/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+20
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Deprecation cleanupManish Singh2002-10-131-20/+18
* tests/testtreecolumns.c quit the main loop when the window is destroyed.Sven Neumann2002-04-261-0/+3
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-191-1/+2
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-56/+250
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-4/+4
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-7/+7
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-1/+1
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-2/+2
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-8/+8
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-3/+3
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-3/+3
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-1/+1