summary refs log tree commit diff stats
path: root/ranger/fsobject
Commit message (Expand)AuthorAgeFilesLines
* fsobject.loader: optimization (use enumerate rather than zip)hut2010-03-311-1/+1
* fsobject.directory: don't load unaccessible directories!hut2010-03-311-0/+4
* fsobject.directory: removed traces of old_*hut2010-03-311-28/+7
* clean uphut2010-03-311-1/+0
* fsobject.directory: don't load if it doesnt existhut2010-03-311-0/+1
* clean uphut2010-03-311-1/+0
* fsobject.file: read more than 4 bytes for is_binaryhut2010-03-311-9/+6
* removed debug stuffhut2010-03-301-2/+0
* fixed memory leakhut2010-03-302-21/+37
* schedule even small directories for more fluent scrollinghut2010-03-301-1/+1
* fsobject.directory: forgot to rename attributeshut2010-03-281-2/+2
* renamed three options, display a warning if the old ones are usedhut2010-03-281-15/+17
* fsobject.directory: little optimization in sortinghut2010-03-281-2/+2
* add case_insensitive setting for directory sort orderLucas de Vries2010-03-281-1/+13
* closed issue #71hut2010-03-281-0/+25
* fsobject: slight performance improvement.hut2010-03-171-5/+5
* use the builtin mimetype supporthut2010-03-171-4/+5
* slight correctionshut2010-03-151-4/+7
* use `file` for reliably identifying text fileshut2010-03-141-0/+11
* Renamed env.pwd to env.cwd ("Current Working Directory")hut2010-03-121-1/+1
* fsobject: fixed crash on files which exist but can't be statedhut2010-03-121-1/+1
* fixed __nonzero__ compatibility problemhut2010-02-281-0/+1
* Changed license to the GNU General Public Licensehut2010-02-285-55/+60
* shell_escape: renamed functionshut2010-02-241-2/+2
* finished #52, special characters in tab completionhut2010-02-241-0/+9
* actions: improved copying/movinghut2010-02-141-1/+1
* use is_(file|directory) rather than class checkhut2010-02-091-2/+1
* fsobject: added is_directory/is_file attributeshut2010-02-093-2/+4
* commands: keep pointer on the file when renaminghut2010-02-051-1/+2
* added some safety checkshut2010-02-041-1/+2
* cleanupshut2010-01-243-23/+23
* directory: get_selection() returns *ordered* marked itemshut2010-01-211-1/+1
* directory: represent selection with list instead of sethut2010-01-211-13/+15
* done #35: display disk usage of files in current directoryhut2010-01-191-0/+4
* done #34: display free disk spacehut2010-01-191-0/+5
* options: allow to specify how to recognize "hidden files"hut2010-01-181-3/+13
* fsobject: recognize capital letter file extensionshut2010-01-181-1/+1
* loader: reduced "seconds_of_work_time"hut2010-01-141-1/+1
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-131-5/+0
* added license informationhut2010-01-085-0/+70
* directory: fixed non reloading symlinked directorieshut2010-01-071-2/+2
* random cleanups and fixeshut2010-01-071-1/+2
* directory: fixed wrong mtime comparisonhut2010-01-071-2/+5
* loader: fixed some issues with updating/redrawinghut2010-01-061-55/+63
* loader: don't pop items from queue which were added while loadinghut2010-01-061-1/+1
* cleanupshut2010-01-022-3/+1
* actions: fixed cyclinghut2010-01-011-2/+2
* browsercolumn: fixed redrawinghut2010-01-011-0/+2
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-011-1/+1
* implemented customized cycling through the directoryhut2009-12-271-0/+15