After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 320830 - Add pixbuf minimum scale functions
Add pixbuf minimum scale functions
Status: RESOLVED FIXED
Product: eel
Classification: Deprecated
Component: general
2.13.x
Other All
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 105231
 
 
Reported: 2005-11-06 20:30 UTC by Alan Swanson
Modified: 2006-01-12 10:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
bgzoom-eel.patch (4.70 KB, patch)
2005-11-06 20:32 UTC, Alan Swanson
none Details | Review

Description Alan Swanson 2005-11-06 20:30:55 UTC
Patch for eel required to implement new background mode for control-center in
bug 105231. Adds an EEL_BACKGROUND_ZOOM background placement enum and the two
functions eel_gdk_scale_to_min_factor() and eel_gdk_pixbuf_scale_to_min().

The functions are the opposite of the existing eel_gdk_scale_to_fit_factor and
eel_gdk_pixbuf_scale_to_fit functions. Instead of scaling to fit within a box
these are used scale to fit outwith a box.
Comment 1 Alan Swanson 2005-11-06 20:32:29 UTC
Created attachment 54395 [details] [review]
bgzoom-eel.patch
Comment 2 Sebastien Bacher 2005-12-31 17:15:21 UTC
Thanks for your patch. Could you mail the nautilus-list with it, the maintainers use it to comments on patches by example
Comment 3 Alexander Larsson 2006-01-12 10:44:13 UTC
Commited. Thanks.