Age | Commit message (Expand) | Author | Files | Lines |
2015-05-27 | remove eom_window_window_state_event | raveit65 | 1 | -26/+0 |
2015-05-26 | set margin of statusbar to zero | raveit65 | 1 | -0/+5 |
2015-05-26 | Use a simple GtkLabel for the image counter in the statusbar | raveit65 | 1 | -10/+8 |
2015-05-26 | Remove extra resize-grip code | raveit65 | 3 | -25/+0 |
2015-03-15 | error message area: properly escape the error message markup | Monsta | 1 | -4/+4 |
2015-03-15 | some fixes from upstream: | Monsta | 3 | -16/+49 |
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-09-24 | Use MateAboutDialog | Stefano Karapetsas | 1 | -1/+2 |
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 | 2 | -68/+25 |
2014-07-29 | Make the image-collection-position GSetting an enum | infirit | 1 | -4/+6 |
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 | 2 | -0/+122 |
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 | Fix gir install paths | infirit | 1 | -2/+2 |
2014-07-28 | Dont use EomExifData in the C api | infirit | 7 | -11/+13 |
2014-07-28 | Add the necessary machinery to generate the introspection data from eom | infirit | 2 | -8/+42 |
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 | 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 |
2014-07-27 | Rework gsettings code to be more like eog | infirit | 5 | -134/+126 |
2014-07-27 | Have the ThumbNav's scrollbuttons bound to the GSettings key | infirit | 1 | -25/+4 |
2014-07-27 | Switch scrollwheel zoom setting with GSettings | infirit | 2 | -30/+19 |
2014-07-27 | Bind zoom multiplier to GSettings instead of setting it by hand | infirit | 2 | -30/+20 |
2014-07-27 | Handle EomScrollView's instance initialization in the right function | infirit | 1 | -69/+84 |
2014-07-27 | Define EomExifData type using G_DEFINE_BOXED_TYPE macro | infirit | 1 | -12/+3 |
2014-07-27 | Don't use deprecated GLib threading API. | infirit | 1 | -13/+13 |