Age | Commit message (Expand) | Author | Files | Lines |
2015-09-06 | Gtk3: Remove deprecated, unneeded and now effect-less GtkStyle-usage | raveit65 | 1 | -0/+2 |
2015-09-06 | Gtk3: remove an unused variable + simplify the code | raveit65 | 1 | -15/+14 |
2015-09-06 | Gtk3: Fix GDK deprecations | raveit65 | 1 | -0/+15 |
2015-09-06 | Gtk3: fix deprecated gtk_vscrollbar_new | raveit65 | 1 | -0/+4 |
2015-09-06 | Gtk3: Remove deprecated GtkVBox/GtkHBox usage | raveit65 | 5 | -2/+38 |
2015-09-06 | Gtk3: don't use deprecated gdk_window_get_pointer | raveit65 | 1 | -1/+2 |
2015-09-06 | Gtk3 thumbview: Replace deprecated GtkRCStyle usage with a GtkCssProvider | raveit65 | 1 | -0/+28 |
2015-09-06 | A bunch of annotation fixes from Eog | infirit | 8 | -16/+140 |
2015-08-31 | GTK3: Fix deprecated GTK API usage | raveit65 | 4 | -6/+42 |
2015-08-31 | GTK3: Replace uses of deprecated gdk_app_launch_context_new function >=gtk+.... | raveit65 | 1 | -0/+5 |
2015-08-31 | GTK3: EomScrollView, Convert to GtkGrid | raveit65 | 2 | -1/+30 |
2015-08-31 | GTK3: EomPrintImageSetup, Convert internal GtkTables to GtkGrids | raveit65 | 1 | -8/+66 |
2015-08-31 | GTK3: EomPrintImageSetup, Derive from GtkTable instead of GtkGrid | raveit65 | 2 | -0/+29 |
2015-08-31 | GTK3: Don't use deprecated gdk_cursor_unref() for gtk+ >=3.0.0 | raveit65 | 2 | -0/+8 |
2015-08-31 | GTK3: Replace gtk_{v,h}box new with gtk_box_new for gtk+ >=3.2.0 | raveit65 | 7 | -0/+35 |
2015-07-08 | show correct help pages in prefs and toolbar-editor dialogs | Monsta | 1 | -1/+1 |
2015-06-22 | mispositioned brackets in update_scrollbar_values | lyokha | 1 | -1/+1 |
2015-06-14 | EogThumbView: Set icon view columns to the real number of images | raveit65 | 2 | -0/+127 |
2015-06-14 | EomThumbView: Implement GtkOrientable | raveit65 | 1 | -0/+68 |
2015-06-12 | EomThumbView: Don't set deprecated follow-state property | raveit65 | 1 | -0/+2 |
2015-06-12 | EomWindow: Hold a reference on the used ThumbView | raveit65 | 1 | -1/+11 |
2015-06-12 | Merge branch 'master' of github.com:mate-desktop/eom | raveit65 | 2 | -23/+108 |
2015-06-04 | don't change file permissions when saving the modified image | Monsta | 2 | -23/+108 |
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 |