Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-04-27 | EomThumbView: Replace deprecated gtk_menu_popup function | raveit65 | 1 | -15/+10 |
2017-04-27 | error-message: replace usage of GtkStock | raveit65 | 1 | -3/+3 |
2017-04-26 | A bunch of instrospection warning fixes | Emmanuel Pacaud | 1 | -0/+18 |
2017-04-26 | EomScrollView: fix override_background deprecated call | Emmanuel Pacaud | 1 | -15/+17 |
2017-04-26 | EomPropertiesDialog: Fix deprecation warnings | Emmanuel Pacaud | 1 | -4/+10 |
2017-04-26 | EomThumbNav: Fix deprecated function warning | Felix Riemann | 1 | -1/+2 |
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-05-08 | fix typo in function annotation | monsta | 1 | -1/+1 |
2017-05-07 | use different css files for < gtk+=3.20 | raveit65 | 1 | -0/+4 |
2017-05-06 | EomWindow: Set file open dialog transient for its parent window | Felix Riemann | 1 | -0/+1 |
2017-04-25 | update copyright year to 2017 | monsta | 1 | -1/+1 |
2017-04-23 | EomCloseConfirmationDialog: set max width chars for primary label | raveit65 | 1 | -0/+2 |
2017-04-23 | EomCloseConfirmationDialog: Fix size request for the image list | Felix Riemann | 1 | -1/+1 |
2017-04-23 | Printing paper orientation should default based on image dimensions | Javier Sánchez | 1 | -0/+14 |
2017-04-23 | Avoid recompressing JPEGs as PNG when printing | Felix Riemann | 3 | -1/+160 |
2017-04-23 | EomFileChooser: Use MateThumbnailFactory to create preview image | Felix Riemann | 1 | -9/+28 |
2017-04-23 | EomPropertiesDialog: Allow RGBA for transparent background color | Felix Riemann | 1 | -16/+14 |
2017-04-23 | EomScrollView: Switch to GdkRGBA for background and transparent colors | Felix Riemann | 2 | -79/+65 |