summaryrefslogtreecommitdiff
path: root/thunar
Commit message (Expand)AuthorAgeFilesLines
...
* Allow opening by middle-click in tree view only for mounted devices and resou...Harald Judt2015-05-121-2/+33
* Keep selection in original tree view when middle-clicking for new tab/windowHarald Judt2015-05-121-7/+24
* Keep path selected after unmounting a device via KEY_LeftHarald Judt2015-05-121-5/+24
* Unmount device if collapsing a collapsed device tree with KEY_Left in the tre...Harald Judt2015-05-121-16/+35
* Fix wrong network icon shown in tree viewHarald Judt2015-05-121-0/+4
* Fix tree view opening mounted devices in new tabHarald Judt2015-05-121-1/+1
* Use only open selection instead of open action with KEY_Up and KEY_DownHarald Judt2015-05-121-3/+2
* Fix assertion when hitting KEY_Left on a top-level item in the tree viewHarald Judt2015-05-121-5/+6
* Revert workaround for desktop toplevel item in the tree viewHarald Judt2015-05-121-29/+1
* Always select the proper toplevel item in the thunar tree viewHarald Judt2015-05-121-6/+139
* Unescape URI in history error messageHarald Judt2015-05-121-1/+11
* Remove unmounted files from history when going back or forwardHarald Judt2015-05-121-2/+2
* Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED (bug #8377)Harald Judt2015-05-051-5/+1
* 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
* Unescape URIs in the shortcut view (bug #10831)Harald Judt2015-05-041-1/+6
* Fix compiler warning because of missing curly bracesHarald Judt2015-05-041-4/+6
* Fix compilation error because of wrong variable nameHarald Judt2015-05-041-2/+2
* Fix unescaping of local paths in path entry (bug #8190)Harald Judt2015-05-031-7/+13
* Fix escaping and unescaping URI in path entry (bug #8910)Harald Judt2015-05-031-2/+7
* Let the tree view keep the focus when clicking on an item (bug #11863)Harald Judt2015-05-031-0/+1
* Fix switching to the 10th tab via <alt>-<0> keyboard shortcutHarald Judt2015-05-031-2/+2
* Fix removal of a directory wrongly affecting the current tab (bug #10981)Harald Judt2015-05-033-25/+92
* Keep the scroll position when restoring the file selectionHarald Judt2015-05-031-0/+20
* Restore selection only when rows-reordered signal is received (bug #11855)Harald Judt2015-05-031-9/+29
* For folders copied always append "copy #" to the end of their names (bug #11862)Harald Judt2015-05-011-4/+7
* Update F5 binding for new ThunarWindow::reload signalEvangelos Foutras2015-04-271-1/+1
* Do not perform the complete folder reload in idle (bug #11849)Harald Judt2015-04-241-2/+2
* Coverity CID 60623: Unused valueHarald Judt2015-04-221-1/+1
* Coverity CID 60621: Missing return statementHarald Judt2015-04-221-1/+1
* Coverity CID 60620: Explicit null dereferencedHarald Judt2015-04-221-1/+1
* Coverity CID 60619: Explicit null dereferencedHarald Judt2015-04-221-1/+4
* Coverity CID 60617: Unchecked return valueHarald Judt2015-04-221-1/+2
* Remove unused variable in thunar_standard_view_set_historyHarald Judt2015-04-211-2/+0
* Remove startup notification dependencies (bug #11837)Harald Judt2015-04-211-2/+0
* Improve drag & drop and selecting in the details view (bug #11605)Harald Judt2015-04-191-23/+68
* Merge branch 'fix-bug-11008'Harald Judt2015-04-1813-60/+788
|\
| * Implement reloading file information on manual reloadHarald Judt2015-04-173-6/+26
| * Extend reload functions to allow a full reloadHarald Judt2015-04-175-16/+27
| * Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEANHarald Judt2015-04-173-0/+585
| * Reload files changed by jobs in an idle loop (bug #11008)Harald Judt2015-04-173-1/+33
| * Refactor code for moving thumbnail cache file on renames/movesHarald Judt2015-04-171-7/+24
| * Rework thunar_file_monitor to properly register moved filesHarald Judt2015-04-171-13/+35
| * Add function to reload parent file of a fileHarald Judt2015-04-172-0/+28
| * Fix updating file info for moved files (bug #11008)Harald Judt2015-04-171-2/+31
| * Revert "Refresh file info after getting it from cache (bug #11008)"Harald Judt2015-04-171-16/+0
* | Fix comments (again)Harald Judt2015-04-181-1/+1
* | Let row changes accumulate a bit before restoring selectionHarald Judt2015-04-181-2/+25
|/
* Fix commentsHarald Judt2015-04-161-2/+2
* Update the location bar after reload (bug #10518)Harald Judt2015-04-131-0/+4