Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-04 | Scale screen dimensions | Victor Kareh | 1 | -6/+12 |
2018-04-04 | icon-info: hash/store icons using scale factor as well as size | Lionel Landwerlin | 1 | -6/+18 |
2018-04-04 | file: support HiDpi for thumbnails images | Cosimo Cecchi | 1 | -3/+3 |
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 11 | -122/+177 |
2018-04-04 | canvas-container: listen to scale factor to invalidate icons | Lionel Landwerlin | 1 | -0/+12 |
2018-04-04 | canvas-item: use gtk_render_icon_surface for the DnD surface | Cosimo Cecchi | 1 | -3/+8 |
2018-03-31 | caja-bookmark: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -13/+37 |
2018-03-29 | modify code error: end the statement with a semicolon | 张雯 | 1 | -2/+2 |
2018-03-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 1 | -3/+3 |
2018-03-12 | avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 2 | -8/+23 |
2018-03-03 | rename mate_dialog_add_button to eel_dialog_add_button | Pablo Barciela | 3 | -70/+18 |
2018-03-01 | avoid eel_create_question_dialog with stock ids | Pablo Barciela | 2 | -6/+7 |
2018-02-27 | avoid eel_run_simple_dialog with stock ids | Pablo Barciela | 1 | -1/+1 |
2018-02-27 | caja-file-operations: avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 1 | -39/+71 |
2018-02-24 | caja-file-conflict-dialog: avoid gtk_dialog_add_buttons with stock id | Pablo Barciela | 1 | -6/+27 |
2018-02-23 | avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -10/+4 |