Age | Commit message (Expand) | Author | Files | Lines |
2015-01-06 | README: updated issue tracker address | monsta | 1 | -1/+1 |
2014-12-23 | eom-thumb-view: Fix a memory leak | Boris Egorov | 1 | -0/+1 |
2014-12-23 | don't leak memory | Monsta | 1 | -2/+3 |
2014-12-23 | allocate memory a bit later to avoid possible leaks | Monsta | 2 | -4/+4 |
2014-12-23 | open the file a bit later to avoid possible leak on g_return_val_if_fail | Monsta | 1 | -8/+8 |
2014-12-23 | don't leak memory on g_return_if_fail | Monsta | 1 | -2/+1 |
2014-12-23 | use guint for signals arrays, and zero-initialize them | Monsta | 6 | -6/+8 |
2014-12-04 | removed obsolete configure option | Monsta | 1 | -3/+2 |
2014-11-10 | appdata: Move translation marker to description | infirit | 1 | -4/+4 |
2014-11-09 | appdata: Fixup Makefile.am | infirit | 1 | -1/+2 |
2014-11-09 | Sync nn translation with transifex | mate-i18n | 1 | -3/+4 |
2014-10-24 | Fix makefile for appdata fileeom-1.9.0 | Stefano Karapetsas | 1 | -1/+1 |
2014-10-23 | Sync translations with transifex | mate-i18n | 7 | -68/+71 |
2014-09-24 | Use MateAboutDialog | Stefano Karapetsas | 2 | -2/+3 |
2014-09-23 | Add AppData file | Stefano Karapetsas | 3 | -0/+27 |
2014-08-03 | Sync translations with transifex | mate-i18n | 7 | -52/+56 |
2014-07-29 | all: Fix a load of warnings | infirit | 8 | -68/+13 |
2014-07-29 | Respect lockdown setting for page setup again | infirit | 1 | -4/+7 |
2014-07-29 | print-preview: Fix typo from commit 31434612ce873fba3410bc38d9fbbb0a411b8a5e | infirit | 1 | -1/+1 |
2014-07-29 | Have GSettings use enum for transparency style | infirit | 3 | -71/+28 |
2014-07-29 | Make the image-collection-position GSetting an enum | infirit | 2 | -7/+9 |
2014-07-29 | Use GSettings enum support | infirit | 1 | -0/+4 |
2014-07-29 | Always use mate_gdk_spawn_command_line_on_screen | infirit | 1 | -9/+0 |
2014-07-29 | Determine collection position and size using a GSettings binding | infirit | 2 | -31/+62 |
2014-07-28 | Add API docs for EomScrollView's new properties | infirit | 1 | -1/+13 |
2014-07-28 | Switch EomPropertiesDialog netbook mode using a GSettings binding | infirit | 1 | -27/+4 |
2014-07-28 | Fix conflicting mnemonics in View menu | infirit | 1 | -2/+2 |
2014-07-28 | window: add the primary-toolbar style to the toolbar | infirit | 1 | -0/+5 |
2014-07-28 | Make setting the image view background color work again | infirit | 1 | -0/+4 |
2014-07-28 | Put EomClipboardHandler into the public API | infirit | 1 | -1/+1 |
2014-07-28 | Use G_DEFINE_INTERFACE for EomMetadataReader | infirit | 1 | -54/+34 |
2014-07-28 | Make sure EomScrollView's adjustment values are always correctly set | infirit | 1 | -34/+21 |
2014-07-28 | Check if an editor has been set before comparing it to other apps | infirit | 1 | -1/+1 |
2014-07-28 | Add "Edit Image" toolbar button | infirit | 4 | -0/+128 |
2014-07-28 | Replace missed GDK_INTERP_NEAREST with CAIRO_FILTER_NEAREST | infirit | 1 | -2/+2 |
2014-07-28 | Update the thumbview visible range in an idle callback | infirit | 1 | -30/+39 |
2014-07-28 | Workaround GtkIconView breakage | infirit | 1 | -51/+86 |
2014-07-28 | Add a appendix to the main reference document | infirit | 1 | -65/+75 |
2014-07-28 | Fix gir install paths | infirit | 1 | -2/+2 |
2014-07-28 | gtk-doc janitoring | infirit | 2 | -3/+50 |
2014-07-28 | Dont use EomExifData in the C api | infirit | 8 | -12/+14 |
2014-07-28 | Add the necessary machinery to generate the introspection data from eom | infirit | 3 | -8/+53 |
2014-07-28 | Don't make enum types internal | infirit | 1 | -1/+1 |
2014-07-28 | Remove unneeded export-symbols-regex libtool parameter | infirit | 1 | -4/+0 |
2014-07-28 | Add gtk-doc annotations to the new properties in EomScrollView | infirit | 1 | -0/+11 |
2014-07-27 | Set transparency style using GSettings | infirit | 2 | -39/+47 |
2014-07-27 | Reflect transparency color API changes in Python bindings | infirit | 1 | -1/+9 |
2014-07-27 | Set transparency fill color using GSettings | infirit | 3 | -71/+58 |
2014-07-27 | Set zoomed out antialiasing using a GSettings binding | infirit | 2 | -28/+19 |
2014-07-27 | Set zoomed in antialiasing using a GSettings binding | infirit | 2 | -28/+19 |