Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-24 | add git.mk to generate .gitignore | Wu Xiaotian | 2 | -0/+4 | |
2019-07-23 | spatial-window: replace geprecated gtk_menu_popup | raveit65 | 1 | -27/+6 | |
2019-07-23 | property-browser: replace deprecated gtk_drag_begin | raveit65 | 1 | -5/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
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 | preferences: Render extension icons as cairo_surfaces | Victor Kareh | 2 | -14/+14 | |
2019-07-10 | preferences: Render media icons as cairo_surface | Victor Kareh | 1 | -8/+9 | |
2019-07-10 | Replace gdkpixbuf with cairo_surfaces in a few more places | Victor Kareh | 2 | -31/+30 | |
2019-07-10 | sidebar: Render info icon as vector | Victor Kareh | 1 | -16/+16 | |
2019-07-08 | Add support for loading theme-specific caja-desktop CSS | Colomban Wendling | 1 | -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-08 | Refactor custom CSS loading into a separate function | Colomban Wendling | 1 | -23/+18 | |
2019-07-08 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+45 | |
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 | 2 | -0/+15 | |
File's properties and caja's preferences windows | |||||
2019-07-01 | migrate intltool to gettext | Wu Xiaotian | 2 | -6/+6 | |
2019-06-29 | caja-zoom-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | caja-window: suppress GtkAction warnings | raveit65 | 1 | -0/+30 | |
2019-06-29 | caja-window-toolbars: suppress GtkAction warnings | raveit65 | 1 | -2/+9 | |
2019-06-29 | caja-spartial-window: suppress GtkAction warnings | raveit65 | 1 | -0/+4 | |
2019-06-29 | caja-window-menus: suppress GtkAction warnings | raveit65 | 1 | -4/+30 | |
2019-06-29 | window-manage-views: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | caja-window-bookmarks: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | view-as-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | navigation-window: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-06-29 | caja-navigation-window-menus: suppress GtkAction warnings | raveit65 | 1 | -1/+32 | |
2019-06-29 | caja-navigation-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | caja-desktop-window: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
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 | 15 | -75/+75 | |
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 | 32 | -208/+331 | |
2019-06-11 | Change URL prefixes from http to https | rbuj | 2 | -2/+2 | |
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-05-04 | eel: remove date & time functions | rbuj | 3 | -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-30 | caja-spatial-window: Unused variable i | rbuj | 1 | -1/+0 | |
2019-04-16 | caja-location-dialog: Fix 'cppcheck' and 'clang' warnings | Pablo Barciela | 1 | -5/+5 | |
Fixes 'cppcheck' warnings: [src/caja-location-dialog.c:229] -> [src/caja-location-dialog.c:237]: (warning) Either the condition 'window' is redundant or there is possible null pointer dereference: window. [src/caja-location-dialog.c:224]: (style) The scope of the variable 'formatted_location' can be reduced. Fixes Clang static analyzer warning: caja-location-dialog.c:237:12: warning: Access to field 'details' results in a dereference of a null pointer (loaded from variable 'window') slot = window->details->active_pane->active_slot; ^~~~~~~~~~~~~~~ | |||||
2019-04-14 | caja-property-browser: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -4/+4 | |
Fixes Clang static analyzer warnings: caja-property-browser.c:1242:45: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption CajaPropertyBrowser *property_browser = CAJA_PROPERTY_BROWSER (data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:1414:45: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption CajaPropertyBrowser *property_browser = CAJA_PROPERTY_BROWSER (data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ caja-property-browser.c:1450:45: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption CajaPropertyBrowser *property_browser = CAJA_PROPERTY_BROWSER(data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 80 | -559/+559 | |
2019-04-10 | drop functions defined but not used | Pablo Barciela | 6 | -463/+0 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 80 | -753/+902 | |
2019-04-09 | Fix invocation with --geometry from the command line | lukefromdc | 1 | -7/+14 | |
Due to changes somewhere else windows called with --geometry must now be opened before splitedOptions is freed or the geometry passed to later functions gets corrrupted Note that setting a width smaller than 654 px will generate GTK warnings (negative content width and similar) but will still mostly work. |