Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+31 | |
2017-04-27 | EomThumbView: Replace deprecated gtk_menu_popup function | raveit65 | 1 | -15/+10 | |
2017-04-27 | multiple-save-as-dialog.ui: avoid deprecated widgets | raveit65 | 1 | -289/+118 | |
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 | 3 | -1/+17 | |
2017-05-06 | sync with transifex | raveit65 | 104 | -4762/+4763 | |
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-24 | settings: use rgb color definition as defaults | raveit65 | 1 | -2/+2 | |
2017-04-23 | UI: avoid using deprecaded widgets | raveit65 | 2 | -302/+470 | |
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 | 2 | -16/+16 | |
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 | preferences-ui: drop usage of MateColorButton | raveit65 | 1 | -2/+2 | |
There is no call to <libmate-desktop/mate-colorbutton.h> in eom-preferences-dialog.c, so this fixes the usage of setting a color for transparent areas. And MateColorButton support no rgba colors. | |||||
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 | 3 | -4/+4 | |
2017-04-22 | EomCloseConfirmationDialog: replace deprecated GTK_STOCK_DIALOG_WARNING | raveit65 | 1 | -2/+2 | |
2017-04-22 | css; add settings for progressbar back | raveit65 | 1 | -0/+6 | |
Avoid jumping statusbar if progressbar gets load. Use old and new css syntax to support all gtk+ versions. For some reasons the old syntax generates no warning with modern gtk+. | |||||
2017-04-21 | css: remove useless css settings | raveit65 | 1 | -11/+0 | |
They don't work with >= gtk+-3.20 and causes only runtime warnings It's sufficient to use normal scrollbar settings from themes | |||||
2017-04-21 | toolbar-editor: avoid deprecated GtkAlignment | raveit65 | 1 | -11/+6 | |
2017-04-21 | Revert "Gtk3: don't use deprecated gtk_scrolled_window_add_with_viewport" | raveit65 | 1 | -2/+2 | |
This reverts parts of commit 6fc5013e3a61d1b86f077c611c20407a796c414c. gtk_container_add () causes a runtime warning and breaks toobar-editor | |||||
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
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-03-13 | release 1.18.0v1.18.0 | monsta | 1 | -2/+2 | |
2017-03-13 | sync with transifex | raveit65 | 10 | -110/+115 | |
2017-03-13 | update NEWS for 1.18, also add 1.16.1 entries | monsta | 1 | -13/+14 | |
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 | |
2017-01-13 | Update eom NEWS to use consistent, project wide, markdown-like formatting. ↵ | Martin Wimpress | 1 | -95/+75 | |
This will make generating release announcements easier. | |||||
2017-01-06 | release 1.17.2v1.17.2 | raveit65 | 2 | -1/+8 | |
2017-01-06 | sync with transifex | raveit65 | 1 | -7/+8 | |
2016-12-19 | plugins engine: enable python plugin loader from libpeas | monsta | 1 | -0/+2 | |
2016-12-11 | release 1.17.1v1.17.1 | monsta | 1 | -0/+4 | |
2016-12-11 | sync with Transifex | monsta | 105 | -23836/+20056 | |
2016-12-08 | pre-bump version | monsta | 2 | -1/+4 | |