summaryrefslogtreecommitdiff
path: root/tests/testentryicons.c
Commit message (Collapse)AuthorAgeFilesLines
* Try to make a composite entryMatthias Clasen2017-12-121-1/+50
| | | | | | This is an attempt to see how much work is needed to reproduce entry icons by just putting an entry and images in a box, with some css glue.
* gdk: Make GdkContentFormats immutableBenjamin Otte2017-11-201-1/+1
|
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-4/+4
| | | | It's now called GdkContentsFormat
* selection: Remove the info uintBenjamin Otte2017-11-161-2/+1
| | | | | | | | | Instead of allowing people to pass a uint user-data, insist on them comparing mime types. The user data was a uint instead of a pointer anyway, so uniqueness could not be guaranteed and it caused more issues than it was worth. And that's ignoring the fact that it basically wasn't used.
* entry: Remove surface iconsBenjamin Otte2017-11-051-11/+7
| | | | We have texture icons.
* 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
| | | | For now, add it in testentryicons.
* testentryicons: Set tooltips on all iconsDaniel Boles2017-07-311-0/+20
| | | | | | | | | Just to test tooltips in all cases; what was already here should have been sufficient, but this doesn't hurt. While here, also add some instructive placeholder text. https://bugzilla.gnome.org/show_bug.cgi?id=780938
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
|
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
|
* Add more icon entry testsMatthias Clasen2015-12-181-0/+68
| | | | This test shows that changing icon types works.
* testentryicons: update dnd exampleMatthias Clasen2015-11-301-8/+4
| | | | This code was #ifdefed out since 2008. Time to try it.
* testentryicons: Use an existing icon nameMatthias Clasen2015-11-301-1/+1
| | | | dialog-info is not an existing icon.
* tests: Remove unused argsJasper St. Pierre2014-05-221-10/+0
|
* tests: Drop manual property editorMatthias Clasen2014-05-221-49/+0
| | | | No need for this anymore, now that we have the inspector everywhere.
* Drop most uses of GtkMisc in testsMatthias Clasen2014-05-131-5/+10
| | | | | | | Replace them by GtkWidget h/valign. The only remaining uses are those where a size group is involved; they can't be replaced until GtkLabel stops looking at GtkMisc alignment for size allocation.
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-17/+17
| | | | With the exception of GtkActions and the tests for stock items.
* 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
| | | | svn path=/trunk/; revision=22023
* Don't emit ::icon-pressed on nonactivatable icons. Fix up docs to matchMatthias Clasen2008-12-271-11/+51
| | | | | | | | | | | | | 2008-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable icons. Fix up docs to match actual api. * tests/testentryicons.c: Reshuffle tests a bit. Add a DND test. svn path=/trunk/; revision=21942
* Fix interaction between icons and widget sensitivity. Also fix a fewMatthias Clasen2008-12-271-2/+81
| | | | | | | | | | | | | 2008-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c: Fix interaction between icons and widget sensitivity. Also fix a few typos. * tests/testentryicons.c: Add property editors. * tests/Makefile.am: Glue svn path=/trunk/; revision=21941
* Bug 85292 – add an icon to gtkentryCody Russell2008-12-191-0/+124
2008-12-19 Cody Russell <bratsche@gnome.org> Bug 85292 – add an icon to gtkentry * gtk/gtkmarshalers.list: Add VOID:INT,BOXED * tests/testentryicons.c: Initial icon entry test * tests/Makefile.am: Add testentryicons * gtk/gtkentry.[ch]: Add API for setting primary/secondary icons and other features related to them. svn path=/trunk/; revision=21914