summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23caja-query-editor.c: add #include <eel/eel-stock-dialogs.h>Pablo Barciela1-0/+1
Fixes https://github.com/mate-desktop/caja/pull/950#issuecomment-375567705
2018-03-23avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela2-10/+10
2018-03-17avoid gtk_dialog_new_with_buttons with stock idsPablo Barciela5-61/+124
2018-03-12avoid gtk_dialog_add_buttons with stock idsPablo Barciela4-20/+38
2018-03-05caja-file-management-properties.ui: avoid deprecated GtkVBox and GtkHBoxPablo Barciela1-56/+98
2018-03-05caja-bookmarks-window.ui: avoid deprecated:Pablo Barciela1-22/+15
avoid deprecated GtkVBox, GtkHBox and GtkLabel:xpad/ypad
2018-03-01avoid eel_create_question_dialog with stock idsPablo Barciela3-4/+4
2018-02-27avoid eel_run_simple_dialog with stock idsPablo Barciela1-1/+1
2018-02-26remove runtime warning in usage of caja_clipboard_set_up_editablezhangwen21-1/+1
2018-02-23avoid deprecated GtkButton:use-stockPablo Barciela1-11/+5
2018-02-22can selected all the search keywords with Ctrl+a. #918张雯3-3/+13
2018-02-19caja-file-management-properties.ui: avoid stock properties:Pablo Barciela1-56/+68
avoid deprecated GtkImage:stock and GtkButton:use-stock
2018-02-19Toolbar: find icon: use icon name instead the stock idPablo Barciela1-1/+1
2018-02-18caja-bookmarks-window.ui: avoid deprecated GtkButton:use-stockPablo Barciela1-118/+137
2018-02-17CAJA_TYPE_NAVIGATION_ACTION: avoid deprecated property "stock_id"Pablo Barciela1-2/+2
2018-02-09avoid deprecated GtkStockPablo Barciela16-201/+210
2018-01-31require GTK+ 3.22 and GLib 2.50monsta28-268/+14
2018-01-26Fix tasklist icon change when opening new tabbl0ckeduser1-0/+3
Fixes #719
2018-01-19Include local files with "" instead of <>Jan Niklas Hasse2-3/+5
2018-01-15add missing window icon to About dialog for extensionsmonsta1-0/+1
2018-01-14move libegg to the top srcdir and drop some leftoversmonsta2-2/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2018-01-09remove +x attr from source filesmonsta7-0/+0
fallout from last commit
2018-01-08ui: don't use overlay-scrollbarsraveit657-0/+27
make it consistent with behaviour for caja-places-sidebar
2018-01-01places-sidebar: show user's home dir when it is also the desktoplukefromdc1-25/+25
Current behavior is to show Desktop but hide the user's home directory in the sidebar when desktop-is-home-directory is set. This is opposite what would be expected so invert it. Patch by https://github.com/TomaszGasior
2018-01-01caja-file-management-properties.c: Fix build warning:Pablo Barciela1-1/+1
passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type
2017-12-31places-sidebar: remove duplicate functionlukefromdc1-3/+0
This is already handled in libcaja-private/caja-file-operations.c
2017-12-16WidthOfScreen and HeightOfScreen implementationPablo Barciela3-22/+10
This commit reverts: https://github.com/mate-desktop/caja/commit/4c130e22b98bbc1a85747adac3b582e45d34514e https://github.com/mate-desktop/caja/commit/ac12e6d16f4a51b3327d013781e72cfec17f3624 https://github.com/mate-desktop/caja/commit/17b3c0ca924ffcd4bd06fded98227eba626d4f0b https://github.com/mate-desktop/caja/commit/42c8d2c3373c25d6e321be6950997c0d7ce44279 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height
2017-12-14Fix #880 and fix refusal to unmount when sidebar is widelukefromdc1-44/+23
caja-places-sidebar: revert all kludges for eject behavior: Revert https://github.com/mate-desktop/caja/commit/d14fef384a435471860130f7337d5dea5bb824a0 https://github.com/mate-desktop/caja/commit/9b2e152876067aaee3baa699c51c6c6174d4954e and https://github.com/mate-desktop/caja/commit/30f19d0aed3e40a3682f820059ebb8b3038ba84e the last being a subset of a commit we'll apply later caja-places-sidebar: fix eject button hover, eject behavior Apply https://github.com/GNOME/nautilus/commit/f294a4e80626793624d76d6002b094d1c0809de4 "Fix up eject button hover in places sidebar" We were calling gtk_tree_view_column_cell_get_position() without properly loading the cell attribute for the right row before. We fix this by calling gtk_tree_view_column_cell_set_cell_data(). With this in place we can also use the x_offset for the position and avoid the whole summing of widths. Due to a bug in Gtk which expands the eject icon cell renderer we have to right align it so that it lines up properly. https://bugzilla.gnome.org/show_bug.cgi?id=640741 caja-places-sidebar: disable overlay scrollbar disable overlay scrollbars as they force the use of too much padding
2017-11-12Fix: wrong behavior with key "enter" while renaming files in list viewPablo Barciela1-10/+21
Fixes https://github.com/mate-desktop/caja/issues/698
2017-11-05open folder in new window: [ctrl] + [shift] + [w]Pablo Barciela1-1/+1
Fixes https://github.com/mate-desktop/caja/issues/859
2017-11-02zoom-control: change zoom with mousewheel scroll over buttonmonsta1-1/+2
like it was with GTK+2
2017-10-10View -> Visible Columns: fix vertical expand of dialog contentmonsta1-1/+1
this menu item is only visible when list view is selected, so I'm not surprised we missed it
2017-09-23Fix: wrong <Shift+Del> behavior while renaming filesPablo Barciela1-2/+4
Fixes https://github.com/mate-desktop/caja/issues/509
2017-08-29list view: fix large icon margins on zooming outmonsta1-0/+3
ported from: https://git.gnome.org/browse/nautilus/commit/?id=4f17fb7db7b8736ebb4fe82ddb1c279777847730 https://git.gnome.org/browse/nautilus/commit/?id=41de4e52b43c8ed5c9118860dac7caa303ebbc5b
2017-08-29Revert "Adds columns autosizing"monsta1-2/+0
This reverts commit 2a424fca8bd928223e92570fa692266c471a52b3.
2017-08-28remove weird +x attribute from a source filemonsta1-0/+0
2017-08-25gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+13
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-25Adds columns autosizingJury Verrigni1-0/+2
2017-08-25Refresh all rows on zoom changeJury Verrigni1-1/+1
2017-08-25Forces widget redraw on zoomJury Verrigni1-0/+2
2017-08-25pathbar: enable mousewheel scrolling like it was with GTK+2monsta1-0/+5
fixes https://github.com/mate-desktop/caja/issues/779 ported from: https://git.gnome.org/browse/nautilus/commit/?id=04116ab2876412445c788091be07d7f7321a4a94
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker3-10/+22
2017-07-22don't use deprecated gtk_show_uriraveit658-0/+51
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-5/+6
2017-07-12application: remove unneeded forward declarationsmonsta1-22/+2
2017-07-08Fix browsing/autorun media on insertionlukefromdc1-0/+1
Fix https://github.com/mate-desktop/caja/issues/807
2017-07-03fix vertical Compact View scrolling in fm_icon_view_scroll_event()Galik1-34/+15
Was always scrolling to right when using sideways scrolling devices. Now scrolls left or right with sideways scrolling devices and adjusts vertical scrolling devices to scroll sideways.
2017-06-29"property-browser: add style class frame to scrolledwindows"raveit651-0/+2
Do it in a better way!
2017-06-29Revert "property-browser: add style class frame to scrolledwindows"raveit651-3/+0
This reverts commit 52a3d30957889eb37e65e9c4416dbe0ea79a109c. Do it in a better way!