Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container.tags: added TODO entry | hut | 2013-04-20 | 1 | -0/+2 |
| | |||||
* | config/commands: implemented :setintag <tags> <option>=<value> | hut | 2013-04-20 | 3 | -7/+32 |
| | |||||
* | Fix plugin names in log view | Emanuel Guevel | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | core.fm: disable garbage collecting old directories | hut | 2013-04-12 | 1 | -4/+4 |
| | | | | it was kind of broken too | ||||
* | ext.vcs.vcs: use more traditional syntax in dict expression | hut | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | core.fm: only apply open_all_files to cmds with $@ | hut | 2013-04-07 | 1 | -1/+2 |
| | |||||
* | Revert "Added bumblebee-like "make uninstall"" | hut | 2013-04-02 | 1 | -7/+0 |
| | | | | This reverts commit f19c589432c68ae1979adb723deb3665d38c0b4a. | ||||
* | Added bumblebee-like "make uninstall" | hut | 2013-04-01 | 1 | -0/+7 |
| | | | | | | | | | | | This innovative uninstalling method unlocks the power and immense efficiency that resulted from years of dedicated R&D by the greatest minds to ever walk the face of the earth. By now, this method is state-of-the-art after being tested by prestigious software such as bumblebee [1], marking a milestone and becoming a true legend in the history of open source development. [1] https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac | ||||
* | ext.img_display: allow using W3MIMGDISPLAY_PATH env var | hut | 2013-03-24 | 3 | -3/+15 |
| | | | | in response to https://savannah.nongnu.org/bugs/?38582 | ||||
* | Fix Issue #80 that crashed ranger when resized too small | Abdo Roig-Maranges | 2013-03-24 | 1 | -21/+27 |
| | | | | | This fixes Issue #80 and cleans up the code a bit so this particular fragment is more readable. | ||||
* | container.directory: fix pointer in refilter, not in sort | hut | 2013-03-24 | 1 | -6/+2 |
| | |||||
* | container.directory: move refilter() to the right place | hut | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | fix missing quotes in shell macros | Abdo Roig-Maranges | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | widgets.browserview: resize when toggling draw_borders | hut | 2013-03-17 | 1 | -0/+6 |
| | |||||
* | gui.ui: remove curses.setupterm() instruction | hut | 2013-03-17 | 1 | -1/+0 |
| | | | | | | | | | | | | it was added in commit b34807bd428bbe7bb40e8798af17f0f4cf5ecf1f ("gui.ui: more portable terminal title support") and I don't know why anymore. It seems to work perfectly without it. Keeping it seems to cause broken terminals on some systems though. see also: http://bugs.python.org/issue7567 http://lists.nongnu.org/archive/html/ranger-users/2013-03/msg00046.html | ||||
* | update examples (s/ranger.fsobject/ranger.container/) | hut | 2013-03-17 | 2 | -5/+5 |
| | |||||
* | settings: sanitize in separate signal with higher priority | hut | 2013-03-16 | 1 | -12/+11 |
| | | | | | | Some signals may require the sanitized value BEFORE it is actually set with settings._raw_set. We need to separate sanitizing and _raw_set into separate signals so other signals can be bound in between those two. | ||||
* | added doc/config directory with symlinks to configs | hut | 2013-03-15 | 8 | -9/+11 |
| | |||||
* | settings: use regexes for local settings | hut | 2013-03-15 | 1 | -4/+13 |
| | |||||
* | settings: fix maximum line width | hut | 2013-03-15 | 1 | -3/+6 |
| | |||||
* | settings: make setlocal work with all settings | hut | 2013-03-15 | 1 | -0/+5 |
| | |||||
* | ext.img_display.clear: adjust width | hut | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | rc.conf: added keybinding to get to /usr/share/doc/ranger | hut | 2013-03-14 | 1 | -0/+1 |
| | |||||
* | widgets.browsercolumn: don't use list.clear(), py2 incompatible | hut | 2013-03-14 | 1 | -2/+2 |
| | |||||
* | container.settings: added notice that "show_cursor" aint working | hut | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | container.fsobject: make it "SettingsAware" | hut | 2013-03-12 | 3 | -6/+4 |
| | |||||
* | api.commands: make SETTINGS_RE private | hut | 2013-03-12 | 1 | -2/+2 |
| | |||||
* | container.directory: remove "signal" argument for refilter | hut | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | container.directory: remove unnecessary refilter() | hut | 2013-03-10 | 1 | -1/+0 |
| | |||||
* | container.directory: fix wrong check for None | hut | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | simplified previous commit | hut | 2013-03-09 | 2 | -6/+2 |
| | |||||
* | config/commands.py: faster filtering | hut | 2013-03-09 | 3 | -19/+35 |
| | |||||
* | directory: typo | hut | 2013-03-09 | 1 | -1/+1 |
| | |||||
* | manpage: renamed example/ to /usr/share/doc/ranger/ | hut | 2013-03-09 | 3 | -10/+12 |
| | |||||
* | setup.py: added _findall function | hut | 2013-03-09 | 1 | -7/+6 |
| | |||||
* | setup.py: create a /usr/share/doc/ranger directory | hut | 2013-03-09 | 1 | -1/+26 |
| | |||||
* | move doc/print_{colors,keys}.py to doc/tools/ | hut | 2013-03-09 | 2 | -0/+0 |
| | |||||
* | move examples to doc/examples | hut | 2013-03-09 | 11 | -0/+0 |
| | |||||
* | examples/rifle_sxiv: fix rifle_sxiv with chars like [] | hut | 2013-03-09 | 1 | -1/+1 |
| | |||||
* | Add setting "open_all_images", removing "sxiv_opens_all_images" | hut | 2013-03-06 | 3 | -15/+34 |
| | | | | this is more general and can be adapted to work with more image viewers. | ||||
* | core.fm: use "basename" instead of "path" in sxiv hook | hut | 2013-03-05 | 1 | -3/+3 |
| | | | | | This allows to pass more arguments before the argument list gets too long. | ||||
* | added a rifle hook for better sxiv integration | hut | 2013-03-05 | 3 | -0/+24 |
| | |||||
* | Fixed the sxiv workaround to handle spaces and be more POSIX compliant. | Pierre Neidhardt | 2013-03-05 | 1 | -7/+21 |
| | |||||
* | core.runner: dont switch to console when using "s" flag | hut | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | core.fm: removed unnecessary import | hut | 2013-03-04 | 1 | -1/+0 |
| | |||||
* | HACKING: remove part about tabs; ranger uses spaces now | hut | 2013-03-03 | 1 | -2/+0 |
| | |||||
* | vcs extension: fix vcs file status detection | Abdo Roig-Maranges | 2013-03-03 | 4 | -29/+43 |
| | | | | | | | | | This fixes the following: - correct ignore state for directories containing only ignored files. (only git and bzr backends) - correctly mark as new the contents of untracked directories. - auxiliar function _path_contains. - small bug in bzr backend status detection. | ||||
* | setup.py: updated website URL | hut | 2013-03-01 | 1 | -1/+1 |
| | |||||
* | setup.py: removed fsobject package | hut | 2013-03-01 | 1 | -1/+0 |
| | |||||
* | gui.color: improved get_color | hut | 2013-03-01 | 1 | -5/+4 |
| |