Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop gtk_icon_size_lookup | Matthias Clasen | 2017-11-15 | 1 | -0/+5 |
| | | | | | Add a new, private gtk_image_get_image_size to replace it, and update the remaining callers in a suitable way. | ||||
* | image: Don't take icon size in set_from_definition() | Benjamin Otte | 2017-11-15 | 1 | -2/+1 |
| | |||||
* | image: Add private _get_definition | Timm Bäder | 2017-07-19 | 1 | -0/+3 |
| | |||||
* | dnd: Add gtk_image_set_from_definition() | Benjamin Otte | 2015-12-02 | 1 | -0/+4 |
| | | | | ... and use it in the DND code, thereby getting rid of the icon helper. | ||||
* | image: Remove unused code | Benjamin Otte | 2015-12-02 | 1 | -43/+0 |
| | | | | I wonder how long that stuff has existed and not been used... | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | gtkdnd: Add API that takes GIcon | Colin Walters | 2011-05-03 | 1 | -0/+1 |
| | | | | | | | This will be useful for me to port gnome-panel to gnome-menus 4, which uses GAppInfo, which in turn returns icon references as GIcon. https://bugzilla.gnome.org/show_bug.cgi?id=649295 | ||||
* | gtkimageprivate: Drop unused theme_change_id | Colin Walters | 2011-05-03 | 1 | -1/+0 |
| | |||||
* | API: image: Move private struct definitions into private header | Benjamin Otte | 2011-02-08 | 1 | -0/+82 |
They weren't privatized because the dnd code used them, too. But a private header can allow the dnd code to be nasty, so go dnd code! |