summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-08MetadataSidebar: Change layout of the data valuesFelix Riemann1-10/+22
2018-07-08Make metadata values in MetadataSidebar selectableFelix Riemann1-0/+1
2018-07-08Fix build when not building with libexif and/or exempiFelix Riemann1-8/+41
2018-07-08Don't force-enable the sidebar on startup once a page is addedFelix Riemann1-4/+0
2018-07-08Make Exif/XMP summaries available as sidebarFelix Riemann8-121/+851
2018-07-08Use GtkApplication to inhibit the screensaver during slideshowsFelix Riemann4-44/+37
2018-07-08Ensure UI action sensitivity is set at least onceFelix Riemann1-0/+2
2018-07-08Remove leftover DBus service description fileFelix Riemann1-23/+0
2018-07-08Remove spurious g_object_unrefFelix Riemann1-2/+0
2018-07-08Port EomApplication to GtkApplicationClaudio Saavedra7-298/+100
2018-07-08Make the displayed EomImage a property of EomScrollViewFelix Riemann2-0/+43
2018-07-03EomPropertiesDialog: Make details view expand verticallyFelix Riemann1-0/+1
2018-07-03Enable more Drag&Drop actions when eom is drag sourceFelix Riemann2-2/+6
2018-07-03Use new DBus API to show the current image in the file browserFelix Riemann3-34/+96
2018-07-03Add an "Open containing folder" commandAkshay Gupta1-0/+54
2018-05-18toolbar: add missing popup menu for launching toolbar editormonsta1-0/+1
2018-05-13sidebar: replace deprecated gtk_menu_popupraveit651-30/+10
2018-05-07svg: Fix offset coordinates when transforming SVG images on HiDPI displaysVictor Kareh1-5/+6
2018-05-04plugins: Use Python 3.x for Python pluginsFelix Riemann1-1/+1
2018-05-03replace deprecated gdk_flushraveit651-1/+1
2018-05-03fix some -Wincompatible-pointer-types warningsraveit653-3/+3
2018-05-01Scale HiDPI images correctlyVictor Kareh1-21/+19
2018-02-17eom-window.c: avoid deprecated GtkButton:use-stockPablo Barciela1-5/+2
2018-02-12avoid deprecated GtkStockPablo Barciela3-36/+40
2018-01-30require GTK+ 3.22 and GLib 2.50monsta8-100/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-29print-preview: replace custom code with GDK function callmonsta1-93/+3
2017-08-23gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+21
2017-07-23don't use deprecated gtk_show_uriraveit651-0/+4
2017-07-20avoid deprecated gdk_screen_get_numberZenWalker1-2/+2
2017-05-11fix warning on closing empty window with multiple eom windowsmonsta1-1/+1
2017-04-27EomThumbView: Replace deprecated gtk_menu_popup functionraveit651-15/+10
2017-04-27error-message: replace usage of GtkStockraveit651-3/+3
2017-04-26A bunch of instrospection warning fixesEmmanuel Pacaud1-0/+18
2017-04-26EomScrollView: fix override_background deprecated callEmmanuel Pacaud1-15/+17
2017-04-26EomPropertiesDialog: Fix deprecation warningsEmmanuel Pacaud1-4/+10
2017-04-26EomThumbNav: Fix deprecated function warningFelix Riemann1-1/+2
2017-04-26EomScrollView: Replace deprecated gtk_menu_popup functionAlexei Sorokin1-22/+11
2017-04-26EomScrollView: Switch from GtkDeviceManager to GdkSeatFelix Riemann1-2/+11
2017-05-08fix typo in function annotationmonsta1-1/+1
2017-05-07use different css files for < gtk+=3.20raveit651-0/+4
2017-05-06EomWindow: Set file open dialog transient for its parent windowFelix Riemann1-0/+1
2017-04-25update copyright year to 2017monsta1-1/+1
2017-04-23EomCloseConfirmationDialog: set max width chars for primary labelraveit651-0/+2
2017-04-23EomCloseConfirmationDialog: Fix size request for the image listFelix Riemann1-1/+1
2017-04-23Printing paper orientation should default based on image dimensionsJavier Sánchez1-0/+14
2017-04-23Avoid recompressing JPEGs as PNG when printingFelix Riemann3-1/+160
2017-04-23EomFileChooser: Use MateThumbnailFactory to create preview imageFelix Riemann1-9/+28
2017-04-23EomPropertiesDialog: Allow RGBA for transparent background colorFelix Riemann1-16/+14
2017-04-23EomScrollView: Switch to GdkRGBA for background and transparent colorsFelix Riemann2-79/+65