Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-27 | use show icons option in views tab | Wu Xiaotian | 1 | -3/+3 | |
2019-07-27 | Add preference option to hide icons in list view. | Wu Xiaotian | 1 | -0/+5 | |
2019-07-10 | preferences: Render extension icons as cairo_surfaces | Victor Kareh | 1 | -12/+12 | |
2019-07-10 | preferences: Render media icons as cairo_surface | Victor Kareh | 1 | -8/+9 | |
2019-07-02 | Add scroll tabs with mouse wheel | Laurent Napias | 1 | -0/+7 | |
File's properties and caja's preferences windows | |||||
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -11/+11 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-17 | src: reduce the scope of some variables | Pablo Barciela | 1 | -6/+8 | |
2019-05-04 | eel: remove date & time functions | rbuj | 1 | -7/+7 | |
Do not need to extend glib library, since it now incorporates these functions. Extended date format modifiers are available on glib v2.56. eel-glib-extensions.h/c: GDate * eel_g_date_new_tm (struct tm *time_pieces); char * eel_strdup_strftime (const char *format, struct tm *time_pieces); gint64 eel_get_system_time (void); Do not need to test the extensions in eel_self_check_glib_extensions (void). eel-glib-extensions.c: static void check_tm_to_g_date (time_t time) static char * test_strftime (...) Do not need to check if strftime implements extended date format modifiers on the system (available on glibc v2.27). configure.ac | |||||
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -8/+8 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -12/+10 | |
2018-12-27 | Add independent show/hide backup files | Sargastic | 1 | -0/+4 | |
2018-10-19 | Add 'Configurable' interface and add support to caja-file-management-properties | 20kdc | 1 | -3/+60 | |
2018-04-08 | Add sort criterion by reversed extension segments | Moritz Bruder | 1 | -0/+7 | |
The basenames of files are split by dots and then starting from the end each segment is compared to find a sort order. Example: bar.tar.bz2 foo.tar.bz2 a.bar.gz x.tar.gz z.tar.gz test.tex A heuristic determines what extension segments are part of the extension. There is probably no perfect solution but there are much less false positives. As a result the sorting is more intuitive and the displayed column in the list view is better readable and displays extensions more accurately. In addition a bug related to the default sort criteria in the preferences has been fixed. | |||||
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -2/+3 | |
Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7 | |||||
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -6/+0 | |
2018-01-15 | add missing window icon to About dialog for extensions | monsta | 1 | -0/+1 | |
2018-01-01 | caja-file-management-properties.c: Fix build warning: | Pablo Barciela | 1 | -1/+1 | |
passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type | |||||
2017-07-22 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+6 | |
2017-05-25 | added feature: present the size on disk of files as we present the size of ↵ | Felipe Barriga Richards | 1 | -0/+1 | |
the file. | |||||
2017-02-07 | Add an option for asking confirmation before moving files to the trash | Colomban Wendling | 1 | -0/+4 | |
Add an option to show a confirmation dialog when moving files to the trash, like there is for deleting files directly or emptying the trash. Closes #632. | |||||
2016-08-22 | drop a large amount of completely unused code | monsta | 1 | -1/+0 | |
2016-07-30 | use GtkAbout instead of MateAbout | raveit65 | 1 | -12/+10 | |
2016-01-26 | fix a few build warnings | monsta | 1 | -4/+4 | |
2015-07-07 | Revert "show main caja help page from m-u-g in all dialogs" | Monsta | 1 | -4/+1 | |
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5. | |||||
2015-06-17 | show main caja help page from m-u-g in all dialogs | Monsta | 1 | -1/+4 | |
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs) | |||||
2014-11-06 | Fix segmentation fault if extensions dont provide information file | Stefano Karapetsas | 1 | -2/+2 | |
2014-11-03 | Add about dialog for extensions | Stefano Karapetsas | 1 | -4/+58 | |
2014-10-27 | Allow extensions to define an ini file with name, icon and description | Stefano Karapetsas | 1 | -10/+31 | |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 1 | -0/+93 | |
2014-06-27 | Add option in the UI to set IEC units usage | Stefano Karapetsas | 1 | -0/+5 | |
Closes https://github.com/mate-desktop/caja/issues/293 | |||||
2013-12-22 | Update help uri to the correct location | infirit | 1 | -2/+2 | |
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 1 | -1/+1 | |
2013-04-12 | Fix default sort order in preferences window | Stefano Karapetsas | 1 | -1/+0 | |
Closes #106 (https://github.com/mate-desktop/mate-file-manager/issues/106) | |||||
2013-04-12 | Fix radio buttons and GSettings in preferences window | Stefano Karapetsas | 1 | -52/+28 | |
Closes: https://github.com/mate-desktop/mate-file-manager/issues/104 Patch from: https://git.gnome.org/browse/nautilus/commit/?id=f200bfb | |||||
2012-12-22 | [fm-properties] Use G_SETTINGS_BIND_INVERT_BOOLEAN where appropriate | Jasmine Hassan | 1 | -22/+2 | |
http://git.gnome.org/browse/nautilus/commit/?id=df382f58d0ec2a1b779cf80048ad70944c8859df | |||||
2012-11-16 | [src] replace deprecated GtkComboBox text APIs with GtkComboBoxText | Jasmine Hassan | 1 | -10/+11 | |
[src] don't use GtkComboBox text APIs (#632651) They got replaced by GtkComboBoxText. Thanks to Mathias Clasen and Flo Gravo. http://git.gnome.org/browse/nautilus/commit/?id=f123f99bee1005cd279783f9d441f538fcf85542 | |||||
2012-11-16 | [fm-properties] use right link for the 'Media' help page | Jasmine Hassan | 1 | -0/+4 | |
preferences: use right link for the 'Media' help page (#564866). http://git.gnome.org/browse/nautilus/commit/?id=46544c9885b7064c216f1a9401d42bdb9816bdd2 | |||||
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 1 | -21/+2 | |
2012-09-05 | convert list-view preferences to gsettings | Stefano Karapetsas | 1 | -18/+23 | |
also move the sort order prefs from view-specific to common prefs we already only have one UI setting that controls both, so it makes no sense to have two settings. (from nautilus 3.0) | |||||
2012-09-05 | convert compact view prefs to gsettings | Stefano Karapetsas | 1 | -7/+7 | |
2012-09-05 | convert tree sidebar prefs to gsettings | Stefano Karapetsas | 1 | -3/+3 | |
2012-09-05 | convert desktop preferences to gsettings | Stefano Karapetsas | 1 | -1/+5 | |
2012-09-05 | convert icon-view preferences to gsettings | Stefano Karapetsas | 1 | -18/+19 | |
2012-09-05 | convert preview settings to gsettings | Stefano Karapetsas | 1 | -14/+71 | |
2012-09-05 | convert show-directory-item-counts to gsettings | Stefano Karapetsas | 1 | -4/+4 | |
2012-09-05 | convert show-text-in-icons to gsettings | Stefano Karapetsas | 1 | -5/+5 | |
2012-09-05 | convert default-folder-view to gsettings | Stefano Karapetsas | 1 | -7/+7 | |
2012-09-05 | convert sort-directories-first to gsettings | Stefano Karapetsas | 1 | -3/+3 | |
2012-09-05 | convert always-use-browser to gsettings | Stefano Karapetsas | 1 | -3/+34 | |
2012-09-05 | convert click-policy to gsettings | Stefano Karapetsas | 1 | -4/+4 | |