Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handling the deprecation of gtk_icon_info_free() | Ted Gould | 2013-05-29 | 1 | -0/+6 |
| | |||||
* | Code clean-up. | William Hua | 2013-05-19 | 1 | -31/+27 |
| | |||||
* | Clean up error checking. | William Hua | 2013-04-26 | 1 | -31/+22 |
| | |||||
* | [ William Hua ] | William Hua | 2013-04-22 | 1 | -11/+46 |
| | | | | | | | | | | | | * debian/control: - Bump GLib to 2.37. * configure.ac: - Bump GLib to 2.37. * libindicator/indicator-image-helper.c: - Support display of GBytesIcons. * libindicator/indicator-ng.c: - Change action state icon type to GVariant. | ||||
* | indicator-ng: use indicator_image_helper | Lars Uebernickel | 2013-01-25 | 1 | -4/+20 |
| | | | | | | | | gtk_icon_set_from_gicon doesn't scale rectangular icons correctly. This adds indicator_image_helper_update_from_gicon() and makes refresh_image() set a broken image instead of erroring out when an icon couldn't be found. | ||||
* | in indicator_image_helper_update(), test the image argument with ↵ | Charles Kerr | 2012-04-11 | 1 | -1/+1 |
| | | | | GTK_IS_IMAGE before using it. | ||||
* | merge lp:~htorque/libindicator/fix-small-leak to fix a GError memory leak ↵ | Charles Kerr | 2012-03-26 | 1 | -0/+1 |
|\ | | | | | | | reported in lp bug #965459 | ||||
| * | Free GError. | Hernando Torque | 2012-03-26 | 1 | -0/+3 |
|/ | |||||
* | Ask GTK to rescan the icon theme if the wanted icon cannot be found. | Aurelien Gateau | 2011-08-02 | 1 | -0/+5 |
| | | | | | | This is necessary at least with sni-qt, which generates icon on the fly in a custom theme dir. | ||||
* | Changing the message to a warning and clearing the GtkImage. | Ted Gould | 2010-08-16 | 1 | -1/+3 |
| | |||||
* | Allowing for absolute file names for icons. | Ted Gould | 2010-08-12 | 1 | -11/+23 |
|\ | |||||
| * | Added absolute filename fixes | Karl | 2010-08-09 | 1 | -12/+22 |
|/ | |||||
* | Removing the style lookup that wasn't used. | Ted Gould | 2010-07-06 | 1 | -12/+0 |
| | |||||
* | Watching for style changes on the image. | Ted Gould | 2010-03-11 | 1 | -0/+10 |
| | |||||
* | Check to see if we've seen the image previously before adding signals in. | Ted Gould | 2010-03-11 | 1 | -2/+9 |
| | |||||
* | Splitting things out into an update function and a buid function. | Ted Gould | 2010-03-11 | 1 | -14/+16 |
| | |||||
* | Adding in a copyright header. | Ted Gould | 2010-03-10 | 1 | -0/+22 |
| | |||||
* | If we get an icon that is too big, we have to scale it. | Ted Gould | 2010-03-10 | 1 | -0/+11 |
| | |||||
* | Doing dynamic size calculation based on the font if we have a prop set ↵ | Ted Gould | 2010-03-10 | 1 | -1/+15 |
| | | | | telling us to do so. | ||||
* | Disconnect from theme update when the image goes away. | Ted Gould | 2010-03-10 | 1 | -0/+10 |
| | |||||
* | Setting up the callback for themes changing. | Ted Gould | 2010-03-10 | 1 | -2/+12 |
| | |||||
* | Pulled out a bunch of the code into a refresh function for signals. | Ted Gould | 2010-03-10 | 1 | -18/+33 |
| | |||||
* | Fleshing out the image loading function. | Ted Gould | 2010-03-10 | 1 | -1/+50 |
| | |||||
* | Adding in an image helper library. | Ted Gould | 2010-03-10 | 1 | -0/+12 |