Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-27 | Minor code-quality enhancements | Sargastic | 2 | -6/+7 |
2018-12-27 | Forgot to initialize is_backup field | Sargastic | 1 | -0/+1 |
2018-12-27 | Remove useless comments, correct description string | Sargastic | 1 | -1/+1 |
2018-12-27 | Skip hidden files only, not backups | Sargastic | 1 | -3/+1 |
2018-12-27 | Add independent show/hide backup files | Sargastic | 11 | -14/+83 |
2018-12-27 | caja-progress-info: new behavior with notifications: | Pablo Barciela | 1 | -10/+3 |
2018-12-27 | caja-progress-info: show notifications with the gsettings key: | Pablo Barciela | 2 | -8/+22 |
2018-12-01 | caja-bookmark: Fix memory leak | Pablo Barciela | 1 | -1/+4 |
2018-12-01 | caja-desktop-link-monitor: Fix memory leak | Pablo Barciela | 1 | -4/+5 |
2018-11-17 | GSettings should init beforce use it. | yetist | 1 | -0/+1 |
2018-11-02 | monitor: fix crash on unmounting remote filesystems | lukefromdc | 1 | -2/+2 |
2018-11-02 | CajaFile: fix crash in modify_link_hash_table | Michael Catanzaro | 1 | -1/+1 |
2018-10-20 | monitor: watch for removal of non-native mounts on GVolumeMonitor | lukefromdc | 3 | -10/+96 |
2018-10-03 | Caja-icon-info: Optimize icon lookups by GIcon. | lukefromdc | 2 | -149/+74 |
2018-08-01 | add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab] | Pablo Barciela | 1 | -0/+5 |
2018-07-15 | caja-desktop-directory: stop segfaults in directory_ready_callback | lukefromdc | 1 | -0/+4 |
2018-07-12 | caja-directory.c: fix build warning | lukefromdc | 1 | -31/+0 |
2018-07-11 | libcaja-private: remove redundant prefs application to hash table | lukefromdc | 1 | -47/+0 |
2018-07-11 | [desktop-bg] Fix memory leak during background change events | Lars R. Damerow | 1 | -2/+5 |
2018-06-07 | caja-progress-info.c: show notifications in begin/end of progress | Pablo Barciela | 1 | -4/+18 |
2018-06-07 | caja-progress-info.c: avoid deprecated 'gtk_status_icon_get_visible' | Pablo Barciela | 1 | -2/+5 |
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 2 | -4/+2 |
2018-06-02 | caja-bookmark.c: drop unused variable | Pablo Barciela | 1 | -1/+0 |
2018-05-23 | caja-bookmark.c: Fix icons in bookmarks | Pablo Barciela | 1 | -16/+10 |
2018-05-20 | icon-container: avoid deprecated 'gtk_style_context_get_border_color' | Pablo Barciela | 1 | -2/+7 |
2018-05-18 | avoid deprecated 'gtk_dialog_get_action_area' | Pablo Barciela | 1 | -5/+6 |
2018-05-16 | use NULL instead of uninitialized variable | monsta | 1 | -4/+2 |
2018-05-07 | Replace deprecated gtk_menu_popup | raveit65 | 1 | -4/+4 |
2018-05-07 | libcaja-private: replace deprecated gdk_error_trap functions | raveit65 | 1 | -4/+6 |
2018-05-07 | libcaja-private: fix -Wlogical-not-parentheses build warning | raveit65 | 1 | -1/+1 |
2018-05-05 | avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 2 | -3/+17 |
2018-05-03 | Eliminate accessible children-changed event flood on container repopulation | Joanmarie Diggs | 2 | -2/+5 |
2018-04-24 | Eliminate accessible children-changed event flood during update all | Joanmarie Diggs | 1 | -0/+6 |
2018-04-24 | Emit accessible-name-change signal for icons only when icons are renamed | Joanmarie Diggs | 2 | -1/+4 |
2018-04-23 | libcaja-private/caja-recent.c: gvfs-open is a deprecated tool, switch to "gio... | Mike Gabriel | 1 | -1/+1 |
2018-04-08 | Add sort criterion by reversed extension segments | Moritz Bruder | 4 | -1/+210 |
2018-04-08 | set icon names instead stock ids in some places | Pablo Barciela | 1 | -2/+2 |
2018-04-06 | Fix warnings from HiDPI commits | lukefromdc | 2 | -1/+4 |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 8 | -106/+195 |