summaryrefslogtreecommitdiff
path: root/src/nautilus-list-view.c
Commit message (Expand)AuthorAgeFilesLines
* list-view: Fix middle-click behaviourGeorge Mocanu2018-07-181-9/+15
* list-view: Fix build warningAntónio Fernandes2018-03-241-7/+2
* list-view: Set keyboard focus when setting selectionAntónio Fernandes2018-03-241-2/+20
* files-view: Reveal file to be renamedAntónio Fernandes2018-03-241-0/+19
* list-view: Simplify rectangle for rename popoversAntónio Fernandes2018-03-241-25/+13
* list-view: Don't sort directories first on search resultsAntónio Fernandes2018-03-241-1/+2
* list-view: Don't try to get fts snippet for dummy rowAntónio Fernandes2017-11-071-14/+17
* list-view: Do not set multiple margins on the column chooser.Robert Mibus2017-08-171-1/+0
* list-view: fix regex unrefAlexandru Pandelea2017-08-081-2/+2
* list-view: display snippet next to filenameAlexandru Pandelea2017-08-081-1/+4
* list-view: fix snippet newline removalAlexandru Pandelea2017-08-081-1/+12
* files-view: disable the reset zoom button by defaultDiana Grecu2017-06-241-0/+13
* implement ftsAlexandru Pandelea2017-06-221-2/+66
* views: handle keyboard activation in files-viewErnestas Kulik2017-05-141-15/+0
* list-view: Replaced deprecated gtk_menu_popup_for_device()Evgeny Shulgin2017-05-021-4/+1
* list-view: Remove debug spewCarlos Soriano2017-03-301-1/+0
* files-view: Remove directory parameter from add_files signalCarlos Soriano2017-03-301-2/+10
* views: add flow box based viewCarlos Soriano2017-02-151-5/+9
* general: format code with newer UncrustifyCarlos Soriano2016-11-301-1/+0
* view: make icon getter staticCarlos Soriano2016-11-231-13/+1
* list-view: do not try to activate a NULL selectiondjb2016-10-181-4/+7
* list-view: fix opening background menu by keyboarddjb2016-10-181-2/+1
* list-view: show location as defaultCarlos Soriano2016-10-111-0/+20
* list-view: don't crash on view leaksCarlos Soriano2016-10-051-10/+10
* general: rework clipboard handlingCarlos Soriano2016-09-291-29/+54
* general: run uncrustifyCarlos Soriano2016-08-291-2410/+2737
* files-view: correct method nameRazvan Chitu2016-08-191-2/+2
* files-view: obsolete restoring default zoom levelErnestas Kulik2016-06-241-9/+0
* toolbar-view-menu: replace zoom slider with buttonsNeil Herald2016-06-221-0/+22
* Only save zoom level if the user has updated itMike Gorse2016-06-201-3/+6
* general: merge libnautilus-private to srcwip/csoriano/private-to-srcCarlos Soriano2016-04-251-12/+12
* list-view: use widget properties instead of GtkAlignmentErnestas Kulik2016-04-141-8/+2
* file-dnd: move dnd handling to fileCarlos Soriano2016-04-141-1/+0
* general: remove vim modelinesCarlos Soriano2016-04-041-1/+0
* do not switch focus to new tabsRazvan Chitu2016-03-291-0/+1
* list-view: fix castingCarlos Soriano2016-03-171-1/+1
* list-view: unselect all items before selecting a new oneCarlos Soriano2016-03-031-0/+1
* list-view: don't use gtk_tree_view_set_rules_hintAlexandru Pandelea2016-03-011-1/+0
* general: add another zoom levelCarlos Soriano2016-02-241-4/+7
* search: use a separate view setting for searchCarlos Soriano2016-02-121-2/+2
* query: make NautilusQuery a final classGeorges Basile Stavracas Neto2016-02-021-4/+4
* nautilus-list-view: add a styleclassHorst31802016-01-281-0/+3
* dnd: use GtkPlacesSidebar drop targets hintsCarlos Soriano2015-10-061-1/+1
* list-view: move dnd handling to a separate fileCarlos Soriano2015-10-061-239/+8
* list-view: use filename column width for rename popover positionandreas.reis@gmail.com2015-09-221-2/+2
* list-view: use button position for rename popoverCarlos Soriano2015-09-081-5/+17
* Revert "files-view: don't open folder with timer for drag&drop"Carlos Soriano2015-09-021-0/+10
* files-view: ensure sort criteria correctenessCarlos Soriano2015-09-011-19/+26
* list-view: disable sorting on recent and searchCarlos Soriano2015-09-011-1/+34
* files-view: don't open folder with timer for drag&dropCarlos Soriano2015-08-311-10/+0