Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-05 | gtk-utils: Remove _gtk_builder_get_widget | rbuj | 1 | -2/+4 | |
2020-03-25 | Terminate the application if the resource doesn't exists | rbuj | 1 | -3/+1 | |
2020-03-04 | Add dlg-add-files.ui and dlg-add-folder.ui | rbuj | 1 | -43/+16 | |
2019-09-22 | Use g_list_free_full and g_slist_free_full | rbuj | 1 | -2/+1 | |
void g_list_free_full (GList *list, GDestroyNotify free_func); void g_slist_free_full (GList *list, GDestroyNotify free_func); Convenience methods, which free all the memory used by a list, and calls free_func on every element's data. | |||||
2019-09-03 | remove build warning: local variable shadows another variable | rbuj | 1 | -4/+2 | |
actions.c:245:24: warning: declaration of ‘dialog’ shadows a previous local [-Wshadow] caja-engrampa.c:137:17: warning: declaration of ‘file’ shadows a previous local [-Wshadow] caja-engrampa.c:58:17: warning: declaration of ‘file’ shadows a previous local [-Wshadow] dlg-add-files.c:120:9: warning: declaration of ‘uri’ shadows a previous local [-Wshadow] fr-window.c:4935:11: warning: declaration of ‘value’ shadows a previous local [-Wshadow] | |||||
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 1 | -2/+2 | |
2019-06-11 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -2/+2 | |
2016-05-27 | drop old GTK+2 code | monsta | 1 | -5/+1 | |
2014-11-22 | fixed missing prototype warning | infirit | 1 | -0/+1 | |
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]> | |||||
2014-11-20 | Gtk3: Silence the GtkBox and GtkPaned deprecation warnings | infirit | 1 | -0/+3 | |
2014-11-19 | Fixed crash when clicking Cancel in Add Files | infirit | 1 | -3/+6 | |
This reworks the patch already taken from gnome bug 631472 as there is more done in the commit that makes sense. Taken from FR commit: 77e9b777042c557c961f058ecab2691a4fd19a62 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=631472 | |||||
2012-11-17 | file-roller crashes when clicking Cancel in Add Files | Steve Zesch | 1 | -1/+6 | |
2012-11-05 | Port to gsettings | raveit | 1 | -4/+6 | |
2012-10-09 | Fixed fsf addresses. Closes #4. | Steve Zesch | 1 | -1/+1 | |
2011-11-30 | many renames from file-roller to engrampa | Stefano Karapetsas | 1 | -1/+1 | |
2011-11-09 | renaming fileroller to engrampa | Perberos | 1 | -1/+1 | |
2011-11-09 | initial | Perberos | 1 | -0/+191 | |