summaryrefslogtreecommitdiff
path: root/tests/testentryicons.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* Drop unused logo resourceMatthias Clasen2021-01-281-1/+1
* tests: Stop using radio buttonsMatthias Clasen2020-08-301-11/+11
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-7/+7
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-2/+2
* Drop the margin propertyMatthias Clasen2020-02-251-3/+12
* contentprovider: Add gdk_content_provider_new_typed()Benjamin Otte2020-02-161-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-2/+16
* tests: Convert to GtkDragSourceMatthias Clasen2020-01-081-14/+0
* entry: Port icon dnd to GtkDragSourceMatthias Clasen2020-01-081-34/+9
* testentryicons: Fix a memory leakTimm Bäder2020-01-071-2/+3
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-1/+1
* password entry: Add a way to see the contentMatthias Clasen2019-03-141-0/+1
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-2/+2
* Add a test for GtkPassworkEntryMatthias Clasen2019-02-191-14/+1
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-3/+3
* gtkentry: Use gestures for entry iconsCarlos Garnacho2018-06-211-1/+1
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-1/+0
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-1/+2
* entry: Make icons a paintableBenjamin Otte2018-03-161-1/+1
* Try to make a composite entryMatthias Clasen2017-12-121-1/+50
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-1/+1
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-4/+4
* selection: Remove the info uintBenjamin Otte2017-11-161-2/+1
* entry: Remove surface iconsBenjamin Otte2017-11-051-11/+7
* GtkEntry: Use surfaces, not pixbufs for bitmapped iconsAlexander Larsson2017-10-231-5/+9
* Add a testcase for the new Emoji chooserMatthias Clasen2017-08-121-0/+14
* testentryicons: Set tooltips on all iconsDaniel Boles2017-07-311-0/+20
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* Add more icon entry testsMatthias Clasen2015-12-181-0/+68
* testentryicons: update dnd exampleMatthias Clasen2015-11-301-8/+4
* testentryicons: Use an existing icon nameMatthias Clasen2015-11-301-1/+1
* tests: Remove unused argsJasper St. Pierre2014-05-221-10/+0
* tests: Drop manual property editorMatthias Clasen2014-05-221-49/+0
* Drop most uses of GtkMisc in testsMatthias Clasen2014-05-131-5/+10
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-17/+17
* tests: Convert testentryicons example from GtkTable to GtkGridBenjamin Otte2011-09-281-35/+25
* Use standard icon names in demos and testsJavier Jardón2010-08-211-1/+1
* Rename GtkEntry icon-related signalsMatthias Clasen2008-12-311-1/+17
* Don't emit ::icon-pressed on nonactivatable icons. Fix up docs to matchMatthias Clasen2008-12-271-11/+51
* Fix interaction between icons and widget sensitivity. Also fix a fewMatthias Clasen2008-12-271-2/+81
* Bug 85292 – add an icon to gtkentryCody Russell2008-12-191-0/+124