Age | Commit message (Expand) | Author | Files | Lines |
2020-03-10 | Remove warnings: cast between incompatible function types | rbuj | 5 | -29/+14 |
2020-01-25 | Preprocessing warning for file: src/eom-window.c | rbuj | 1 | -0/+1 |
2020-01-25 | Preprocessing warning for file: src/eom-print.c | rbuj | 1 | -0/+1 |
2020-01-12 | thumbnail: Remove use of mate-desktop-thumbnail helper | Bastien Nocera | 1 | -4/+5 |
2020-01-10 | Update copyright to 2020 | raveit65 | 1 | -1/+1 |
2020-01-09 | enable wayland support | Wu Xiaotian | 8 | -41/+50 |
2020-01-03 | EomPrintPreview: Fix preview thumbnail on HiDPI displays | Felix Riemann | 1 | -3/+7 |
2019-11-12 | add missing format specifier for ngettext | monsta | 1 | -1/+1 |
2019-09-07 | remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef] | rbuj | 1 | -1/+1 |
2019-09-03 | remove warnings: incorrect usage of abs() [-Wabsolute-value] | rbuj | 1 | -2/+2 |
2019-09-03 | remove warnings: redundant redeclaration [-Wredundant-decls] | rbuj | 1 | -2/+0 |
2019-09-03 | remove warning: variable ‘priv’ set but not used | rbuj | 1 | -3/+0 |
2019-07-24 | properties-dialog: suppress GtkAction warnings | raveit65 | 1 | -0/+2 |
2019-07-24 | eom-window: suppress GtkAction warnings | raveit65 | 1 | -5/+100 |
2019-07-14 | Allow color correcting images with alpha channel | Victor Kareh | 1 | -10/+9 |
2019-07-14 | EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMA | Victor Kareh | 1 | -5/+40 |
2019-07-14 | EomMetadataReaderPNG: Only build profile from cHRM if gAMA is present | Victor Kareh | 1 | -9/+4 |
2019-07-14 | Assume sRGB if no display profile is set | Victor Kareh | 1 | -6/+9 |
2019-07-14 | EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGB | Victor Kareh | 1 | -4/+26 |
2019-07-14 | Assume sRGB when image doesn't have an ICC profile attached | Victor Kareh | 1 | -1/+8 |
2019-07-02 | Remove trailing whitespaces | Laurent Napias | 15 | -88/+88 |
2019-06-11 | Update FSF address | Laurent Napias | 1 | -1/+1 |
2019-05-29 | Disconnect callbacks for "Open with" menu items before connecting new ones. | Saffith | 1 | -0/+5 |
2019-05-29 | Unref GtkUIManager so "Open with" menu is freed. | Saffith | 1 | -0/+1 |
2019-04-12 | store: Add any image file in the current directory to the store | Victor Kareh | 1 | -2/+3 |
2019-03-08 | Use persistent page setup | Victor Kareh | 1 | -2/+3 |
2019-02-18 | Read authors (updated) and documenters (updated) from eom.about gresource | rbuj | 2 | -35/+34 |
2019-02-16 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 |
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 1 | -3/+3 |
2018-08-24 | Reduce the number of g_file_query_info calls at start-up | Debarshi Ray | 3 | -13/+33 |
2018-08-24 | EomImage: Remove unused constructor | Debarshi Ray | 2 | -14/+0 |
2018-08-21 | fix a memory leak | lukefromdc | 1 | -1/+1 |
2018-08-15 | EomMetadataSidebar: Make header include guard actually work | Felix Riemann | 1 | -3/+3 |
2018-08-15 | EomWindow: Switch keyboard shortcuts for sidebar and gallery | raveit65 | 1 | -2/+2 |
2018-08-15 | Tweak sidebar ui | Trinh Anh Ngoc | 2 | -3/+5 |
2018-08-15 | EomPropertiesDialog: Use standard::display-name when showing the parent | Felix Riemann | 1 | -5/+40 |
2018-08-15 | EomMetadataSidebar: Use standard::display-name when showing the parent | Debarshi Ray | 1 | -14/+45 |
2018-08-13 | Fix GResource dependency calculation for out-of-tree builds | Felix Riemann | 1 | -1/+3 |
2018-08-13 | Make sure the libpeas-gtk dependency isn't optimized away | Felix Riemann | 1 | -0/+4 |
2018-08-13 | Remove EomDialog helper class | Felix Riemann | 5 | -311/+0 |
2018-08-13 | EomPreferencesDialog: Convert to GtkBuilder template | Felix Riemann | 4 | -184/+163 |
2018-08-13 | EomThumbnail: Load thumbnail frame from a GResource | Felix Riemann | 2 | -1/+4 |
2018-08-13 | Load EomMultipleSaveAsDialog from GResource | Felix Riemann | 2 | -9/+2 |
2018-08-11 | eom-window: fix deprecated GtkStock usage | raveit65 | 1 | -1/+1 |
2018-08-05 | Fix build without XMP support | raveit65 | 2 | -7/+7 |
2018-08-01 | Load eom-image-properties-dialog.ui with a gresource | raveit65 | 2 | -6/+5 |
2018-08-01 | properties-dialog: Port to gtk_show_uri_on_window | Timm Bäder | 1 | -3/+3 |
2018-08-01 | EomPropertiesDialog: Convert to GtkBuilder template | Felix Riemann | 5 | -112/+147 |
2018-08-01 | EomPropertiesDialog: Remove unused private members | Felix Riemann | 1 | -4/+0 |
2018-08-01 | Fix metadata sidebar with libexif disabled | Felix Riemann | 1 | -6/+21 |