summaryrefslogtreecommitdiff
path: root/tests/testiconview.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* tests: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-3/+3
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-11/+11
* paned: Redo the apiMatthias Clasen2020-05-111-3/+3
* tests: Fix testiconviewAlexander Mikhaylenko2020-05-111-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-5/+5
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+2
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-5/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* tests: Stop using menusMatthias Clasen2019-12-291-7/+6
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-6/+6
* Drop GtkButtonBoxMatthias Clasen2019-02-041-4/+4
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-11/+11
* tests: Use gesture to popup menu in testiconviewCarlos Garnacho2018-07-301-49/+35
* tests: Stop using legacy gtk_menu_popup APIJonas Ådahl2018-07-271-2/+1
* tests: Remove references to long-deleted propertyBenjamin Otte2018-03-261-6/+0
* tests: Stop using ::button-press/release-eventMatthias Clasen2018-01-161-12/+12
* 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-9/+7
* tests: Use GdkEvent APIMatthias Clasen2017-09-191-5/+10
* meson: tests: make tests find resources from the source dirTim-Philipp Müller2017-05-031-0/+5
* box: Remove fill child propertyTimm Bäder2017-04-251-11/+11
* box: Remove expand child propertyTimm Bäder2017-04-251-11/+12
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-11/+11
* tests: Drop manual property editorMatthias Clasen2014-05-221-5/+0
* Use gdk_event_triggers_context_menu() instead of checking for event->button == 3Javier Jardón2012-03-131-1/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* 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
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-2/+2
* don't use the deprecated gtk_box_pack_start_defaults().Michael Natterer2008-08-051-10/+10
* make testiconview show brokennessMatthias Clasen2007-06-111-1/+6
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-1/+1
* Handle Menu key presses without crash. (#385637, Christian Persch)Matthias Clasen2007-03-121-4/+17
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-4/+4
* Test DND.Matthias Clasen2005-05-061-2/+64
* Test cell renderers.Matthias Clasen2005-05-021-9/+77
* Add some more tests.Matthias Clasen2005-04-291-1/+33