Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-04 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 1 | -1/+1 | |
2020-02-08 | Drop GLIB version check | Wu Xiaotian | 1 | -3/+0 | |
2020-01-12 | fm-properties: Remove use of mate-desktop-thumbnail helper | raveit65 | 1 | -5/+3 | |
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. | |||||
2019-08-26 | Let some strings be translatable | Wu Xiaotian | 2 | -8/+9 | |
2019-08-26 | add new interface | Wu Xiaotian | 2 | -65/+44 | |
2019-08-26 | add CajaWidgetViewProvider docs | Wu Xiaotian | 1 | -12/+78 | |
2019-08-26 | add new extension for widget view | Wu Xiaotian | 1 | -4/+19 | |
2019-08-26 | Set FmWidgetView is single view. | Wu Xiaotian | 6 | -49/+50 | |
2019-08-26 | add new FmWidgetView object | Wu Xiaotian | 3 | -0/+441 | |
2019-08-26 | fix build error about autoptr clean | Wu Xiaotian | 1 | -0/+5 | |
2019-08-19 | Remove comments that are not written to translators from pot file | rbuj | 4 | -13/+13 | |
2019-07-27 | use show icons option in views tab | Wu Xiaotian | 1 | -1/+1 | |
2019-07-27 | Add preference option to hide icons in list view. | Wu Xiaotian | 1 | -0/+14 | |
2019-07-26 | fm-directory-view: add icon to "empty trash" into "File" menu | Pablo Barciela | 1 | -1/+1 | |
2019-07-24 | add git.mk to generate .gitignore | Wu Xiaotian | 1 | -0/+2 | |
2019-07-23 | fm-list-view: replace deprecated gtk_drag_begin | raveit65 | 1 | -6/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2019-07-23 | Show thumbnails in list view | Wu Xiaotian | 1 | -1/+8 | |
2019-07-21 | fix build error about fm-empty-view | Wu Xiaotian | 1 | -1/+2 | |
2019-07-17 | src / file-manager: reduce the scope of some variables | Pablo Barciela | 10 | -229/+408 | |
2019-07-10 | Replace gdkpixbuf with cairo_surfaces in a few more places | Victor Kareh | 1 | -3/+3 | |
2019-07-02 | desktop icon view: disconnect callback from correct GSettings instance | monsta | 1 | -1/+1 | |
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af | |||||
2019-07-02 | Add scroll tabs with mouse wheel | Laurent Napias | 1 | -0/+8 | |
File's properties and caja's preferences windows | |||||
2019-06-29 | fm-list-view: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | fm-icon-view: suppress GtkAction warnings | raveit65 | 1 | -0/+16 | |
2019-06-29 | fm-directory-view: change G_GNUC_END_IGNORE_DEPRECATIONS place | Pablo Barciela | 1 | -2/+2 | |
Fixes cppcheck warnings: [src/file-manager/fm-directory-view.c:1007]: (style) Statements following return, break, continue, goto or throw will never be executed. [src/file-manager/fm-directory-view.c:1080]: (style) Statements following return, break, continue, goto or throw will never be executed. | |||||
2019-06-28 | Fix cppcheck warnings | Pablo Barciela | 2 | -110/+110 | |
appeared since the silence of deprecated gtkaction warnings | |||||
2019-06-27 | Revert "fm-directory-view: free var action_name" | raveit65 | 1 | -2/+0 | |
This reverts commit f13416d256ede64396c3c6bb26fadb9b5e527bd3. This was wrong. | |||||
2019-06-27 | fm-directory-view: free var action_name | raveit65 | 1 | -0/+2 | |
2019-06-27 | fm-directory-view: fix previous GtkAction commit | raveit65 | 1 | -9/+12 | |
2019-06-25 | fm-directory-view: suppress GtkAction warnings | raveit65 | 1 | -3/+107 | |
2019-06-25 | fm-desktop-icon-view: suppress GtkAction warnings | raveit65 | 1 | -0/+9 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 2 | -2/+2 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-11 | Change URL prefixes from http to https | rbuj | 1 | -1/+1 | |
2019-05-04 | eel: remove date & time functions | rbuj | 2 | -3/+3 | |
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 | 18 | -194/+194 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 18 | -245/+287 | |
2019-04-08 | Pass "NULL" for keyboard event | lukefromdc | 2 | -2/+10 | |
Fix #1198 "Context menu with menu key broken" Pass "NULL" for event which is passed ultimately to gtk_menu_popup_at_pointer as an invalid event was being passed when the menu key was used to open the icon views context menu | |||||
2019-04-05 | fm-desktop-icon-view: remove dead code | Pablo Barciela | 1 | -11/+1 | |
Fixes Clang static analyzer warnings: fm-desktop-icon-view.c:331:33: warning: 1st function call argument is an uninitialized value if (pointer == NULL && (gdk_device_get_source (cur) == GDK_SOURCE_MOUSE)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fm-desktop-icon-view.c:335:34: warning: 1st function call argument is an uninitialized value if (keyboard == NULL && (gdk_device_get_source (cur) == GDK_SOURCE_KEYBOARD)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-03-29 | eel: remove g_object_list_copy | rbuj | 1 | -1/+1 | |
GNOME/nautilus@7af24a8 Replace GList * eel_g_object_list_copy (GList *list) with g_list_copy_deep (list, (GCopyFunc) g_object_ref, NULL) | |||||
2019-03-07 | avoid variables set but not used | Pablo Barciela | 1 | -4/+0 | |
2019-03-04 | fm-tree-model: Fix use of memory after it is freed | Pablo Barciela | 1 | -2/+6 | |
to avoid warning with Clang Analyzer | |||||
2019-03-04 | fm-directory-view: Fix use of memory after it is freed | Pablo Barciela | 1 | -1/+1 | |
to avoid warning with Clang Analyzer | |||||
2019-03-04 | drop unused variables | Pablo Barciela | 1 | -1/+0 | |
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 1 | -4/+4 | |
2019-01-28 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 4 | -39/+31 | |
- caja-connect-server-dialog - caja-navigation-window - caja-property-browser - caja-sidebar-title - caja-trash-bar - caja-window - caja-zoom-action - caja-zoom-control - fm-desktop-icon-view - fm-properties-window | |||||
2019-01-03 | [libcaja-private] Re-check file MIME type before picking an application. | Max Eliaser | 1 | -0/+7 | |
An example of when the MIME type might change: a file is initially created with 0 bytes of content, but more data is added later. Empty files are always detected as plain text, but the file might not be empty anymore when the user opens it. This commit affects the behavior when double-clicking a file and when right- clicking on it too. | |||||
2019-01-03 | [file-manager] Fix apparent bug in context menu updating code. | Max Eliaser | 1 | -1/+1 | |
The code looked like it was supposed to check whether each file in the selection could be opened in an external app, but was only checking the first item in the selection repeatedly. This bug may have been mostly benign since the subsequent call to caja_mime_get_default_application_for_files will return NULL anyway if the files don't all match each other. | |||||
2018-12-30 | Revert "fm-directory-view.c: Decrease minimum update interval." | Pablo Barciela | 1 | -2/+2 | |
This reverts commit 021ff2ac062f1cfd52726c78e9a3956405001c6e. Fixes https://github.com/mate-desktop/caja/issues/1101 | |||||
2018-12-27 | Remove useless comments, correct description string | Sargastic | 2 | -7/+0 | |
2018-12-27 | Add independent show/hide backup files | Sargastic | 3 | -4/+67 | |