| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Adapt all our tests and examples to the new initialization api.
|
| |
|
|
|
|
|
|
| |
This should help with diagnosing
https://bugzilla.gnome.org/show_bug.cgi?id=737000
|
|
|
|
| |
... for newly deprecated gtk_icon_info_get_builtin_pixbuf()
|
|
|
|
|
| |
These properties have been removed and always return %NULL, so no need
to keep them.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This lets you asynchronously load icons. We need this for gnome-shell
to replace its current non-threadsafe use of GtkIconTheme.
https://bugzilla.gnome.org/show_bug.cgi?id=693802
|
| |
|
|
|
|
|
|
|
| |
* tests/testicontheme.c (main):
Use theme for "display" and quit on window closing
svn path=/trunk/; revision=21739
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (theme_lookup_icon): Set the filename to
NULL for builtin icons, sinc gtk_icon_info_get_builtin_pixbuf()
depends on it.
* tests/testicontheme.c: Report builtin icons.
svn path=/trunk/; revision=17638
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-21 Rodney Dawes <dobey@novell.com>
* gtk/gtk.symbols:
* gtk/gtkicontheme.[ch]:
* docs/reference/gtk/gtk-sections.txt:
* tests/testicontheme.c:
Add a new API call gtk_icon_theme_list_contexts so that one can
choose icons from a theme by context (#420719)
svn path=/trunk/; revision=17550
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fri Nov 19 15:18:51 2004 Manish Singh <yosh@gimp.org>
* modules/engines/ms-windows/msw_rc_style.c
* modules/engines/ms-windows/msw_style.c
* modules/engines/ms-windows/msw_theme_main.c
* modules/engines/pixbuf/pixbuf-main.c
* modules/engines/pixbuf/pixbuf-rc-style.c
* modules/input/gtkimcontextime.c
* modules/input/gtkimcontextxim.c
* modules/input/imam-et.c
* modules/input/imcedilla.c
* modules/input/imcyrillic-translit.c
* modules/input/iminuktitut.c
* modules/input/imipa.c
* modules/input/imthai-broken.c
* modules/input/imti-er.c
* modules/input/imti-et.c
* modules/input/imviqr.c
* tests/prop-editor.c
* tests/testentrycompletion.c
* tests/testfilechooser.c
* tests/testmerge.c
* tests/testtoolbar.c
* tests/testtreecolumns.c
* tests/testtreeview.c: get rid of unnecessary casts.
* tests/testgtk.c (create_labels): add GTK_LABEL() casts for
gtk_label_set_ellipsize() calls.
* tests/testicontheme.c (main): remove unused pixbuf variable.
|
|
|
|
|
|
| |
2004-10-25 Matthias Clasen <mclasen@redhat.com>
* tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
|
|
|
|
| |
* tests/testicontheme.c: Add a "display" option.
|
|
|
|
|
|
| |
2004-10-19 Matthias Clasen <mclasen@redhat.com>
* tests/testicontheme.c: Set the locale, tidy up output.
|
|
|
|
|
|
|
|
|
|
| |
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fixes #136082 and #135265, patch by Morten Welinder.
* configure.in: Use AC_SYS_LARGEFILE.
* */*.c: #include <config.h>
|
|
* tests/Makefile.am test/testicontheme.c: Add a test
program from gnome-desktop.
|