summaryrefslogtreecommitdiff
path: root/thunar/thunar-shortcuts-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in xfce_gtk_menu_append_seperatorAlexander Schwinn2022-02-271-3/+3
* Replace exo- functions with xfce-stringYongha Hwang2022-02-231-0/+2
* Return gboolean in all XfceGtkActionEntry callbacks instead of void (Issue #469)Alexander Schwinn2022-01-071-4/+10
* Fix location cursor in shortcut view sometimes flickers on selection (Issue #...Sergios - Anestis Kefalidis2021-09-021-2/+3
* Shortcut-view: Keep focus in sync with current folderAlexander Schwinn2021-08-071-19/+11
* Replace ExoBinding with GBinding equivalentYongha Hwang2021-05-181-3/+3
* Fixing various memory leaks (Issue #573)Alexander Schwinn2021-05-181-0/+3
* Prevent crash if non-existing bookmark is right-clicked (Issue #552)Alexander Schwinn2021-05-061-1/+1
* Select the correct bookmark after opening a new window (Issue #106)Sergios - Anestis Kefalidis2021-04-191-0/+20
* Code style fixes relevant to the previous commit.Sergios - Anestis Kefalidis2021-04-191-12/+12
* Fix regression, middle mouse click on folder not opening new tab/window.Sergios - Anestis Kefalidis2021-04-191-15/+7
* thunar_g_file_list_free --> thunar_g_list_free_fullAlexander Schwinn2021-04-051-2/+2
* Added missing separatorAlexander Schwinn2021-03-191-0/+1
* Shortcuts view: Open new folder after creationAlexander Schwinn2021-03-171-0/+28
* Use thunar-menu and launcher in shortcuts view (Issue #198)Alexander Schwinn2021-03-171-621/+263
* Revert of b12247c2 and proper fix for Issue #423Alexander Schwinn2020-12-021-3/+4
* Missing thunarx support on the shortcut view (Issue #423)Alexander Schwinn2020-11-021-0/+2
* re-introduce support for thunarx (Issue #293)Alexander Schwinn2020-06-081-2/+2
* Fix eject button click detection when using RTL languages (Bug #11387)Andre Miranda2020-05-201-1/+8
* Replace 'thunar_return_if_fail (THUNAR_IS_DEVICE (device))' withTheo Linkspfeifer2020-05-091-39/+45
* Rename "Disconnect" context menu entry in side pane (Bug #16558)Theo Linkspfeifer2020-03-181-2/+2
* Clean up side pane context menu codeTheo Linkspfeifer2020-03-161-33/+10
* Use symbolic icon for eject (Bug #16281)Simon Steinbeiss2019-12-171-1/+1
* Extra padding for Eject button when scrollbar is visible (Bug #15312)Andre Miranda2019-12-161-14/+37
* Use standard icon instead of customAndre Miranda2019-12-161-1/+1
* Use https where possibleAndre Miranda2019-07-131-1/+1
* Prevent new bookmarks on sidebar when dragging files (Bug #14921)Andre Miranda2019-06-171-0/+31
* fixed two compiler warningsAlexander Schwinn2018-09-261-1/+1
* Add preference to open new thunar instances as tabs, if there is an existing ...Alexander Schwinn2018-08-201-1/+1
* Add missing parameter to ThunarBrowserPokeDeviceFunc functionAndre Miranda2018-07-251-1/+2
* Deactivate spinner when user cancels volume mount (Bug #14536)Andre Miranda2018-07-151-2/+7
* Thunar 1.8 row height of side pane too largeAlexander Schwinn2018-06-201-1/+1
* Silence GtkStock for disconnect icon deprecationAndre Miranda2018-06-051-1/+2
* Drop thunar-stockAndre Miranda2018-06-021-2/+1
* Silence gtk_image_menu_item_* deprecationsAndre Miranda2018-06-021-0/+30
* removed deprecated method "gtk_menu_popup" and remainsAlexander Schwinn2018-02-151-8/+5
* Replace a couple of stock iconsAndre Miranda2018-01-141-4/+4
* Introduce ThunarxMenuAndre Miranda2017-11-191-14/+2
* Simplify icon handling of ThunarxMenuItemAndre Miranda2017-11-021-1/+1
* Rename thunarx methods *_actions to *_menu_itemsAndre Miranda2017-11-021-11/+16
* Fix for the eject button and spinner taking too much spaceAndre Miranda2017-08-261-6/+10
* Fix spacing between sidebar entriesAndre Miranda2017-08-141-0/+1
* Revert "Replace our own shortcuts pane with GtkPlacesSidebar"Vladimir Chren2017-08-141-0/+2137
* Replace our own shortcuts pane with GtkPlacesSidebarJonas Kümmerlin2017-08-141-2139/+0
* Make Thunar core compile and not crash with Gtk3Jonas Kümmerlin2017-08-141-4/+4
* Make it build with GSEALJonas Kümmerlin2017-08-141-8/+8
* Shortcut view: Fix "selection in selection" graphical bug when renaming shortcutHarald Judt2015-05-041-6/+19
* Fix broken shortcut renaming (bug #11885)Harald Judt2015-05-041-1/+7
* Coverity CID 60617: Unchecked return valueHarald Judt2015-04-221-1/+2
* Allow <ctrl> + middle click in shortcut and treeview panesHarald Judt2015-02-191-5/+10