Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-17 | Revert "Memory leak fix" | raveit65 | 1 | -1/+0 | |
This reverts commit 04f7e80725c61ab511e2a4ead45eb31acc026e1a. | |||||
2018-09-17 | Revert "Fix indents, update docs to reflect ability to open URIs in tabs" | raveit65 | 3 | -70/+68 | |
This reverts commit 424cf4485515a51074c0811880560de360dad784. | |||||
2018-09-16 | Fix indents, update docs to reflect ability to open URIs in tabs | lukefromdc | 3 | -68/+70 | |
2018-09-15 | Memory leak fix | Clément Masci | 1 | -0/+1 | |
2018-09-14 | add option to open multiple uri in tabs at startup | Clément Masci | 5 | -55/+123 | |
2018-08-24 | pathbar: Activate pane when changing location | Victor Kareh | 1 | -0/+3 | |
2018-08-01 | add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab] | Pablo Barciela | 2 | -0/+51 | |
If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.caja.preferences" Closes https://github.com/mate-desktop/caja/issues/768 | |||||
2018-07-31 | caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;] | Pablo Barciela | 1 | -0/+5 | |
Fixes https://github.com/mate-desktop/caja/issues/1024 | |||||
2018-07-15 | caja-desktop-directory: stop segfaults in directory_ready_callback | lukefromdc | 1 | -0/+4 | |
Prevent segfault on g_list_find in directory_ready_callback by catching the NULL case | |||||
2018-07-12 | caja-directory.c: fix build warning | lukefromdc | 1 | -31/+0 | |
Remove two functions now unused after github.com/mate-desktop/caja/commit/191aa3992171c84134f0359a960e5bebc7bfeca4 "libcaja-private: remove redundant prefs application to hash table " | |||||
2018-07-11 | pathbar: increase reference count of path in update_button_types | lukefromdc | 1 | -1/+6 | |
Stop crash and g_object_ref: assertion 'G_IS_OBJECT (object)' failed warnings on toggling desktop_is_home_dir and on some window opening events | |||||
2018-07-11 | Fix some issues found by static analysis | lukefromdc | 1 | -2/+0 | |
Apply one part of https://github.com/GNOME/nautilus/commit/c039b03590c86f5142c78d616700ef7af7c8a5a8#diff-f896071d07d34e87af94a18de95e4ea2 | |||||
2018-07-11 | pathbar: Fix crash when accessing drive root | lukefromdc | 1 | -3/+4 | |
Apply github.com/GNOME/nautilus/commit/e759e82386f80fb214a420b789b07a194480462c pathbar: Fix crash when accessing drive root The path bar button data is not properly set up when type button type is “root”. | |||||
2018-07-11 | libcaja-private: remove redundant prefs application to hash table | lukefromdc | 1 | -47/+0 | |
These preferences are all applied elsewhere and all work without this. Removing it stops the g_hash_table_foreach warnings with GTK 3.23.0 | |||||
2018-07-11 | [desktop-bg] Fix memory leak during background change events | Lars R. Damerow | 1 | -2/+5 | |
The string returned by eel_bg_get_desktop_color() needs to be freed by the caller, which wasn't happening before. Commit b9cf3667 fixed the case where this function was being called repeatedly, triggering this leak and causing it to rapidly fill system memory. | |||||
2018-07-12 | caja-location-bar: Fix: change background color based on activity state | Pablo Barciela | 1 | -15/+48 | |
and avoid deprecated 'gtk_widget_override_background_color' | |||||
2018-07-03 | release 1.21.2v1.21.2 | raveit65 | 2 | -1/+33 | |
2018-07-03 | sync with transifex | raveit65 | 119 | -27198/+28659 | |
2018-06-21 | eel-gtk-extensions: show icons in right-click menus only if ↵ | lukefromdc | 1 | -2/+9 | |
"menus-have-icons" set | |||||
2018-06-20 | tx: update source file | raveit65 | 1 | -121/+129 | |
2018-06-18 | caja-sidebar-title: Fix: images broken in sidebar | Pablo Barciela | 1 | -5/+30 | |
Fixes https://github.com/mate-desktop/caja/pull/1004#issuecomment-398140812 | |||||
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-07 | caja-sidebar-title: fix [-Wmaybe-uninitialized] warning | raveit65 | 1 | -0/+1 | |
2018-06-06 | desktop window: Add is-desktop AtkObject attribute | Samuel Thibault | 2 | -0/+51 | |
Screen readers need to distinguish between the desktop window and normal windows, to be able to provide nicer speech synthesis. This can be done by simply adding an "is-desktop" attribute to the underlying AtkObject. This is here done by introducing a thin caja_desktop_window_accessible_class class which is based on GtkWindowAccessible and just appends the attribute. Closes: #999 | |||||
2018-06-05 | caja-desktop-window.c: Fix: caja crashes unexpectedly | Pablo Barciela | 1 | -0/+13 | |
Fixes https://github.com/mate-desktop/caja/pull/1005#issuecomment-394805519 | |||||
2018-06-05 | avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 2 | -2/+12 | |
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 6 | -10/+3 | |
2018-06-02 | caja-bookmark.c: drop unused variable | Pablo Barciela | 1 | -1/+0 | |
Fixes https://github.com/mate-desktop/caja/pull/1001#issuecomment-394072477 | |||||
2018-05-23 | caja-bookmark.c: Fix icons in bookmarks | Pablo Barciela | 1 | -16/+10 | |
Fixes https://github.com/mate-desktop/caja/pull/962#issuecomment-389114129 | |||||
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 | 2 | -10/+12 | |
2018-05-18 | update potfile | monsta | 1 | -124/+120 | |
2018-05-16 | Pathbar button: fix poor response to right-click | lukefromdc | 1 | -1/+1 | |
Fix https://github.com/mate-desktop/caja/issues/996 | |||||
2018-05-16 | editable-label: avoid deprecated 'gtk_im_multicontext_append_menuitems' | Pablo Barciela | 1 | -15/+1 | |
drop "Input Methods" | |||||
2018-05-16 | zoom-control: use NULL instead of uninitialized variable | monsta | 1 | -2/+1 | |
2018-05-16 | remove unused function | monsta | 1 | -25/+0 | |
not needed after ddf6f38db4e842abecd4f2ee77012050822b3775 | |||||
2018-05-16 | use NULL instead of uninitialized variable | monsta | 1 | -4/+2 | |
follow-up to ddf6f38db4e842abecd4f2ee77012050822b3775 | |||||
2018-05-14 | eel-editable-label.c: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 1 | -5/+5 | |
2018-05-13 | eel-editable-label: avoid deprecated gtk_style_context_set_background | Pablo Barciela | 1 | -15/+0 | |
2018-05-10 | eel-gtk-extensions: replace deprecated gtk_menu_popup function | raveit65 | 5 | -54/+8 | |
2018-05-10 | zoom-control: don't use eel_pop_up_context_menu function | raveit65 | 1 | -6/+10 | |
in favor of constant using of gtk_menu_popup_at_widget for mouse and keyboard events. | |||||
2018-05-07 | Replace deprecated gtk_menu_popup | raveit65 | 7 | -140/+29 | |
Replace deprecated gtk_menu_popup in eel-editable-label,caja-dnd, emblem-sidebar,caja-side-pane, fm-tree-view, caja-navigation-window-pane, and caja-zoom-control | |||||
2018-05-07 | libcaja-private: replace deprecated gdk_error_trap functions | raveit65 | 1 | -4/+6 | |
replace gdk_error_trap_push gdk_error_trap_pop_ignored | |||||
2018-05-07 | fm-desktop-icon-view: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -4/+6 | |
2018-05-07 | replace deprecated gdk_flush | raveit65 | 2 | -3/+5 | |
2018-05-07 | libcaja-private: fix -Wlogical-not-parentheses build warning | raveit65 | 1 | -1/+1 | |
fixes this warning: caja-undostack-manager.c: In function 'retrieve_files_to_restore': caja-undostack-manager.c:1967:38: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!(g_hash_table_size (trashed)) > 0) { ^ caja-undostack-manager.c:1967:7: note: add parentheses around left hand side expression to silence this warning if (!(g_hash_table_size (trashed)) > 0) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( ) | |||||
2018-05-05 | avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 8 | -16/+87 | |
2018-05-05 | release 1.21.1v1.21.1 | raveit65 | 1 | -2/+41 | |
2018-05-05 | sync with transifex | raveit65 | 119 | -117386/+125049 | |