Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-07-27 | Revert "Don't use deprecated GLib threading API." | infirit | 2 | -16/+25 |
2014-07-26 | Fix typo | infirit | 1 | -1/+1 |
2014-07-26 | Unite copy to clipboard functions in a single menu entry | infirit | 2 | -39/+2 |
2014-07-26 | Allow handling multiple clipboard data formats from one menu entry | infirit | 4 | -5/+395 |
2014-07-26 | Add Copy Image and Copy Path to clipboard functionality | infirit | 2 | -0/+72 |
2014-07-26 | Improve the API consistency in EomImageSaveInfo | infirit | 4 | -21/+21 |
2014-07-26 | Small code fix | infirit | 1 | -3/+1 |
2014-07-26 | Fix EomPrintImageSetupPrivate type naming/typedefing to make sense | infirit | 2 | -2/+2 |
2014-07-26 | Fix build without libexif | infirit | 2 | -4/+6 |
2014-07-25 | Use default page settings when opening print dialog the first time | infirit | 1 | -3/+21 |
2014-07-25 | Don't use deprecated GLib threading API. | infirit | 2 | -25/+16 |
2014-07-25 | Fix Makefile for ui files. | infirit | 2 | -11/+6 |
2014-07-25 | Allow disabling the save-on-close confirmation dialog | infirit | 3 | -1/+10 |
2014-07-25 | Wrap ExifData in a EogExifData boxed type | infirit | 9 | -19/+52 |
2014-07-25 | Rename EogDebugSection to EogDebug | infirit | 2 | -9/+9 |
2014-07-25 | Cleanup GtkObject<->GtkWidget code. | infirit | 2 | -33/+28 |
2014-07-25 | Ignore drag&drop requests from a window onto itself | infirit | 1 | -0/+13 |
2014-07-25 | Make toolbar editor expand vertically to fully use the dialog's space | infirit | 1 | -0/+5 |
2014-07-25 | Remove any reference to glade* | infirit | 5 | -12/+12 |
2014-07-25 | Workaround concurrency issue with statusbar-date plugin | infirit | 1 | -2/+4 |
2014-07-25 | Use gtk_paned_new() instead gtk_[h|v]paned_new() | infirit | 1 | -0/+12 |
2014-07-25 | Use GRandom as random value generator for random image function | infirit | 1 | -2/+2 |
2014-07-25 | Make newly saved images user writable | infirit | 1 | -0/+23 |
2014-07-25 | Clear status + titlebar when deleting last image in collection | infirit | 2 | -7/+20 |
2014-07-25 | Support transpose/transverse as lossless JPEG transformations | infirit | 1 | -0/+9 |
2014-07-25 | Fix calculation of reference matrices for transpose/transverse | infirit | 1 | -6/+10 |
2014-07-25 | Don't try to thumbnail named pipes in the file open dialog | infirit | 1 | -1/+3 |
2014-07-25 | Don't create thumbnails out of outdated image pixbufs | infirit | 1 | -2/+4 |
2014-07-25 | Add eom_image_is_file_changed() | infirit | 3 | -0/+10 |
2014-07-25 | Store the changed status of an image file | infirit | 2 | -1/+7 |
2014-07-25 | Plug leaked glist in EogWindow | infirit | 1 | -1/+2 |
2014-07-25 | Minor optimization | infirit | 1 | -2/+3 |
2014-07-25 | Replace all calls to gdk_x11_get_default_xdisplay | infirit | 1 | -21/+31 |
2014-07-24 | EomThumbNav: Fix mousewheel scrolling with gtk-3.3.18 and xserver-1.12 | infirit | 1 | -0/+20 |
2014-07-24 | Gtk+3: Make print preview use the "draw"-signal | infirit | 1 | -0/+24 |
2014-07-24 | Disable more of the old drawing code | infirit | 1 | -3/+11 |
2014-07-24 | Gtk+3: Connect to the ::draw signal | infirit | 1 | -0/+16 |
2014-07-24 | Simplify create_surface_from_pixbuf() | infirit | 1 | -5/+1 |
2014-07-24 | Improve the rendering of scaled images | infirit | 1 | -8/+5 |
2014-07-24 | Honour the antialiasing-in and antialiasing-out EomScrollView properties | infirit | 1 | -0/+3 |