summaryrefslogtreecommitdiff
path: root/tests/testicontheme.c
Commit message (Collapse)AuthorAgeFilesLines
* testicontheme: Use rtl/ltr lookup flagsMatthias Clasen2014-09-211-5/+11
| | | | | | This should help with diagnosing https://bugzilla.gnome.org/show_bug.cgi?id=737000
* tests: Add deprecation guardsBenjamin Otte2014-07-101-0/+2
| | | | ... for newly deprecated gtk_icon_info_get_builtin_pixbuf()
* tests: Remove tests for icontheme propertiesBenjamin Otte2014-06-301-28/+0
| | | | | These properties have been removed and always return %NULL, so no need to keep them.
* testicontheme: Add some tests for scalesAlexander Larsson2013-09-231-17/+32
|
* Fix deprecations for GtkIconInfoJasper St. Pierre2013-02-151-1/+1
|
* Add gtk_icon_info_load_icon_asyncAlexander Larsson2013-02-141-0/+61
| | | | | | | 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
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Bug 347230 – testicontheme shortcomingsChristian Dywan2008-10-311-2/+17
| | | | | | | * tests/testicontheme.c (main): Use theme for "display" and quit on window closing svn path=/trunk/; revision=21739
* Set the filename to NULL for builtin icons, sincMatthias Clasen2007-04-251-2/+2
| | | | | | | | | | | | | 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
* Add a new API call gtk_icon_theme_list_contexts so that one can chooseRodney Dawes2007-03-211-0/+12
| | | | | | | | | | | | | | 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
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+20
|
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Use gtk_image_new_from_icon_name().Matthias Clasen2004-10-251-5/+0
| | | | | | 2004-10-25 Matthias Clasen <mclasen@redhat.com> * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
* Add a "display" option.Matthias Clasen2004-10-191-6/+37
| | | | * tests/testicontheme.c: Add a "display" option.
* Set the locale, tidy up output.Matthias Clasen2004-10-191-21/+27
| | | | | | 2004-10-19 Matthias Clasen <mclasen@redhat.com> * tests/testicontheme.c: Set the locale, tidy up output.
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
| | | | | | | | | | 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>
* Add a test program from gnome-desktop.Owen Taylor2003-07-031-0/+110
* tests/Makefile.am test/testicontheme.c: Add a test program from gnome-desktop.