summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-10Remove warnings: cast between incompatible function typesrbuj5-29/+14
2020-01-25Preprocessing warning for file: src/eom-window.crbuj1-0/+1
2020-01-25Preprocessing warning for file: src/eom-print.crbuj1-0/+1
2020-01-12thumbnail: Remove use of mate-desktop-thumbnail helperBastien Nocera1-4/+5
2020-01-10Update copyright to 2020raveit651-1/+1
2020-01-09enable wayland supportWu Xiaotian8-41/+50
2020-01-03EomPrintPreview: Fix preview thumbnail on HiDPI displaysFelix Riemann1-3/+7
2019-11-12add missing format specifier for ngettextmonsta1-1/+1
2019-09-07remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]rbuj1-1/+1
2019-09-03remove warnings: incorrect usage of abs() [-Wabsolute-value]rbuj1-2/+2
2019-09-03remove warnings: redundant redeclaration [-Wredundant-decls]rbuj1-2/+0
2019-09-03remove warning: variable ‘priv’ set but not usedrbuj1-3/+0
2019-07-24properties-dialog: suppress GtkAction warningsraveit651-0/+2
2019-07-24eom-window: suppress GtkAction warningsraveit651-5/+100
2019-07-14Allow color correcting images with alpha channelVictor Kareh1-10/+9
2019-07-14EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMAVictor Kareh1-5/+40
2019-07-14EomMetadataReaderPNG: Only build profile from cHRM if gAMA is presentVictor Kareh1-9/+4
2019-07-14Assume sRGB if no display profile is setVictor Kareh1-6/+9
2019-07-14EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGBVictor Kareh1-4/+26
2019-07-14Assume sRGB when image doesn't have an ICC profile attachedVictor Kareh1-1/+8
2019-07-02Remove trailing whitespacesLaurent Napias15-88/+88
2019-06-11Update FSF addressLaurent Napias1-1/+1
2019-05-29Disconnect callbacks for "Open with" menu items before connecting new ones.Saffith1-0/+5
2019-05-29Unref GtkUIManager so "Open with" menu is freed.Saffith1-0/+1
2019-04-12store: Add any image file in the current directory to the storeVictor Kareh1-2/+3
2019-03-08Use persistent page setupVictor Kareh1-2/+3
2019-02-18Read authors (updated) and documenters (updated) from eom.about gresourcerbuj2-35/+34
2019-02-16Ensure proper translation of the about dialog titlerbuj1-0/+1
2019-02-15Make translatable the copyright in about dialogrbuj1-3/+3
2018-08-24Reduce the number of g_file_query_info calls at start-upDebarshi Ray3-13/+33
2018-08-24EomImage: Remove unused constructorDebarshi Ray2-14/+0
2018-08-21fix a memory leaklukefromdc1-1/+1
2018-08-15EomMetadataSidebar: Make header include guard actually workFelix Riemann1-3/+3
2018-08-15EomWindow: Switch keyboard shortcuts for sidebar and galleryraveit651-2/+2
2018-08-15Tweak sidebar uiTrinh Anh Ngoc2-3/+5
2018-08-15EomPropertiesDialog: Use standard::display-name when showing the parentFelix Riemann1-5/+40
2018-08-15EomMetadataSidebar: Use standard::display-name when showing the parentDebarshi Ray1-14/+45
2018-08-13Fix GResource dependency calculation for out-of-tree buildsFelix Riemann1-1/+3
2018-08-13Make sure the libpeas-gtk dependency isn't optimized awayFelix Riemann1-0/+4
2018-08-13Remove EomDialog helper classFelix Riemann5-311/+0
2018-08-13EomPreferencesDialog: Convert to GtkBuilder templateFelix Riemann4-184/+163
2018-08-13EomThumbnail: Load thumbnail frame from a GResourceFelix Riemann2-1/+4
2018-08-13Load EomMultipleSaveAsDialog from GResourceFelix Riemann2-9/+2
2018-08-11eom-window: fix deprecated GtkStock usageraveit651-1/+1
2018-08-05Fix build without XMP supportraveit652-7/+7
2018-08-01Load eom-image-properties-dialog.ui with a gresourceraveit652-6/+5
2018-08-01properties-dialog: Port to gtk_show_uri_on_windowTimm Bäder1-3/+3
2018-08-01EomPropertiesDialog: Convert to GtkBuilder templateFelix Riemann5-112/+147
2018-08-01EomPropertiesDialog: Remove unused private membersFelix Riemann1-4/+0
2018-08-01Fix metadata sidebar with libexif disabledFelix Riemann1-6/+21