Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix minor bugs | hut | 2009-06-18 | 1 | -2/+3 | |
| | ||||||
* | key X kills ranger and starts a shell | hut | 2009-06-18 | 1 | -1/+5 | |
| | ||||||
* | show free disk space | hut | 2009-06-18 | 2 | -1/+14 | |
| | ||||||
* | reset filetype association system | hut | 2009-06-15 | 1 | -0/+1 | |
| | ||||||
* | added 'gs', key to go to /srv | hut | 2009-06-15 | 1 | -0/+4 | |
| | ||||||
* | added P, key for creating symlinks of the copied paths | hut | 2009-06-15 | 1 | -0/+6 | |
| | ||||||
* | changed the name in the title from "fm" to "ranger" | hut | 2009-06-15 | 1 | -1/+1 | |
| | | | | forgot that after the rename | |||||
* | add colors for video + image + sound | hut | 2009-06-15 | 1 | -0/+4 | |
| | ||||||
* | temporarily disabled preview of archives | hut | 2009-06-15 | 1 | -1/+1 | |
| | ||||||
* | add video? audio? image? methods to Directory::Entry | hut | 2009-06-15 | 1 | -2/+5 | |
| | | | | i have also added aliases for backward compatibility | |||||
* | require | hut | 2009-06-13 | 1 | -0/+2 | |
| | ||||||
* | cleanup | hut | 2009-06-13 | 3 | -60/+7 | |
| | ||||||
* | extended colorschemes to statusbar | hut | 2009-06-13 | 2 | -5/+19 | |
| | ||||||
* | fixed Marshal.load of rc | hut | 2009-06-13 | 1 | -1/+1 | |
| | ||||||
* | fixing & cleaning up | hut | 2009-06-13 | 4 | -41/+61 | |
| | ||||||
* | cleaning up | hut | 2009-06-13 | 1 | -151/+0 | |
| | ||||||
* | cleaning up | hut | 2009-06-13 | 1 | -2/+15 | |
| | ||||||
* | rewrite of the way files are executed, easier config | hut | 2009-06-13 | 7 | -90/+239 | |
| | ||||||
* | expanded color scheme support | hut | 2009-06-13 | 2 | -13/+36 | |
| | ||||||
* | moved draw to code/fm/draw.rb | hut | 2009-06-12 | 1 | -0/+0 | |
| | ||||||
* | logpp more straight forward | hut | 2009-06-12 | 1 | -6/+1 | |
| | ||||||
* | removed deprecated cli methods | hut | 2009-06-12 | 1 | -53/+0 | |
| | ||||||
* | removed void class, it was only there for debugging | hut | 2009-06-12 | 1 | -12/+0 | |
| | ||||||
* | small changes | hut | 2009-06-12 | 1 | -2/+2 | |
| | ||||||
* | improved behaviour at preview row when still generating | hut | 2009-06-12 | 2 | -2/+7 | |
| | ||||||
* | uncommented exception handler in fm.rb | hut | 2009-06-12 | 1 | -3/+3 | |
| | | | | it was one cause of the "evil bug" eariler, seems to work now. | |||||
* | cleanup + removed relics from the dark ages | hut | 2009-06-12 | 1 | -11/+8 | |
| | ||||||
* | fixed evil bug *completely* | hut | 2009-06-12 | 1 | -0/+1 | |
| | | | | | | the one that keeps ranger running in the background when you use the window manager to close it (ie. clicking the X or pressing ALT+F4 or whatever means your window manager has to close a program) | |||||
* | clean up | hut | 2009-06-12 | 1 | -3/+4 | |
| | ||||||
* | detached entry from directory into a seperate file | hut | 2009-06-12 | 2 | -143/+155 | |
| | ||||||
* | comment out unused bars | hut | 2009-06-12 | 1 | -52/+52 | |
| | ||||||
* | F -> filter | hut | 2009-06-12 | 1 | -19/+44 | |
| | ||||||
* | no log of unknown keys | hut | 2009-06-12 | 1 | -1/+0 | |
| | ||||||
* | improved debug module | hut | 2009-06-12 | 1 | -38/+130 | |
| | ||||||
* | completed colorscheme support | hut | 2009-06-12 | 3 | -64/+24 | |
| | ||||||
* | implementing colorschemes, work in progress | hut | 2009-06-12 | 3 | -145/+309 | |
| | ||||||
* | renamed Interface module to CLI, cleanups | hut | 2009-06-12 | 4 | -60/+97 | |
| | ||||||
* | renamed interface/ncurses.rb to code/cli.rb | hut | 2009-06-12 | 1 | -0/+168 | |
| | ||||||
* | moved screensaver, cleanups | hut | 2009-06-12 | 1 | -10/+0 | |
| | ||||||
* | moved fm class to code/fm/ | hut | 2009-06-12 | 3 | -22/+26 | |
| | ||||||
* | clearing up | hut | 2009-06-11 | 2 | -4/+4 | |
| | ||||||
* | mooo | hut | 2009-06-11 | 6 | -28/+35 | |
| | ||||||
* | no priority | hut | 2009-06-11 | 1 | -1/+1 | |
| | ||||||
* | wip | hut | 2009-06-11 | 4 | -42/+61 | |
| | ||||||
* | fixed. | hut | 2009-06-11 | 1 | -15/+26 | |
| | ||||||
* | stuff | hut | 2009-06-11 | 1 | -5/+3 | |
| | ||||||
* | removed black borders left/right of highlighted item | hut | 2009-06-11 | 1 | -2/+2 | |
| | ||||||
* | wip | hut | 2009-06-11 | 2 | -1/+5 | |
| | ||||||
* | more generic require system | hut | 2009-06-11 | 2 | -1/+2 | |
| | ||||||
* | Initial commit | hut | 2009-06-04 | 2 | -50/+18 | |
| |