aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-image-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-061-218/+0
* Don't load using the icon info structure if it's a bytes icon.William Hua2014-03-291-1/+1
* IndicatorImageHelper: let's use the actual icon file if its height is less th...Marco Trevisan (Treviño)2014-03-031-14/+15
* IndicatorLoader: Make sure that we load the icon at its original size, if not...Marco Trevisan (Treviño)2014-03-031-7/+20
* ImageHelper: set image from icon name if we have the filenameMarco Trevisan (Treviño)2014-02-281-1/+1
* IndicatorImageHelper: always try to use a GIcon or the file-name as source of...Marco Trevisan (Treviño)2014-02-281-37/+27
* Use named icons rather than (deprecated) stock items.Colin Watson2013-12-201-2/+2
* Handling the deprecation of gtk_icon_info_free()Ted Gould2013-05-291-0/+6
* Code clean-up.William Hua2013-05-191-31/+27
* Clean up error checking.William Hua2013-04-261-31/+22
* [ William Hua ]William Hua2013-04-221-11/+46
* indicator-ng: use indicator_image_helperLars Uebernickel2013-01-251-4/+20
* in indicator_image_helper_update(), test the image argument with GTK_IS_IMAGE...Charles Kerr2012-04-111-1/+1
* merge lp:~htorque/libindicator/fix-small-leak to fix a GError memory leak rep...Charles Kerr2012-03-261-0/+1
|\
| * Free GError.Hernando Torque2012-03-261-0/+3
|/
* Ask GTK to rescan the icon theme if the wanted icon cannot be found.Aurelien Gateau2011-08-021-0/+5
* Changing the message to a warning and clearing the GtkImage.Ted Gould2010-08-161-1/+3
* Allowing for absolute file names for icons.Ted Gould2010-08-121-11/+23
|\
| * Added absolute filename fixesKarl2010-08-091-12/+22
|/
* Removing the style lookup that wasn't used.Ted Gould2010-07-061-12/+0
* Watching for style changes on the image.Ted Gould2010-03-111-0/+10
* Check to see if we've seen the image previously before adding signals in.Ted Gould2010-03-111-2/+9
* Splitting things out into an update function and a buid function.Ted Gould2010-03-111-14/+16
* Adding in a copyright header.Ted Gould2010-03-101-0/+22
* If we get an icon that is too big, we have to scale it.Ted Gould2010-03-101-0/+11
* Doing dynamic size calculation based on the font if we have a prop set tellin...Ted Gould2010-03-101-1/+15
* Disconnect from theme update when the image goes away.Ted Gould2010-03-101-0/+10
* Setting up the callback for themes changing.Ted Gould2010-03-101-2/+12
* Pulled out a bunch of the code into a refresh function for signals.Ted Gould2010-03-101-18/+33
* Fleshing out the image loading function.Ted Gould2010-03-101-1/+50
* Adding in an image helper library.Ted Gould2010-03-101-0/+12