summaryrefslogtreecommitdiff
path: root/src/eom-scroll-view.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-23use guint for signals arrays, and zero-initialize themMonsta1-1/+2
2014-07-29all: Fix a load of warningsinfirit1-2/+0
2014-07-29Have GSettings use enum for transparency styleinfirit1-31/+3
2014-07-28Add API docs for EomScrollView's new propertiesinfirit1-1/+13
2014-07-28Make setting the image view background color work againinfirit1-0/+4
2014-07-28Make sure EomScrollView's adjustment values are always correctly setinfirit1-34/+21
2014-07-28Replace missed GDK_INTERP_NEAREST with CAIRO_FILTER_NEARESTinfirit1-2/+2
2014-07-28Add gtk-doc annotations to the new properties in EomScrollViewinfirit1-0/+11
2014-07-27Set transparency style using GSettingsinfirit1-0/+47
2014-07-27Set transparency fill color using GSettingsinfirit1-18/+52
2014-07-27Set zoomed out antialiasing using a GSettings bindinginfirit1-0/+19
2014-07-27Set zoomed in antialiasing using a GSettings bindinginfirit1-0/+19
2014-07-27Rework gsettings code to be more like eoginfirit1-6/+58
2014-07-27Switch scrollwheel zoom setting with GSettingsinfirit1-2/+17
2014-07-27Bind zoom multiplier to GSettings instead of setting it by handinfirit1-1/+16
2014-07-27Handle EomScrollView's instance initialization in the right functioninfirit1-69/+84
2014-07-24Disable more of the old drawing codeinfirit1-3/+11
2014-07-24Gtk+3: Connect to the ::draw signalinfirit1-0/+16
2014-07-24Simplify create_surface_from_pixbuf()infirit1-5/+1
2014-07-24Improve the rendering of scaled imagesinfirit1-8/+5
2014-07-24Honour the antialiasing-in and antialiasing-out EomScrollView propertiesinfirit1-0/+3
2014-07-24Replace GdkInterpType with cairo_filter_t in EomScrollViewinfirit1-20/+20
2014-07-24Remove unneeded codeinfirit1-5/+14
2014-07-24Fix the SVG renderinginfirit1-3/+51
2014-07-24Enable double-buffer in EomScrollViewinfirit1-2/+0
2014-07-24Fully rely on cairo to render the image in EomScrollViewinfirit1-13/+92
2014-07-24Use gdk_window_create_similar_surface() for EomScrollViewinfirit1-7/+12
2014-07-24Store a cairo_surface_t in EomScrollView for the GdkPixbuf to be renderedinfirit1-0/+35
2014-07-24Factor out the code to store a pixbuf in EomScrollViewinfirit1-10/+18
2014-07-24Fix glib/librsvg deprecationinfirit1-1/+0
2014-05-03Update scrollbars when display is resized in "normal size" modebl0ckeduser1-3/+7
2013-10-17GTK3 supportLaszlo Boros1-1/+5
2013-04-25replace some more GDK key constantsElias Aebi1-12/+12
2011-11-06inicialPerberos1-0/+2633