| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
It's now called GdkContentsFormat
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
We have texture icons.
|
| |
|
|
|
|
| |
For now, add it in testentryicons.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Adapt all our tests and examples to the new initialization api.
|
| |
|
|
|
|
| |
This test shows that changing icon types works.
|
|
|
|
| |
This code was #ifdefed out since 2008. Time to try it.
|
|
|
|
| |
dialog-info is not an existing icon.
|
| |
|
|
|
|
| |
No need for this anymore, now that we have the inspector everywhere.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
With the exception of GtkActions and the tests for stock items.
|
| |
|
| |
|
|
|
|
| |
svn path=/trunk/; revision=22023
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|