summaryrefslogtreecommitdiff
path: root/thunar/thunar-tree-model.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos and identation.Sergios - Anestis Kefalidis2022-03-101-1/+1
* Use alphabetical sorting for devices in the side-pane (Issue #610)Ethan04562021-11-251-2/+1
* Fix: Side pane tree view loading time increased (Issue #659)Sergios - Anestis Kefalidis2021-10-111-0/+4
* Use thunar_g_file_new_for_computer and thunar_g_file_new_for_networkSergios - Anestis Kefalidis2021-06-301-2/+2
* Add support for the `recent:///` location in Thunar.Sergios - Anestis Kefalidis2021-06-301-0/+3
* Simplified logic to check if folder is trashAlexander Schwinn2021-03-261-2/+2
* Move 'network' to the bottom of tree view (Bug #16516)Theo Linkspfeifer2020-03-241-9/+31
* Fix for crash when inserting USB device in tree mode. (Bug #15172)Reuben Green2020-03-151-3/+3
* Computer: (Bug 16472)Theo Linkspfeifer2020-03-131-5/+4
* Remove top level desktop entry from tree view (bug #16474)Yousuf Philips2020-03-041-8/+0
* Add computer:/// to side pane tree view (Bug #16472)Yousuf Philips2020-03-031-0/+5
* Sort device entries in tree view (Bug #16471)Theo Linkspfeifer2020-02-281-3/+17
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-141-1/+1
* Thunar utilizes 100%CPU when the parent directory is not readableAlexander Schwinn2018-12-271-38/+79
* Thunar rarely freezes when switching to tree-view (#14960)Alexander Schwinn2018-12-101-3/+3
* Crash in tree-view when multiple windows are open (Bug #14714)Alexander Schwinn2018-10-061-38/+0
* Silence gdk_threads_* deprecationsAndre Miranda2018-06-021-4/+5
* Fix more warningsAndre Miranda2018-05-291-2/+2
* Add vim modeline. Remove obsolete '$Id$' line.Matt Thirtytwo2015-01-191-1/+1
* Propely leave unmounted mounts and volumes.Nick Schermer2012-10-131-0/+3
* Add network before file system in tree.Nick Schermer2012-10-131-3/+3
* Fix loading folder in tree view.Nick Schermer2012-10-131-2/+2
* Emit a device-changed when a mount for a known volume is added.Nick Schermer2012-10-131-7/+7
* Port the remains to ThunarDevice.Nick Schermer2012-10-131-19/+14
* Use ThunarDevice in the tree side pane.Nick Schermer2012-10-131-203/+133
* Remove unused functions or make them static.Nick Schermer2012-09-301-2/+5
* Use g_(s)list_free_full where possible.Nick Schermer2012-09-161-4/+2
* Fix compiler warnings about shadowed variables.Nick Schermer2010-11-171-4/+4
* Only watch the trash in the tree view side pane.Jannis Pohlmann2009-12-181-4/+6
* Remove unused variable.Jannis Pohlmann2009-09-101-1/+0
* Check trash/network support before showing them in the side panes.Jannis Pohlmann2009-09-031-14/+35
* Use g_slice_ functions directly and drop macros.Nick Schermer2009-08-221-3/+3
* Second (and last for thunar/) flow of G_DEFINE_ macros.Nick Schermer2009-08-221-43/+2
* Fix several compiler warnings (mostly shadowed stuff, missing includes).Jannis Pohlmann2009-08-211-1/+4
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-126/+154
* * thunar/thunar-tree-model.c: Fix a possible crash discovered byNick Schermer2008-11-301-3/+10
* * thunar/thunar-tree-model.c, thunar/thunar-tree-model.h,Nick Schermer2008-11-291-44/+59
* * Extra debug checks to get more information in bug #4051.Nick Schermer2008-11-271-1/+4
* * thunar-vfs/thunar-vfs-monitor.c, thunar/thunar-tree-model.{c,h},Jannis Pohlmann2008-11-261-111/+355
* * plugins/, tdb/, thunar-vfs/, thunar/: Fix several compiler warnings.Jannis Pohlmann2008-11-151-1/+1
* * thunar/thunar-tree-model.{c,h}, thunar/thunar-tree-view.c: FixJannis Pohlmann2008-11-151-0/+21
* 2006-12-28 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-12-281-41/+32
* 2006-11-04 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-11-041-17/+25
* 2006-08-09 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-08-091-55/+51
* 2006-07-30 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-07-301-6/+6
* 2006-07-28 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-07-281-0/+9
* 2006-07-28 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-07-271-7/+8
* 2006-07-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-07-271-29/+21
* 2006-04-04 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-04-031-118/+475
* 2006-03-28 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-03-281-4/+159