summaryrefslogtreecommitdiff
path: root/src/caja-navigation-window-pane.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-5/+5
2019-04-10local #include files inside "" instead <>Pablo Barciela1-8/+7
2018-08-24pathbar: Activate pane when changing locationVictor Kareh1-0/+3
2018-05-07Replace deprecated gtk_menu_popupraveit651-14/+2
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-04-12pathbar: fix random segfaults on opening mounts from Desktoplukefromdc1-105/+23
Adapt and apply these four relevent Nautilus commits, which remove the code responsible for the segfaults: *https://github.com/GNOME/nautilus/commit/e1ad3c05a6cd08c8cbf18ae53701dd742249d5fd#diff-f896071d07d34e87af94a18de95e4ea2 "pathbar: add a path-event signal" *https://github.com/GNOME/nautilus/commit/875efc324f8e91f2d157c7532fe5570c1de421c7#diff-f896071d07d34e87af94a18de95e4ea2 "pathbar: remove unused code" *https://github.com/GNOME/nautilus/commit/cfa51e6702ade6a8ca9045791773e6e10560262f "window-pane: use the path-event signal from NautilusPathBar" (now CajaPathBar) *https://github.com/GNOME/nautilus/commit/2759def4968f89c1a2370ca5b2b91af84dc4afd3 "pathbar: add a return value from path-event signal"
2018-03-31caja-navigation-window-pane.c: avoid deprecated GtkImageMenuItemPablo Barciela1-7/+9
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image
2018-02-22can selected all the search keywords with Ctrl+a. #918张雯1-1/+1
2018-02-09avoid deprecated GtkStockPablo Barciela1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-7/+2
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
2016-09-15Fix for #492bl0ckeduser1-0/+3
2016-07-11navigation-bar: remove useless abstract classraveit651-5/+4
Merge the useful pieces into CajaLocationBar itself, which is the only implementor anyway. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-6&id=ca1fa0c https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=66c46dd
2016-01-22navigation-pane: replace deprecated gtk_image_new_from_stock GTK_STOCK_EDITWolfgang Ulbrich1-1/+1
Note: this icon is shiped by gtk+ itself
2016-01-08Middle-click tab closing (#457)bl0ckeduser1-0/+11
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2013-11-06put the containers instead of the contents into the size group and remove ↵Elias Aebi1-4/+2
the now unnecessary frame container
2013-11-03use the same icon size for the location button (the button that lets you ↵Elias Aebi1-1/+1
toggle between button and text-based location bar) as for the close side pane button and the pathbar icons
2012-11-13[general] Adds option to open new tab in tab bar context menuJasmine Hassan1-0/+20
http://git.gnome.org/browse/nautilus/commit/?id=8598d769993843e1e6529a661fea034785ca0091
2012-09-05remove latest mateconf stuffStefano Karapetsas1-2/+0
2012-09-05convert window-state to gsettingsStefano Karapetsas1-8/+8
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2012-05-07fix issues in location barStefano Karapetsas1-2/+2
2012-04-27restore location toggle buttonStefano Karapetsas1-0/+75
patch from http://git.gnome.org/browse/nautilus/commit/?id=4b49aab5aa6a9ef9ab288ff2ce463affca1eacf2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+946