summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09Use the same view settings for search results as the folder being searchedAndrey Streltsov1-1/+14
Fix issue https://github.com/mate-desktop/caja/issues/704
2019-08-02Support querying files by contained textSlava Aseev1-0/+50
ODF files also supported via odt2txt
2019-07-27use show icons option in views tabWu Xiaotian4-54/+19
2019-07-27Add preference option to hide icons in list view.Wu Xiaotian4-0/+69
2019-07-26fm-directory-view: add icon to "empty trash" into "File" menuPablo Barciela1-1/+1
2019-07-26caja-places-sidebar: add icon to "empty trash"Pablo Barciela1-1/+1
2019-07-24add git.mk to generate .gitignoreWu Xiaotian2-0/+4
2019-07-23spatial-window: replace geprecated gtk_menu_popupraveit651-27/+6
2019-07-23property-browser: replace deprecated gtk_drag_beginraveit651-5/+7
use gtk_drag_begin_with_coordinates instead
2019-07-23fm-list-view: replace deprecated gtk_drag_beginraveit651-6/+7
use gtk_drag_begin_with_coordinates instead
2019-07-23Show thumbnails in list viewWu Xiaotian1-1/+8
2019-07-21fix build error about fm-empty-viewWu Xiaotian1-1/+2
2019-07-17src / file-manager: reduce the scope of some variablesPablo Barciela10-229/+408
2019-07-10preferences: Render extension icons as cairo_surfacesVictor Kareh2-14/+14
2019-07-10preferences: Render media icons as cairo_surfaceVictor Kareh1-8/+9
2019-07-10Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh2-31/+30
2019-07-10sidebar: Render info icon as vectorVictor Kareh1-16/+16
2019-07-08Add support for loading theme-specific caja-desktop CSSColomban Wendling1-5/+40
Add support for loading a specific CSS named after the theme for theming the desktop, "caja-desktop-$THEME.css". This allows specific overrides for themes with specific needs, like HighContrast and such.
2019-07-08Refactor custom CSS loading into a separate functionColomban Wendling1-23/+18
2019-07-08Add support for checking .ui accessibility with gla11ySamuel Thibault2-2/+45
2019-07-02desktop icon view: disconnect callback from correct GSettings instancemonsta1-1/+1
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af
2019-07-02Add scroll tabs with mouse wheelLaurent Napias2-0/+15
File's properties and caja's preferences windows
2019-07-01migrate intltool to gettextWu Xiaotian2-6/+6
2019-06-29caja-zoom-action: suppress GtkAction warningsraveit651-0/+8
2019-06-29caja-window: suppress GtkAction warningsraveit651-0/+30
2019-06-29caja-window-toolbars: suppress GtkAction warningsraveit651-2/+9
2019-06-29caja-spartial-window: suppress GtkAction warningsraveit651-0/+4
2019-06-29caja-window-menus: suppress GtkAction warningsraveit651-4/+30
2019-06-29window-manage-views: suppress GtkAction warningsraveit651-0/+2
2019-06-29caja-window-bookmarks: suppress GtkAction warningsraveit651-0/+2
2019-06-29view-as-action: suppress GtkAction warningsraveit651-0/+8
2019-06-29navigation-window: suppress GtkAction warningsraveit651-0/+10
2019-06-29caja-navigation-window-menus: suppress GtkAction warningsraveit651-1/+32
2019-06-29caja-navigation-action: suppress GtkAction warningsraveit651-0/+8
2019-06-29caja-desktop-window: suppress GtkAction warningsraveit651-0/+2
2019-06-29fm-list-view: suppress GtkAction warningsraveit651-0/+2
2019-06-29fm-icon-view: suppress GtkAction warningsraveit651-0/+16
2019-06-29fm-directory-view: change G_GNUC_END_IGNORE_DEPRECATIONS placePablo Barciela1-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-28Fix cppcheck warningsPablo Barciela2-110/+110
appeared since the silence of deprecated gtkaction warnings
2019-06-27Revert "fm-directory-view: free var action_name"raveit651-2/+0
This reverts commit f13416d256ede64396c3c6bb26fadb9b5e527bd3. This was wrong.
2019-06-27fm-directory-view: free var action_nameraveit651-0/+2
2019-06-27fm-directory-view: fix previous GtkAction commitraveit651-9/+12
2019-06-25fm-directory-view: suppress GtkAction warningsraveit651-3/+107
2019-06-25fm-desktop-icon-view: suppress GtkAction warningsraveit651-0/+9
2019-06-18Remove trailing whitespacesrbuj15-75/+75
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-17src: reduce the scope of some variablesPablo Barciela32-208/+331
2019-06-11Change URL prefixes from http to httpsrbuj2-2/+2
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-05-04eel: remove date & time functionsrbuj3-10/+10
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-30caja-spatial-window: Unused variable irbuj1-1/+0