Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | replace deprecated gdk_flush | raveit65 | 1 | -1/+1 |
2018-05-03 | fix some -Wincompatible-pointer-types warnings | raveit65 | 1 | -1/+1 |
2018-05-01 | Scale HiDPI images correctly | Victor Kareh | 1 | -21/+19 |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -15/+0 |
2017-04-26 | EomScrollView: fix override_background deprecated call | Emmanuel Pacaud | 1 | -15/+17 |
2017-04-26 | EomScrollView: Replace deprecated gtk_menu_popup function | Alexei Sorokin | 1 | -22/+11 |
2017-04-26 | EomScrollView: Switch from GtkDeviceManager to GdkSeat | Felix Riemann | 1 | -2/+11 |
2017-04-23 | EomScrollView: Switch to GdkRGBA for background and transparent colors | Felix Riemann | 1 | -76/+62 |
2016-11-27 | EomScrollView: remove style_set | monsta | 1 | -14/+0 |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -88/+0 |
2016-06-08 | Fix the zoom and scroll performance. Closes #105. | Martin Wimpress | 1 | -3/+4 |
2016-02-28 | fix svg rendering that's broken with GTK+3 | monsta | 1 | -1/+3 |
2015-12-03 | remove unneeded assert - the code following it is enough | monsta | 1 | -2/+0 |
2015-10-02 | EomScrollView: clip all types of images to the visible image area | monsta | 1 | -2/+7 |
2015-10-02 | EomScrollView: remove ancient commented out code | monsta | 1 | -695/+0 |
2015-10-02 | enable double-buffer in EomScrollView | monsta | 1 | -2/+0 |
2015-09-06 | EogScrollView: Use gdk_cursor_new_for_display | raveit65 | 1 | -1/+1 |
2015-09-06 | Gtk3: Fix GDK deprecations | raveit65 | 1 | -0/+15 |
2015-09-06 | Gtk3: fix deprecated gtk_vscrollbar_new | raveit65 | 1 | -0/+4 |
2015-08-31 | GTK3: Fix deprecated GTK API usage | raveit65 | 1 | -0/+10 |
2015-08-31 | GTK3: EomScrollView, Convert to GtkGrid | raveit65 | 1 | -1/+22 |
2015-08-31 | GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0 | raveit65 | 1 | -0/+4 |
2015-06-22 | mispositioned brackets in update_scrollbar_values | lyokha | 1 | -1/+1 |
2014-12-23 | use guint for signals arrays, and zero-initialize them | Monsta | 1 | -1/+2 |
2014-07-29 | all: Fix a load of warnings | infirit | 1 | -2/+0 |
2014-07-29 | Have GSettings use enum for transparency style | infirit | 1 | -31/+3 |
2014-07-28 | Add API docs for EomScrollView's new properties | infirit | 1 | -1/+13 |
2014-07-28 | Make setting the image view background color work again | infirit | 1 | -0/+4 |
2014-07-28 | Make sure EomScrollView's adjustment values are always correctly set | infirit | 1 | -34/+21 |
2014-07-28 | Replace missed GDK_INTERP_NEAREST with CAIRO_FILTER_NEAREST | infirit | 1 | -2/+2 |
2014-07-28 | Add gtk-doc annotations to the new properties in EomScrollView | infirit | 1 | -0/+11 |
2014-07-27 | Set transparency style using GSettings | infirit | 1 | -0/+47 |
2014-07-27 | Set transparency fill color using GSettings | infirit | 1 | -18/+52 |
2014-07-27 | Set zoomed out antialiasing using a GSettings binding | infirit | 1 | -0/+19 |
2014-07-27 | Set zoomed in antialiasing using a GSettings binding | infirit | 1 | -0/+19 |
2014-07-27 | Rework gsettings code to be more like eog | infirit | 1 | -6/+58 |
2014-07-27 | Switch scrollwheel zoom setting with GSettings | infirit | 1 | -2/+17 |
2014-07-27 | Bind zoom multiplier to GSettings instead of setting it by hand | infirit | 1 | -1/+16 |
2014-07-27 | Handle EomScrollView's instance initialization in the right function | infirit | 1 | -69/+84 |
2014-07-24 | Disable more of the old drawing code | infirit | 1 | -3/+11 |
2014-07-24 | Gtk+3: Connect to the ::draw signal | infirit | 1 | -0/+16 |
2014-07-24 | Simplify create_surface_from_pixbuf() | infirit | 1 | -5/+1 |
2014-07-24 | Improve the rendering of scaled images | infirit | 1 | -8/+5 |
2014-07-24 | Honour the antialiasing-in and antialiasing-out EomScrollView properties | infirit | 1 | -0/+3 |
2014-07-24 | Replace GdkInterpType with cairo_filter_t in EomScrollView | infirit | 1 | -20/+20 |
2014-07-24 | Remove unneeded code | infirit | 1 | -5/+14 |
2014-07-24 | Fix the SVG rendering | infirit | 1 | -3/+51 |
2014-07-24 | Enable double-buffer in EomScrollView | infirit | 1 | -2/+0 |
2014-07-24 | Fully rely on cairo to render the image in EomScrollView | infirit | 1 | -13/+92 |
2014-07-24 | Use gdk_window_create_similar_surface() for EomScrollView | infirit | 1 | -7/+12 |