summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2014-07-25Add eom_image_is_file_changed()infirit2-0/+9
Based on eog commit 50390e87fe4f14f3a68ca93b3048127c15244750 From Claudio Saavedra <[email protected]>
2014-07-25Store the changed status of an image fileinfirit2-1/+7
Based on oeg commit c1cc23e3c776c9b05b255c7127b4932d2d076b4e From Claudio Saavedra <[email protected]>
2014-07-25Plug leaked glist in EogWindowinfirit1-1/+2
Based on eog commit 4f8def2160c053d910c15f53ace97ab7431c4bee From Claudio Saavedra <[email protected]>
2014-07-25Minor optimizationinfirit1-2/+3
GList should always be prepended and reversed later. Based on eog commit 6aff895cc42d08aca91657ab7bb85a99c2ea1899 From Claudio Saavedra <[email protected]>
2014-07-24EomThumbNav: Fix mousewheel scrolling with gtk-3.3.18 and xserver-1.12infirit1-0/+20
Handle incoming smooth scroll events that are oviously caused by the scrollwheel just like legacy scroll events. Based on eog commit 22618a75bcf2a754f5fbe48b2d49c27b5e66ecd5 From Felix Riemann <[email protected]>
2014-07-24Gtk+3: Make print preview use the "draw"-signalinfirit1-0/+24
Based on eog commit 608ef5240e87c4d0e182e7748698e2c298ec00c8 From Felix Riemann <[email protected]>
2014-07-24Disable more of the old drawing codeinfirit1-3/+11
Based on eog commit 8db7761ea28a9c214fe02dd4aca9c25166eded68 From Felix Riemann <[email protected]>
2014-07-24Gtk+3: Connect to the ::draw signalinfirit1-0/+16
Based on eog commit e300daf3ad2743199cab0263d945e3bf732a05b3 From Claudio Saavedra <[email protected]>
2014-07-24Simplify create_surface_from_pixbuf()infirit1-5/+1
Based on eog commit f9ba7f06d73fcd901691e5fa375d87a3a9981cd6 From Claudio Saavedra <[email protected]>
2014-07-24Improve the rendering of scaled imagesinfirit1-8/+5
Based on eog commit 2be68aaee33e3e6732e512a22d9ee5b681e95cc5 From Claudio Saavedra <[email protected]>
2014-07-24Honour the antialiasing-in and antialiasing-out EomScrollView propertiesinfirit1-0/+3
Based on eog commit 9e6f9ee6ea2c0ca4338445a55ff3c6175ca6f623 From Claudio Saavedra <[email protected]>
2014-07-24Replace GdkInterpType with cairo_filter_t in EomScrollViewinfirit1-20/+20
Basedon eog commit 793ede27dd4cd0aa73d5e84cc478641e25424f54 From Claudio Saavedra <[email protected]>
2014-07-24Remove unneeded codeinfirit1-5/+14
Based on eog commit bb9d00011e07e9ad68b5e4968a2c1e68596c5684 From Claudio Saavedra <[email protected]>
2014-07-24Fix the SVG renderinginfirit1-3/+51
Based on eog commit 8654e7de549d8edf34c14f3f0a655d8773b1e433 From Claudio Saavedra <[email protected]>
2014-07-24Enable double-buffer in EomScrollViewinfirit1-2/+0
Based on eog commit f0410a55778e719da8f2b62f0e5060bb128f028e From Claudio Saavedra <[email protected]>
2014-07-24Fully rely on cairo to render the image in EomScrollViewinfirit1-13/+92
Based on eog commit 919929eea1d63380f773f9c0a339a32149e592ba From Claudio Saavedra <[email protected]>
2014-07-24Use gdk_window_create_similar_surface() for EomScrollViewinfirit1-7/+12
Based on eog commit 648302091b5517b5da96c4277fbee8f13c125938 From Claudio Saavedra <[email protected]>
2014-07-24Store a cairo_surface_t in EomScrollView for the GdkPixbuf to be renderedinfirit1-0/+35
Based on eog commit 889f275e38d0a7dcf062f5c63b8efaebaa1ca14f From Claudio Saavedra <[email protected]>
2014-07-24Factor out the code to store a pixbuf in EomScrollViewinfirit1-10/+18
Based on eog commit 4f432e981a956cd157ae3f190b9c7850a6f180d9 From Claudio Saavedra <[email protected]>
2014-07-24Use MateColorButtoninfirit1-4/+6
2014-07-24Remove all calls to gtk_dialog_set_has_separatorinfirit2-12/+0
2014-07-24Drop support for gtk+ < 2.24infirit2-30/+0
2014-07-24Use gtk_widget_hide instead of gtk_widget_hide_allinfirit3-28/+19
gtk_widget_hide_all is deprecated in gtk+2.24 for gtk_widget_hide.
2014-07-24Drop support for glib < 2.36infirit6-32/+0
2014-07-24Use new GLib threading APIinfirit4-32/+31
Based on eog commit by Felix Riemann <[email protected]> Url: https://git.gnome.org/browse/eog/commit/?id=b5f61d90d0478378cf7cf21bf5ade9eded0ae9f2
2014-07-24Fix glib/librsvg deprecationinfirit5-15/+3
librsvg: Only inlcude rsvg.h and remove calls to rsvg_init glib: Remove call to g_thread_init and use g_value_*_schar
2014-05-03Update scrollbars when display is resized in "normal size" modebl0ckeduser1-3/+7
2014-02-12MATE Foundation doesnt existStefano Karapetsas2-2/+2
2014-01-30Fix copyright in about dialogeom-1.7.0Stefano Karapetsas1-1/+1
2014-01-30Add random mode in slideshow modeStefano Karapetsas3-0/+34
Closes #20 https://github.com/mate-desktop/eom/issues/20
2014-01-25Update copyright in about windowStefano Karapetsas1-1/+2
2014-01-01Use GETTEXT_PACKAGE instead of PACKAGEinfirit1-3/+3
2013-11-30Merge pull request #32 from eyelash/gtk3Stefano Karapetsas2-10/+14
improve the GTK3 support
2013-11-30improve the GTK3 supportElias Aebi2-10/+14
2013-11-28Update mate-desktop headers path for eom-thumbnail.cinfirit1-1/+1
2013-11-09Update mate-desktop headers pathStefano Karapetsas2-4/+4
2013-10-17Quick fix, uncommenting in eom-window.cLaszlo Boros1-5/+1
2013-10-17GTK3 supportLaszlo Boros10-1/+93
2013-09-26Migration to lcms2Stefano Karapetsas6-25/+12
Closes #25 https://github.com/mate-desktop/mate-image-viewer/issues/25 See https://git.gnome.org/browse/eog/commit/?id=3c3a835
2013-07-31Use yelp-tools instead of mate-doc-utilsinfirit1-2/+2
2013-04-30Merge pull request #16 from eyelash/gsealStefano Karapetsas4-35/+35
replace GDK_<keyname> with GDK_KEY_<keyname>
2013-04-25replace even more GDK key constantsElias Aebi1-4/+4
2013-04-25replace some more GDK key constantsElias Aebi1-12/+12
2013-04-25replace GDK_<keyname> with GDK_KEY_<keyname>Elias Aebi2-19/+19
2013-04-21Merge pull request #15 from eyelash/gsealStefano Karapetsas1-1/+1
replace direct struct access with accessor functions
2013-04-21replace direct struct access with accessor functions in order to make it ↵Elias Aebi1-1/+1
build with GSEAL_ENABLE
2013-04-16Move filechooser-xdg-fallback key into the correct GSettings schemaStefano Karapetsas1-1/+1
2013-02-04fix some more deprecated codeElias Aebi1-0/+8
2013-02-04replace some deprecated codeElias Aebi2-2/+10
2012-10-21migrate to gsettingsStefano Karapetsas6-706/+381