Age | Commit message (Expand) | Author | Files | Lines |
2018-07-14 | exif-details: make value column selectable | raveit65 | 1 | -3/+6 |
2018-07-14 | EomExifDetails: Take Exif IFD into account when creating hash keys | Felix Riemann | 1 | -3/+12 |
2018-07-14 | Place GPS Exif tags into their own subcategory | Felix Riemann | 1 | -7/+9 |
2018-07-14 | Reformat Exif tags for GPS position to be better understandable | Felix Riemann | 1 | -3/+91 |
2018-07-14 | Make sure GPS Exif tags are named and ordered correctly | Felix Riemann | 1 | -2/+8 |
2018-07-14 | Use GdkPixbuf's "orientation" feature as fallback for autorotation | Felix Riemann | 3 | -14/+35 |
2018-07-11 | EogScrollView: Implement simple two-pass filtering | Felix Riemann | 1 | -4/+65 |
2018-07-11 | EomScrollView: Use better downscaling filter | Russell Haley | 1 | -4/+4 |
2018-07-11 | Remove unneeded finalize() from EomListStore | Claudio Saavedra | 1 | -14/+0 |
2018-07-11 | Add our own activatable interface to EomWindow | Felix Riemann | 4 | -2/+162 |
2018-07-11 | Replace gdk_spawn_command_line_on_screen() | Claudio Saavedra | 1 | -6/+32 |
2018-07-09 | sidebar: replace deprecated gtk_misc_set_alignment | raveit65 | 1 | -2/+4 |
2018-07-08 | EomWindow: Simplify metadata sidebar title | Felix Riemann | 1 | -1/+1 |
2018-07-08 | EomSidebar: Set orientation property via g_object_new | Felix Riemann | 1 | -4/+3 |
2018-07-08 | Replace remaining uses of margin-left and margin-right properties | Felix Riemann | 1 | -3/+3 |
2018-07-08 | EomMetadataSidebar: Allow filename to be wrapped at char boundaries | Felix Riemann | 1 | -0/+4 |
2018-07-08 | sidebar: fix a deprecation | raveit65 | 1 | -1/+1 |
2018-07-08 | EomMetadataSidebar: Fix deprecation warning with newer GTK+ | Felix Riemann | 1 | -2/+1 |
2018-07-08 | MetadataSidebar: Add a tooltip to the folder button | Felix Riemann | 1 | -0/+2 |
2018-07-08 | MetadataSidebar: Change layout of the data values | Felix Riemann | 1 | -10/+22 |
2018-07-08 | Make metadata values in MetadataSidebar selectable | Felix Riemann | 1 | -0/+1 |
2018-07-08 | Fix build when not building with libexif and/or exempi | Felix Riemann | 1 | -8/+41 |
2018-07-08 | Don't force-enable the sidebar on startup once a page is added | Felix Riemann | 1 | -4/+0 |
2018-07-08 | Make Exif/XMP summaries available as sidebar | Felix Riemann | 8 | -121/+851 |
2018-07-08 | Use GtkApplication to inhibit the screensaver during slideshows | Felix Riemann | 4 | -44/+37 |
2018-07-08 | Ensure UI action sensitivity is set at least once | Felix Riemann | 1 | -0/+2 |
2018-07-08 | Remove leftover DBus service description file | Felix Riemann | 1 | -23/+0 |
2018-07-08 | Remove spurious g_object_unref | Felix Riemann | 1 | -2/+0 |
2018-07-08 | Port EomApplication to GtkApplication | Claudio Saavedra | 7 | -298/+100 |
2018-07-08 | Make the displayed EomImage a property of EomScrollView | Felix Riemann | 2 | -0/+43 |
2018-07-03 | EomPropertiesDialog: Make details view expand vertically | Felix Riemann | 1 | -0/+1 |
2018-07-03 | Enable more Drag&Drop actions when eom is drag source | Felix Riemann | 2 | -2/+6 |
2018-07-03 | Use new DBus API to show the current image in the file browser | Felix Riemann | 3 | -34/+96 |
2018-07-03 | Add an "Open containing folder" command | Akshay Gupta | 1 | -0/+54 |
2018-05-18 | toolbar: add missing popup menu for launching toolbar editor | monsta | 1 | -0/+1 |
2018-05-13 | sidebar: replace deprecated gtk_menu_popup | raveit65 | 1 | -30/+10 |
2018-05-07 | svg: Fix offset coordinates when transforming SVG images on HiDPI displays | Victor Kareh | 1 | -5/+6 |
2018-05-04 | plugins: Use Python 3.x for Python plugins | Felix Riemann | 1 | -1/+1 |
2018-05-03 | replace deprecated gdk_flush | raveit65 | 1 | -1/+1 |
2018-05-03 | fix some -Wincompatible-pointer-types warnings | raveit65 | 3 | -3/+3 |
2018-05-01 | Scale HiDPI images correctly | Victor Kareh | 1 | -21/+19 |
2018-02-17 | eom-window.c: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -5/+2 |
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 3 | -36/+40 |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 8 | -100/+0 |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 |
2017-12-29 | print-preview: replace custom code with GDK function call | monsta | 1 | -93/+3 |
2017-08-23 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+21 |
2017-07-23 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+4 |
2017-07-20 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -2/+2 |
2017-05-11 | fix warning on closing empty window with multiple eom windows | monsta | 1 | -1/+1 |