Age | Commit message (Expand) | Author | Files | Lines |
2016-06-10 | removed unused forward declaration | ZenWalker | 1 | -5/+0 |
2016-06-09 | Use g_dpgettext2() instead of plain gettext for column headers. | ZenWalker | 1 | -1/+1 |
2016-06-09 | set the "toolbar" class to the location bar | ZenWalker | 1 | -0/+1 |
2016-06-08 | don't use gdk_drawable_get_size | ZenWalker | 1 | -3/+2 |
2016-05-27 | drop old GTK+2 code | monsta | 1 | -31/+10 |
2016-05-26 | GTK3 fr-window: don't use deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 |
2016-05-26 | Gtk3 fr-window: do not use deprecated gdk_cursor_new | raveit65 | 1 | -1/+4 |
2015-10-14 | fixed overwrite check when the files to be extracted are inside a folder | raveit65 | 1 | -9/+13 |
2015-10-01 | don't crash when opening archives on network drive (ftp, smb, ...) | monsta | 1 | -1/+1 |
2015-10-01 | fixed ngettext usage | Dmitry Mikhirev | 1 | -2/+2 |
2015-05-19 | GTK3: set top and bottom margin of statusbar to zero | raveit65 | 1 | -0/+7 |
2014-11-24 | fr-window: edata is never used | infirit | 1 | -1/+0 |
2014-11-23 | engrampa doesn't delete directories w/ files within | infirit | 1 | -1/+26 |
2014-11-22 | progress dialog: show the archive name in the main message.. | infirit | 1 | -117/+69 |
2014-11-22 | fixed missing prototype warning | infirit | 1 | -1/+1 |
2014-11-22 | set a fixed title for the progress dialog | infirit | 1 | -0/+1 |
2014-11-22 | Added a D-BUS service to create and extract archives. | infirit | 1 | -12/+99 |
2014-11-22 | do not update if the progress dialog is null | infirit | 1 | -0/+3 |
2014-11-22 | enable interactive search in the file list | infirit | 1 | -1/+1 |
2014-11-22 | do not reload the archive if the operation was canceled | infirit | 1 | -2/+3 |
2014-11-22 | fixed compiler warnings | infirit | 1 | -12/+9 |
2014-11-22 | make the progress dialog larger | infirit | 1 | -1/+1 |
2014-11-22 | progress dialog: show the number of remaining files to complete the operation | infirit | 1 | -3/+26 |
2014-11-22 | allow the user to cancel addition and deletion of files | infirit | 1 | -12/+0 |
2014-11-22 | removed unused functions | infirit | 1 | -19/+0 |
2014-11-22 | set a fixed title for the progress dialog | infirit | 1 | -6/+16 |
2014-11-21 | added an icon to the progress dialog | infirit | 1 | -24/+20 |
2014-11-20 | Remove unused variable | infirit | 1 | -1/+0 |
2014-11-20 | Gtk3: Silence the GtkBox and GtkPaned deprecation warnings | infirit | 1 | -0/+6 |
2014-11-20 | do not set the border width for any dialog | infirit | 1 | -5/+0 |
2014-11-20 | make the progresss dialog modal when not in batch mode | infirit | 1 | -3/+8 |
2014-11-20 | fixed bug when pasting files in another path | infirit | 1 | -0/+2 |
2014-11-19 | Ask overwrite confirmation when extracting files with drag&drop | infirit | 1 | -39/+217 |
2014-11-19 | Change strings to use ellipsis | infirit | 1 | -1/+1 |
2014-11-19 | set a mnemonic for the label in the request dialog | infirit | 1 | -2/+2 |
2014-11-19 | Several string improvements taken from file-roller | infirit | 1 | -4/+4 |
2014-11-19 | use GtkRecentAction objects to create the recent file choosers | infirit | 1 | -57/+49 |
2014-11-19 | Drop compat code for Glib < 2.32 | infirit | 1 | -13/+0 |
2014-11-19 | Pointer arithmetic fixes for end of string access | infirit | 1 | -1/+1 |
2014-11-19 | do not set the "last output" dialog as modal to allow the user to resize it | infirit | 1 | -1/+1 |
2014-11-19 | Gtk3: use gdk_display_get_app_launch_context instead of gdk_app_launch_contex... | infirit | 1 | -0/+8 |
2014-11-19 | added focus stealing prevention code | infirit | 1 | -11/+24 |
2014-10-02 | Use Caja GSettings schema optionally | Balló György | 1 | -10/+24 |
2014-06-28 | Do not set the selected app as the system defaultengrampa-1.9.0 | Paolo Bacchilega | 1 | -10/+0 |
2014-05-17 | Also use gdk_window_get_* for gtk2 | infirit | 1 | -4/+0 |
2014-05-17 | Drop support for gtk+ < 2.24 | infirit | 1 | -15/+0 |
2013-11-16 | fix the GTK3 version | Elias Aebi | 1 | -2/+7 |
2013-11-15 | add the primary-toolbar style class | Elias Aebi | 1 | -0/+3 |
2013-11-15 | port to GTK3 | Elias Aebi | 1 | -4/+1 |
2013-11-13 | replace GDK_<keyname> with GDK_KEY_<keyname> | Elias Aebi | 1 | -16/+16 |