Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-23 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+21 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window | |||||
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 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=1b22c52 | |||||
2017-04-26 | EomScrollView: fix override_background deprecated call | Emmanuel Pacaud | 1 | -15/+17 | |
Do the necessary background drawing in draw callback. taken from: https://git.gnome.org/browse/eog/commit/?id=aea6404 | |||||
2017-04-26 | EomPropertiesDialog: Fix deprecation warnings | Emmanuel Pacaud | 1 | -4/+10 | |
Implementation as suggested in the GTK+ documentation. taken from: https://git.gnome.org/browse/eog/commit/?id=a57e788 | |||||
2017-04-26 | EomThumbNav: Fix deprecated function warning | Felix Riemann | 1 | -1/+2 | |
Just call the callback function directly as that's why the signal was manually triggered in the first place. taken from: https://git.gnome.org/browse/eog/commit/?id=4c86268 | |||||
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 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=3de58ce | |||||
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 | |
taken from: https://git.gnome.org/browse/eog/commit/?id=a54b3a8 | |||||
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 | |
This reduce the width of the confirmation dialog | |||||
2017-04-23 | EomCloseConfirmationDialog: Fix size request for the image list | Felix Riemann | 1 | -1/+1 | |
Change the size request of the encasing ScrolledWindow instead of the TreeView itself. Otherwise the list would hardly show one row. https://bugzilla.gnome.org/show_bug.cgi?id=679505 taken from: https://git.gnome.org/browse/eog/commit/?id=46fb713 | |||||
2017-04-23 | Printing paper orientation should default based on image dimensions | Javier Sánchez | 1 | -0/+14 | |
Now, the default paper orientation in print settings is based on image dimensions. https://bugzilla.gnome.org/show_bug.cgi?id=531898 taken from: https://git.gnome.org/browse/eog/commit/?id=5aebb88 | |||||
2017-04-23 | Avoid recompressing JPEGs as PNG when printing | Felix Riemann | 3 | -1/+160 | |
Use cairo's feature to simply attach the source file data to the printing surface. This reduces the file size of the resulting PDF file pretty much to the source file size. https://bugzilla.gnome.org/show_bug.cgi?id=394260 taken from: https://git.gnome.org/browse/eog/commit/?id=7029dfe | |||||
2017-04-23 | EomFileChooser: Use MateThumbnailFactory to create preview image | Felix Riemann | 1 | -9/+28 | |
Do this if no thumbnail exists yet. Avoids displaying too large thumbs for images that have yet to be thumbnailed, breaking the file open dialog. https://bugzilla.gnome.org/show_bug.cgi?id=671944 taken from: https://git.gnome.org/browse/eog/commit/?id=57116d5 | |||||
2017-04-23 | EomPropertiesDialog: Allow RGBA for transparent background color | Felix Riemann | 1 | -16/+14 | |
Now that it is supported in EomScrollView there's no reason not to allow setting an alpha value for the color. taken from: https://git.gnome.org/browse/eog/commit/?id=7d2cf4d | |||||
2017-04-23 | EomScrollView: Switch to GdkRGBA for background and transparent colors | Felix Riemann | 2 | -79/+65 | |
This allows passing the colors more or less directly to cairo without having to convert it from and to the GdkColor format. taken from: https://git.gnome.org/browse/eog/commit/?id=823a4cd | |||||
2017-04-23 | EomPrintPreview: Avoid unnecessary color parsing | Felix Riemann | 1 | -5/+2 | |
The RGB values of black and white are known and thus can be set directly without parsing them with GdkRGBA first. taken from: https://git.gnome.org/browse/eog/commit/?id=b06f858 | |||||
2017-04-22 | Fix a few GtkStock deprecations | raveit65 | 2 | -3/+3 | |
2017-04-22 | EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNING | raveit65 | 1 | -2/+2 | |
2017-03-22 | fix comment | Scott Balneaves | 1 | -1/+1 | |
2017-03-22 | Bring eom-image.c's SVG handling up to date, properly recognize svgz filetypes | Scott Balneaves | 1 | -29/+65 | |
2017-03-22 | eom_uri_converter: GList leak fix: cribbed from ↵ | Scott Balneaves | 1 | -0/+9 | |
https://git.gnome.org/browse/eog/commit/?id=04859efbcde4ae38f9f35818dc586a9088b09cb0 | |||||
2017-01-26 | fix auto-reload of externally modified image | monsta | 1 | -1/+1 | |
it stopped working at some point... fixes https://github.com/mate-desktop/eom/issues/137 ported from: https://git.gnome.org/browse/eog/commit/?id=7e32c42ef40a2fd19227b397913c063bd33f831b | |||||
2017-01-26 | fix indent a bit | monsta | 1 | -11/+10 | |
2017-01-26 | fix leak of GError when loading SVG fails | monsta | 1 | -1/+4 | |
ported from: https://git.gnome.org/browse/eog/commit/?id=55036c6d55b06e82a480b559d59f5effae26399d | |||||
2017-01-15 | force X11 | raveit65 | 1 | -0/+2 | |
2016-12-19 | plugins engine: enable python plugin loader from libpeas | monsta | 1 | -0/+2 | |
2016-11-30 | remove old plugin system and docs for it | monsta | 6 | -1553/+0 | |
2016-11-30 | port plugin system to libpeas | monsta | 8 | -844/+145 | |
backported from eog with a few changes upstream commits for reference: https://git.gnome.org/browse/eog/commit/?id=1f79c321367c91c8e9063f1343a7e4ce4199c4d5 https://git.gnome.org/browse/eog/commit/?id=9afc5483b615039a580e295fe08d7b8ec524759c https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035 https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd https://git.gnome.org/browse/eog/commit/?id=95694f8b5f06b891a5e55356451ad60b53387563 https://git.gnome.org/browse/eog/commit/?id=7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c | |||||
2016-11-30 | fix indent in some places | monsta | 2 | -11/+11 | |
2016-11-30 | eom-jobs: fix typo in annotation | monsta | 1 | -1/+1 | |
2016-11-28 | remove references to non-existent function | monsta | 1 | -4/+0 | |
2016-11-27 | EomScrollView: remove style_set | monsta | 1 | -14/+0 | |
as done in: https://git.gnome.org/browse/eog/commit/?id=b099142374f277817e1f0c09c9ef743179184be1 | |||||
2016-11-27 | remove unused finalize/destroy methods from thumbview | monsta | 1 | -19/+1 | |
they were just chaining up to parent and did nothing else | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 21 | -574/+22 | |
and require libmate-desktop >= 1.17 | |||||
2016-11-21 | drop Python plugins support and --enable-python build option | monsta | 8 | -1049/+2 | |
it requires PyGTK so won't even build with GTK+3 | |||||
2016-11-21 | fix indent a bit | monsta | 1 | -3/+3 | |
2016-10-17 | prefs dialog: fix runtime warning | monsta | 1 | -0/+1 | |
when "Transparent Parts" option is set to "As background", opening prefs dialog gives a warning. this adds a line missing in commit fb511ab to fix it | |||||
2016-09-16 | eom: Out-of-bounds write when passing invalid UTF-8 to GMarkup | Alexander Pyhalov | 1 | -1/+2 | |
2016-07-28 | use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-13 | add missing include to fix implicit declaration warning | monsta | 1 | -0/+1 | |
2016-07-13 | drop unused include and defines | monsta | 2 | -4/+0 | |
2016-07-13 | drop unused files | monsta | 3 | -1191/+0 | |