summaryrefslogtreecommitdiff
path: root/src/eom-scroll-view.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-13fix some -Wincompatible-pointer-types warningsraveit651-1/+1
2018-05-13svg: Fix offset coordinates when transforming SVG images on HiDPI displaysVictor Kareh1-5/+6
2018-05-01Scale HiDPI images correctlyVictor Kareh1-21/+19
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-15/+0
2017-04-26EomScrollView: fix override_background deprecated callEmmanuel Pacaud1-15/+17
2017-04-26EomScrollView: Replace deprecated gtk_menu_popup functionAlexei Sorokin1-22/+11
2017-04-26EomScrollView: Switch from GtkDeviceManager to GdkSeatFelix Riemann1-2/+11
2017-04-23EomScrollView: Switch to GdkRGBA for background and transparent colorsFelix Riemann1-76/+62
2016-11-27EomScrollView: remove style_setmonsta1-14/+0
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-88/+0
2016-06-08Fix the zoom and scroll performance. Closes #105.Martin Wimpress1-3/+4
2016-02-28fix svg rendering that's broken with GTK+3monsta1-1/+3
2015-12-03remove unneeded assert - the code following it is enoughmonsta1-2/+0
2015-10-02EomScrollView: clip all types of images to the visible image areamonsta1-2/+7
2015-10-02EomScrollView: remove ancient commented out codemonsta1-695/+0
2015-10-02enable double-buffer in EomScrollViewmonsta1-2/+0
2015-09-06EogScrollView: Use gdk_cursor_new_for_displayraveit651-1/+1
2015-09-06Gtk3: Fix GDK deprecationsraveit651-0/+15
2015-09-06Gtk3: fix deprecated gtk_vscrollbar_newraveit651-0/+4
2015-08-31GTK3: Fix deprecated GTK API usageraveit651-0/+10
2015-08-31GTK3: EomScrollView, Convert to GtkGridraveit651-1/+22
2015-08-31GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0raveit651-0/+4
2015-06-22mispositioned brackets in update_scrollbar_valueslyokha1-1/+1
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