summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-31GTK3: Fix deprecated GTK API usageraveit654-6/+42
2015-08-31GTK3: Replace uses of deprecated gdk_app_launch_context_new function >=gtk+....raveit651-0/+5
2015-08-31GTK3: EomScrollView, Convert to GtkGridraveit652-1/+30
2015-08-31GTK3: EomPrintImageSetup, Convert internal GtkTables to GtkGridsraveit651-8/+66
2015-08-31GTK3: EomPrintImageSetup, Derive from GtkTable instead of GtkGridraveit652-0/+29
2015-08-31GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0raveit652-0/+8
2015-08-31GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0raveit657-0/+35
2015-07-08show correct help pages in prefs and toolbar-editor dialogsMonsta1-1/+1
2015-06-22mispositioned brackets in update_scrollbar_valueslyokha1-1/+1
2015-06-14EogThumbView: Set icon view columns to the real number of imagesraveit652-0/+127
2015-06-14EomThumbView: Implement GtkOrientableraveit651-0/+68
2015-06-12EomThumbView: Don't set deprecated follow-state propertyraveit651-0/+2
2015-06-12EomWindow: Hold a reference on the used ThumbViewraveit651-1/+11
2015-06-12Merge branch 'master' of github.com:mate-desktop/eomraveit652-23/+108
2015-06-04don't change file permissions when saving the modified imageMonsta2-23/+108
2015-05-27remove eom_window_window_state_eventraveit651-26/+0
2015-05-26set margin of statusbar to zeroraveit651-0/+5
2015-05-26Use a simple GtkLabel for the image counter in the statusbarraveit651-10/+8
2015-05-26Remove extra resize-grip coderaveit653-25/+0
2015-03-15error message area: properly escape the error message markupMonsta1-4/+4
2015-03-15some fixes from upstream:Monsta3-16/+49
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-09-24Use MateAboutDialogStefano Karapetsas1-1/+2
2014-07-29all: Fix a load of warningsinfirit8-68/+13
2014-07-29Respect lockdown setting for page setup againinfirit1-4/+7
2014-07-29print-preview: Fix typo from commit 31434612ce873fba3410bc38d9fbbb0a411b8a5einfirit1-1/+1
2014-07-29Have GSettings use enum for transparency styleinfirit2-68/+25
2014-07-29Make the image-collection-position GSetting an enuminfirit1-4/+6
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
2014-07-28Add API docs for EomScrollView's new propertiesinfirit1-1/+13
2014-07-28Switch EomPropertiesDialog netbook mode using a GSettings bindinginfirit1-27/+4
2014-07-28Fix conflicting mnemonics in View menuinfirit1-2/+2
2014-07-28window: add the primary-toolbar style to the toolbarinfirit1-0/+5
2014-07-28Make setting the image view background color work againinfirit1-0/+4
2014-07-28Put EomClipboardHandler into the public APIinfirit1-1/+1
2014-07-28Use G_DEFINE_INTERFACE for EomMetadataReaderinfirit1-54/+34
2014-07-28Make sure EomScrollView's adjustment values are always correctly setinfirit1-34/+21
2014-07-28Check if an editor has been set before comparing it to other appsinfirit1-1/+1
2014-07-28Add "Edit Image" toolbar buttoninfirit2-0/+122
2014-07-28Replace missed GDK_INTERP_NEAREST with CAIRO_FILTER_NEARESTinfirit1-2/+2
2014-07-28Update the thumbview visible range in an idle callbackinfirit1-30/+39
2014-07-28Workaround GtkIconView breakageinfirit1-51/+86
2014-07-28Fix gir install pathsinfirit1-2/+2
2014-07-28Dont use EomExifData in the C apiinfirit7-11/+13