Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | 1 | -36/+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 | 1 | -0/+63 |
2014-07-26 | Improve the API consistency in EomImageSaveInfo | infirit | 3 | -18/+18 |
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 | Allow disabling the save-on-close confirmation dialog | infirit | 2 | -1/+6 |
2014-07-25 | Wrap ExifData in a EogExifData boxed type | infirit | 8 | -13/+48 |
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 | 2 | -6/+6 |
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 | 2 | -0/+9 |
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-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 |