Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Fix -Wimplicit-int-conversion warning | rbuj | 1 | -3/+1 | |
2019-09-08 | Initialization discards ‘const’ qualifier from pointer target type | rbuj | 1 | -3/+3 | |
Remove 317 warnings [-Wdiscarded-qualifiers]. | |||||
2019-09-03 | remove warnings: cast from function call [-Wbad-function-cast] | rbuj | 1 | -1/+1 | |
dlg-batch-add.c:513:83: warning: cast from function call of type ‘gint’ {aka ‘int’} to non-matching type ‘double’ [-Wbad-function-cast] 513 | gtk_spin_button_set_value (GTK_SPIN_BUTTON (GET_WIDGET ("a_volume_spinbutton")), (double) g_settings_get_int (data->settings, PREF_BATCH_ADD_VOLUME_SIZE) / MEGABYTE); | ^ dlg-new.c:321:81: warning: cast from function call of type ‘gint’ {aka ‘int’} to non-matching type ‘double’ [-Wbad-function-cast] 321 | gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->n_volume_spinbutton), (double) g_settings_get_int (settings, PREF_BATCH_ADD_VOLUME_SIZE) / MEGABYTE); | ^ | |||||
2019-06-11 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
2014-11-19 | Ask overwrite confirmation when extracting files with drag&drop | infirit | 1 | -0/+6 | |
Based on FR commit: 8e2f58d8a56eb2dd27448274c732d3f0324401b5 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=590609 | |||||
2014-11-19 | use g_get_user_config_dir instead of using .config/mate | infirit | 1 | -8/+1 | |
Also provide an automatic migration mechanism. Based on FR commit: 7fd220a834f16b260da8f5ddc1250c43b9dbefd8 From: Paolo Bacchilega <[email protected]> | |||||
2012-11-05 | Port to gsettings | raveit | 1 | -0/+3 | |
2012-10-09 | Fixed fsf addresses. Closes #4. | Steve Zesch | 1 | -1/+1 | |
2012-04-29 | move config folder to .config/mate, thanks to gapan | Stefano Karapetsas | 1 | -4/+4 | |
2011-11-30 | many renames from file-roller to engrampa | Stefano Karapetsas | 1 | -1/+1 | |
2011-11-09 | renaming fileroller to engrampa | Perberos | 1 | -8/+8 | |
2011-11-09 | initial | Perberos | 1 | -0/+122 | |