summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Disconnect callbacks for "Open with" menu items before connecting new ones.1.20Saffith1-0/+5
2019-06-06Unref GtkUIManager so "Open with" menu is freed.Saffith1-0/+1
2019-03-08Use persistent page setupVictor Kareh1-2/+3
2018-12-15Reduce the number of g_file_query_info calls at start-upDebarshi Ray3-13/+33
2018-12-15EomImage: Remove unused constructorDebarshi Ray2-14/+0
2018-08-21fix a memory leaklukefromdc1-1/+1
2018-07-15exif-details: make value column selectableraveit651-3/+6
2018-07-15EomExifDetails: Take Exif IFD into account when creating hash keysFelix Riemann1-3/+12
2018-07-15Place GPS Exif tags into their own subcategoryFelix Riemann1-7/+9
2018-07-15Reformat Exif tags for GPS position to be better understandableFelix Riemann1-3/+91
2018-07-15Make sure GPS Exif tags are named and ordered correctlyFelix Riemann1-2/+8
2018-07-15EomPropertiesDialog: Make details view expand verticallyFelix Riemann1-0/+1
2018-07-11EogScrollView: Implement simple two-pass filteringFelix Riemann1-4/+65
2018-07-11EomScrollView: Use better downscaling filterRussell Haley1-4/+4
2018-06-13fix some -Wincompatible-pointer-types warningsraveit653-3/+3
2018-05-13svg: Fix offset coordinates when transforming SVG images on HiDPI displaysVictor Kareh1-5/+6
2018-05-01Scale HiDPI images correctlyVictor Kareh1-21/+19
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
2017-04-27error-message: replace usage of GtkStockraveit651-3/+3
2017-04-26A bunch of instrospection warning fixesEmmanuel Pacaud1-0/+18
2017-04-26EomScrollView: fix override_background deprecated callEmmanuel Pacaud1-15/+17
2017-04-26EomPropertiesDialog: Fix deprecation warningsEmmanuel Pacaud1-4/+10
2017-04-26EomThumbNav: Fix deprecated function warningFelix Riemann1-1/+2
2017-04-26EomScrollView: Replace deprecated gtk_menu_popup functionAlexei Sorokin1-22/+11
2017-04-26EomScrollView: Switch from GtkDeviceManager to GdkSeatFelix Riemann1-2/+11
2017-05-08fix typo in function annotationmonsta1-1/+1
2017-05-07use different css files for < gtk+=3.20raveit651-0/+4
2017-05-06EomWindow: Set file open dialog transient for its parent windowFelix Riemann1-0/+1
2017-04-25update copyright year to 2017monsta1-1/+1
2017-04-23EomCloseConfirmationDialog: set max width chars for primary labelraveit651-0/+2
2017-04-23EomCloseConfirmationDialog: Fix size request for the image listFelix Riemann1-1/+1
2017-04-23Printing paper orientation should default based on image dimensionsJavier Sánchez1-0/+14
2017-04-23Avoid recompressing JPEGs as PNG when printingFelix Riemann3-1/+160
2017-04-23EomFileChooser: Use MateThumbnailFactory to create preview imageFelix Riemann1-9/+28
2017-04-23EomPropertiesDialog: Allow RGBA for transparent background colorFelix Riemann1-16/+14
2017-04-23EomScrollView: Switch to GdkRGBA for background and transparent colorsFelix Riemann2-79/+65
2017-04-23EomPrintPreview: Avoid unnecessary color parsingFelix Riemann1-5/+2
2017-04-22Fix a few GtkStock deprecationsraveit652-3/+3
2017-04-22EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNINGraveit651-2/+2
2017-03-22fix commentScott Balneaves1-1/+1
2017-03-22Bring eom-image.c's SVG handling up to date, properly recognize svgz filetypesScott Balneaves1-29/+65
2017-03-22eom_uri_converter: GList leak fix: cribbed from https://git.gnome.org/browse/...Scott Balneaves1-0/+9
2017-01-26fix auto-reload of externally modified imagemonsta1-1/+1