summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-26Remove extra resize-grip coderaveit654-28/+0
- gtk+ handle this for itself since a long time - with <=3.14 resize-grip is removed - with gtk2 is not affected
2015-05-05Bump version to 1.10.0eom-1.10.0Stefano Karapetsas2-5/+6
2015-04-05Bump version to 1.9.90eom-1.9.90Stefano Karapetsas2-2/+2
2015-04-05Sync translations with transifexmate-i18n8-99/+101
2015-03-15Sync translations with transifexmate-i18n96-19338/+23305
2015-03-15error message area: properly escape the error message markupMonsta1-4/+4
cherry-picked from here: https://git.gnome.org/browse/eog/commit/?id=edb39d51119e6bc4447582d720023f1788421893
2015-03-15some fixes from upstream:Monsta3-16/+49
https://git.gnome.org/browse/eog/commit/?id=ffd057a0be9610b49f2dc718060c82c4ee1065be https://git.gnome.org/browse/eog/commit/?id=40919ebb2ce1fd70edae61c7b578c6a7ce8ef432 https://git.gnome.org/browse/eog/commit/?id=a3b769506abbbf7b24547b95c9c99349e99d44c0 Closes https://github.com/mate-desktop/eom/pull/67
2015-01-06README: updated issue tracker addressmonsta1-1/+1
2014-12-23eom-thumb-view: Fix a memory leakBoris Egorov1-0/+1
2014-12-23don't leak memoryMonsta1-2/+3
2014-12-23allocate memory a bit later to avoid possible leaksMonsta2-4/+4
2014-12-23open the file a bit later to avoid possible leak on g_return_val_if_failMonsta1-8/+8
2014-12-23don't leak memory on g_return_if_failMonsta1-2/+1
2014-12-23use guint for signals arrays, and zero-initialize themMonsta6-6/+8
2014-12-04removed obsolete configure optionMonsta1-3/+2
Closes https://github.com/mate-desktop/eom/pull/65
2014-11-10appdata: Move translation marker to descriptioninfirit1-4/+4
2014-11-09appdata: Fixup Makefile.aminfirit1-1/+2
2014-11-09Sync nn translation with transifexmate-i18n1-3/+4
A gsettings description translation had invalid <b> and <i>.
2014-10-24Fix makefile for appdata fileeom-1.9.0Stefano Karapetsas1-1/+1
2014-10-23Sync translations with transifexmate-i18n7-68/+71
2014-09-24Use MateAboutDialogStefano Karapetsas2-2/+3
2014-09-23Add AppData fileStefano Karapetsas3-0/+27
Provided by Richard Hughes <[email protected]> Closes https://github.com/mate-desktop/eom/issues/56
2014-08-03Sync translations with transifexmate-i18n7-52/+56
2014-07-29all: Fix a load of warningsinfirit8-68/+13
Partly based on eog commit 3859553433838e97367e7678f9da4ba2bcc7f973 From Cosimo Cecchi <[email protected]>
2014-07-29Respect lockdown setting for page setup againinfirit1-4/+7
This apparently got broken when the page setup dialog was merged into the general print dialog. Based on eog commit 1bff58f772de4aad8cbf0886e46e1c26e075b54b From Felix Riemann <[email protected]>
2014-07-29print-preview: Fix typo from commit 31434612ce873fba3410bc38d9fbbb0a411b8a5einfirit1-1/+1
2014-07-29Have GSettings use enum for transparency styleinfirit3-71/+28
Based on eog commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0 From Felix Riemann <[email protected]> ps infirit: eom never had this value in the convert file
2014-07-29Make the image-collection-position GSetting an enuminfirit2-7/+9
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb From Felix Riemann <[email protected]>
2014-07-29Use GSettings enum supportinfirit1-0/+4
Based on eog commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b From Felix Riemann <[email protected]>
2014-07-29Always use mate_gdk_spawn_command_line_on_screeninfirit1-9/+0
2014-07-29Determine collection position and size using a GSettings bindinginfirit2-31/+62
Prepare everything for the use of GSettings' enum support for this. Based on eog commit 0c327b7ec802a07f53da04f5dc484e646548b552 From Felix Riemann <[email protected]>
2014-07-28Add API docs for EomScrollView's new propertiesinfirit1-1/+13
Based on eog commit c630747b02a9589a993c28d244448cdc291131e8 From Felix Riemann <[email protected]>
2014-07-28Switch EomPropertiesDialog netbook mode using a GSettings bindinginfirit1-27/+4
Based on eog commit 21ced20430078aaa283b7925ce282ebb54e05e5d From Felix Riemann <[email protected]>
2014-07-28Fix conflicting mnemonics in View menuinfirit1-2/+2
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=646360 Based on Eog commit b4fefa4d98a8db91738da593e2101160fbd63465 From Felix Riemann <[email protected]>
2014-07-28window: add the primary-toolbar style to the toolbarinfirit1-0/+5
Based on eog commit d1da84198d50703006e747b56ef8ba5107f7f3bd From Cosimo Cecchi <[email protected]>
2014-07-28Make setting the image view background color work againinfirit1-0/+4
The color was assigned to the parent container and not to the drawing area. That made it draw the default theme background color all the time instead. Based on eog commit 64ffb683343d9af629671ea82c85f91130c3ea7d From Felix Riemann <[email protected]>
2014-07-28Put EomClipboardHandler into the public APIinfirit1-1/+1
Based on eog commit a9029cb760020d0de65e32910f2e707c8fb19198 From Felix Riemann <[email protected]>
2014-07-28Use G_DEFINE_INTERFACE for EomMetadataReaderinfirit1-54/+34
Based pm eog commit 200ff4ea06b05554c349d5321f25b087c078cf33 From Felix Riemann <[email protected]>
2014-07-28Make sure EomScrollView's adjustment values are always correctly setinfirit1-34/+21
Ensures one can only scroll as far as necessary. If one scrolled to far the images's last line/column was used for padding. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=631710 Based one eog commit b21dd56b9437e53b7ba8abdd96942c1871edc02c From Felix Riemann <[email protected]>
2014-07-28Check if an editor has been set before comparing it to other appsinfirit1-1/+1
Based on eog commit 349676e43252477219d07cad279861bd9484d94d From Felix Riemann <[email protected]>
2014-07-28Add "Edit Image" toolbar buttoninfirit4-0/+128
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]>
2014-07-28Replace missed GDK_INTERP_NEAREST with CAIRO_FILTER_NEARESTinfirit1-2/+2
Missed in 72dee2d1a95db4dfa335d98358fdf3f294a9fbaa
2014-07-28Update the thumbview visible range in an idle callbackinfirit1-30/+39
This avoids entering in an infinite loop of unsetting a thumbnail, relayouting the iconview, updating the adjustment, setting the thumbnail, relayouting the iconview, updating the adjustment, unsetting the thumbnail, and so on. Bug https://bugzilla.gnome.org/show_bug.cgi?id=639312 Based on eog commit a395e95c5df2c4cbae9ce749544ec62820746e40 From Claudio Saavedra <[email protected]>
2014-07-28Workaround GtkIconView breakageinfirit1-51/+86
By moving initialization code to the constructed() method. See Eog #639139. https://bugzilla.gnome.org/show_bug.cgi?id=639139 Based on eog commit 0b98b8cc1903142112dd67ecde6a914583087da5 From Claudio Saavedra <[email protected]>
2014-07-28Add a appendix to the main reference documentinfirit1-65/+75
Based on eog commit 45488632bf62cd6891a41c81fcbe4c8a68d55555 From Claudio Saavedra <[email protected]>
2014-07-28Fix gir install pathsinfirit1-2/+2
2014-07-28gtk-doc janitoringinfirit2-3/+50
Based on eog commit cddb3588d5982595ce7e230ea0e045454da8ff90 From Claudio Saavedra <[email protected]>
2014-07-28Dont use EomExifData in the C apiinfirit8-12/+14
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257 Based on eog commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f From Claudio Saavedra <[email protected]>
2014-07-28Add the necessary machinery to generate the introspection data from eominfirit3-8/+53
Annotations are still missing, but this provides enough for basic introspection usage Based on eog commit b316c9e0b30a8c6d67feb8f21a20268e18c8cc3d From Claudio Saavedra <[email protected]>
2014-07-28Don't make enum types internalinfirit1-1/+1
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257 Based on eog commit d3ee0241723db6729cb7331428293c9dc95e8cdd From Claudio Saavedra <[email protected]>