Age | Commit message (Expand) | Author | Files | Lines |
2019-07-05 | Render file-conflict icons as cairo_surface vectors | Victor Kareh | 3 | -42/+68 |
2019-07-05 | file-conflict-dialog: don't scale icons twice on hidpi monitors | lukefromdc | 1 | -4/+4 |
2019-07-01 | hidpi: ensure all icons are properly scaled | lukefromdc | 1 | -2/+2 |
2019-07-01 | migrate intltool to gettext | Wu Xiaotian | 1 | -2/+0 |
2019-06-30 | desktop: Always draw the items label frame | Colomban Wendling | 1 | -12/+16 |
2019-06-28 | Fix cppcheck warnings | Pablo Barciela | 2 | -22/+22 |
2019-06-25 | caja-ui-utilities: suppress GtkAction warnings | raveit65 | 1 | -0/+12 |
2019-06-25 | caja-clipboard: suppress GtkAction warnings | raveit65 | 1 | -0/+10 |
2019-06-18 | Remove trailing whitespaces | rbuj | 14 | -59/+59 |
2019-06-15 | caja-open-with-dialog: cppcheck: Redundant condition | Pablo Barciela | 1 | -2/+1 |
2019-06-11 | Change URL prefixes from http to https | rbuj | 3 | -3/+3 |
2019-06-09 | caja-progress-info: add tooltips to file transfer dialog | Pablo Barciela | 1 | -0/+4 |
2019-06-09 | Add accessible names for buttons in file transfer operations dialog | Luke Yelavich | 1 | -0/+4 |
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 44 | -476/+794 |
2019-05-04 | eel: remove date & time functions | rbuj | 4 | -29/+27 |
2019-04-14 | caja-file-utilities: Fix cast from non-struct type to struct type | Pablo Barciela | 1 | -1/+1 |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 55 | -141/+143 |
2019-04-12 | eel: remove eel_g_object_list_ref | rbuj | 1 | -1/+1 |
2019-04-10 | drop functions defined but not used | Pablo Barciela | 1 | -9/+0 |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 87 | -381/+450 |
2019-04-10 | caja-icon-canvas-item: avoid 'cppcheck' warning | Pablo Barciela | 1 | -14/+13 |
2019-04-10 | caja-file: avoid shifting signed 32-bit value by 31 bits | Pablo Barciela | 1 | -1/+1 |
2019-04-08 | caja-icon-canvas-item: initialize variable 'scale' | Pablo Barciela | 1 | -1/+1 |
2019-04-05 | caja-file-operations: make sure 'error' isn't NULL | Pablo Barciela | 1 | -2/+2 |
2019-04-03 | caja-open-with-dialog: make sure there is error before showing it | Pablo Barciela | 1 | -2/+5 |
2019-03-30 | caja-progress-info: make sure argument is initialized | Pablo Barciela | 1 | -3/+3 |
2019-03-29 | eel: replace eel_ref_str with GRefString | rbuj | 5 | -95/+93 |
2019-03-29 | eel: remove g_object_list_copy | rbuj | 2 | -6/+6 |
2019-03-24 | caja-file: Fix incomplete file replacement dialog | Pablo Barciela | 1 | -9/+5 |
2019-03-24 | caja-autorun: avoid NULL in 'memcpy' | Pablo Barciela | 1 | -1/+4 |
2019-03-22 | caja-file: Fix: true and false branches are identical | Pablo Barciela | 1 | -2/+0 |
2019-03-22 | caja-file-operations: add comment with false positive warning: | Pablo Barciela | 1 | -0/+8 |
2019-03-07 | eel: remove g_str_list_copy | rbuj | 3 | -7/+7 |
2019-03-07 | avoid variables set but not used | Pablo Barciela | 5 | -13/+2 |
2019-03-06 | caja-file: Fix use of memory after it is freed | Pablo Barciela | 1 | -7/+13 |
2019-03-05 | caja-icon-container: Fix use of memory after it is freed | Pablo Barciela | 1 | -2/+2 |
2019-03-04 | caja-tree-view-drag-dest: Fix memory leak | Pablo Barciela | 1 | -0/+1 |
2019-03-04 | [Security] Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -3/+3 |
2019-03-04 | drop unused variables | Pablo Barciela | 3 | -4/+0 |
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 1 | -5/+1 |
2019-02-02 | Fix incompatible pointer types | Victor Kareh | 1 | -2/+2 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -45/+29 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -30/+27 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 5 | -63/+76 |
2019-01-31 | Avoid deprecated g_type_class_add_private under libcaja-private | Wu Xiaotian | 6 | -27/+15 |
2019-01-29 | Fix compile warning | Wu Xiaotian | 2 | -3/+1 |
2019-01-28 | Fixed the value of 6 month and 1 year. | Wu Xiaotian | 3 | -21/+18 |
2019-01-28 | Support querying files by modification time and size | Wu Xiaotian | 3 | -18/+91 |
2019-01-03 | [libcaja-private] Re-check file MIME type before picking an application. | Max Eliaser | 3 | -0/+30 |
2018-12-27 | Fix: weird item in bookmarks if the folder was removed | Pablo Barciela | 1 | -2/+7 |