summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-14EomExifDetails: Take Exif IFD into account when creating hash keysFelix Riemann1-3/+12
2018-07-14Place GPS Exif tags into their own subcategoryFelix Riemann1-7/+9
2018-07-14Reformat Exif tags for GPS position to be better understandableFelix Riemann1-3/+91
2018-07-14Make sure GPS Exif tags are named and ordered correctlyFelix Riemann1-2/+8
2018-07-14Use GdkPixbuf's "orientation" feature as fallback for autorotationFelix Riemann3-14/+35
2018-07-11EogScrollView: Implement simple two-pass filteringFelix Riemann1-4/+65
2018-07-11EomScrollView: Use better downscaling filterRussell Haley1-4/+4
2018-07-11Remove unneeded finalize() from EomListStoreClaudio Saavedra1-14/+0
2018-07-11Add our own activatable interface to EomWindowFelix Riemann4-2/+162
2018-07-11Replace gdk_spawn_command_line_on_screen()Claudio Saavedra1-6/+32
2018-07-09sidebar: replace deprecated gtk_misc_set_alignmentraveit651-2/+4
2018-07-08EomWindow: Simplify metadata sidebar titleFelix Riemann1-1/+1
2018-07-08EomSidebar: Set orientation property via g_object_newFelix Riemann1-4/+3
2018-07-08Replace remaining uses of margin-left and margin-right propertiesFelix Riemann1-3/+3
2018-07-08EomMetadataSidebar: Allow filename to be wrapped at char boundariesFelix Riemann1-0/+4
2018-07-08sidebar: fix a deprecationraveit651-1/+1
2018-07-08EomMetadataSidebar: Fix deprecation warning with newer GTK+Felix Riemann1-2/+1
2018-07-08MetadataSidebar: Add a tooltip to the folder buttonFelix Riemann1-0/+2
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