summaryrefslogtreecommitdiff
path: root/tests/testnotebookdnd.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-2/+2
* tests: Silence a compiler warningMatthias Clasen2022-12-091-2/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-4/+4
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-2/+2
* tests: Add common_cflags to buildTimm Bäder2020-03-061-10/+10
* droptarget: RedoBenjamin Otte2020-03-021-40/+10
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-4/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-2/+2
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+15
* Update all callersMatthias Clasen2020-01-081-2/+1
* Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-1/+1
* droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
* testnotebookdnd: Fix, partiallyMatthias Clasen2020-01-081-15/+49
* tests: Convert to GtkDragSourceMatthias Clasen2020-01-081-21/+0
* tests: Stop using gtk_window_moveMatthias Clasen2019-03-261-1/+0
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-2/+2
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-2/+2
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-2/+1
* tests: Remove some unneeded gtk_widget_show callsMatthias Clasen2018-01-191-3/+0
* tests: Stop using the delete-event signalMatthias Clasen2018-01-161-1/+1
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-2/+0
* 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-2/+1
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-17/+3
* button: Get rid of icon sizeBenjamin Otte2017-11-151-2/+2
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-2/+4
* icontheme: Use GdkDisplay instead of GdkScreenBenjamin Otte2017-10-311-1/+1
* Use surface apis in testnotebookdndMatthias Clasen2017-10-231-9/+10
* testnotebookdnd: quit when the toplevel gets closedTimm Bäder2017-07-191-0/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+2
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-3/+0
* testnotebookdnd: add one GtkListBox as tab contentCarlos Soriano2016-05-021-1/+50
* testnotebookdnd: Add an action widgetBenjamin Otte2016-01-111-3/+24
* testnotebookdnd: Defer deletion to an idleMatthias Clasen2015-01-301-7/+16
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-4/+11
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests: Use a grid in testnotebookdnd instead of a tableBenjamin Otte2011-09-271-18/+20
* Don't use GtkNotebook:tab-pack in testnotebookdndMatthias Clasen2011-01-041-58/+42
* tests: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-1/+1
* tests: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-3/+3
* Remove gtk_notebook_set_window_creation_hook in testnotebookdnd.cMatthias Clasen2010-09-241-2/+6
* GtkNotebook: replace group by group_nameMatthias Clasen2010-09-241-6/+6
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Also reorder menu when reordering tabs by drag & drop (Bug #506474)Johannes Schmid2007-12-311-2/+3
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-2/+2