summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-plugin-import' of https://github.com/dflupu/rangerhut2016-05-241-1/+3
|\
| * use importlib to load pugins, and try to load commands from themDaniel Lupu2016-05-191-1/+3
| |
* | core.linemode: fix crash when `file` failshut2016-05-211-2/+5
|/
* Handle broken w3m-img pipe on exitDugan Chen2016-05-171-1/+8
|
* doc/ranger.pod: fix #544 in man page source file toohut2016-05-131-1/+1
|
* `draw_progress_bar_in_statusbar' does not existmrogalski2016-05-111-2/+2
|
* Merge branch 'patch-1' of https://github.com/EdwardBetts/rangerhut2016-05-071-1/+1
|\
| * bug fix for % formatter changeEdward Betts2016-05-071-1/+1
| | | | | | The values pos and max_pos are both integers, but we want to use floating point division.
| * use % formatterEdward Betts2016-04-111-1/+1
| |
* | Merge branch 'master' of https://github.com/ajtluser/rangerhut2016-05-061-0/+9
|\ \
| * | Add __eq__, __neq__, and __hash__ to class FileA. Lopes2016-04-081-0/+9
| |/ | | | | | | | | Uses the File's path variable for both equality testing and hashing. Fix for issue #483.
* | core.actions: fix calculation of program indiceshut2016-05-061-4/+5
| | | | | | | | | | The solutoin of @NoSuck used to break when you used "number 9999" in a declaration of some program.
* | Merge branch 'draw_possible_programs-justified' of ↵hut2016-05-061-3/+6
|\ \ | | | | | | | | | https://github.com/NoSuck/ranger
| * | Program indices now line up nicely.The Flying Rapist2016-04-111-3/+6
| | |
* | | widgets.view_miller: fix warning when toggling view modehut2016-05-061-1/+1
| | |
* | | container.fsobject: Don't take subscript numbers for integershut2016-04-251-2/+3
| | | | | | | | | | | | fixes #535
* | | colorschemes/jungle: fix a syntax error (missing backslash)Wojciech Siewierski2016-04-221-1/+1
| | |
* | | core.loader: in safeDecode, don't crash on broken unicodehut2016-04-151-1/+2
| | |
* | | doc/ranger.1: document :source commandhut2016-04-152-1/+20
| | |
* | | core.actions: explicitly close file descriptorhut2016-04-151-12/+13
| | | | | | | | | | | | | | | | | | Thanks to Ale1ster for pointing it out. Fixes #529
* | | colorschemes/solarized: tint the inactive pane in multipane viewhut2016-04-071-0/+3
| | |
* | | colorschemes: tint the inactive pane in multipane view in cyanhut2016-04-072-1/+5
| | |
* | | gui.ui: redraw ui when toggling viewmodehut2016-04-061-0/+1
| |/ |/|
* | gui.widgets.view_multipane: display infostringhut2016-04-061-0/+1
| |
* | rc.conf: added key binding Ms for `:linemode sizemtime`hut2016-04-061-0/+1
| |
* | Merge branch 'mtime_linemode' of https://github.com/alphapapa/ranger into masterhut2016-04-062-1/+23
|\ \
| * | Add MtimeLinemode and SizeMtimeLinemodeAdam Porter2016-04-052-1/+23
| | |
* | | Revert "core.linemode: Implement ModificationTimeLinemode"hut2016-04-062-13/+1
| | | | | | | | | | | | This reverts commit 94ce103247332a8ad56bb41a7245546f824971c3.
* | | Revert "core.linemode: Changed timestamp formatting in mtime linemode"hut2016-04-061-2/+1
| | | | | | | | | | | | This reverts commit 4dcbb42adaf42e9c154ac3011ddedec2793c090a.
* | | rc.conf: added key binding Mm for `:linemode mtime`hut2016-04-061-0/+1
| | |
* | | core.linemode: Changed timestamp formatting in mtime linemodehut2016-04-061-1/+2
| | |
* | | Merge branch 'mtime_linemode' of https://github.com/Vifon/rangerhut2016-04-062-1/+13
|\ \ \
| * | | core.linemode: Implement ModificationTimeLinemodeWojciech Siewierski2016-04-052-1/+13
| |/ / | | | | | | | | | Closes #520.
* / / rebuilt man pagehut2016-04-061-0/+5
|/ /
* | implement switching viewmodes with ~ keyhut2016-04-044-10/+21
| |
* | make `set foo!` cycle through non-boolean options toohut2016-04-042-1/+21
| |
* | allow toggling options with `:set <option>!`hut2016-04-035-16/+71
| |
* | reverted back to miller columnshut2016-04-022-19/+3
| |
* | fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f>hut2016-04-011-1/+1
| |
* | Midnight Commander-like colorshut2016-04-011-0/+16
| |
* | Implement Midnight Commander-like mutlipane viewhut2016-04-0111-137/+312
| |
* | doc/ranger.1: Added documentation for {yd}{art} key bindingshut2016-03-252-5/+11
| |
* | updating docs with 'clear_filters_on_dir_change' flagVitaly Belman2016-03-251-0/+4
| |
* | Merge branch 'gitignore-install-log' of https://github.com/cirosantilli/rangerhut2016-03-251-0/+1
|\ \
| * | gitignore install_log.txt generated by make installCiro Santilli2016-03-211-0/+1
| | |
* | | Merge branch 'set-bookmark-not-current' of ↵hut2016-03-251-2/+7
|\ \ \ | | | | | | | | | | | | https://github.com/cirosantilli/ranger
| * | | set_bookmark for directories other than the currentCiro Santilli2016-03-211-2/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: :set_bookmark a /home/me/a Motivation: make it easier to set bookmarks from environment variables on rc.conf.
* | | test_fsobject: fix syntax errorhut2016-03-251-2/+2
| | |
* | | Merge branch 'master' of https://github.com/lverweijen/rangerhut2016-03-252-3/+37
|\ \ \
| * | | Remove accidental prints for debugginglverweijen2016-03-221-4/+0
| | | |
span class="p"></dt><dd><tt>Always&nbsp;True</tt></dd></dl> <dl><dt><a name="TitleBar-__contains__"><strong>__contains__</strong></a>(self, item)</dt><dd><tt>Is&nbsp;item&nbsp;inside&nbsp;the&nbsp;boundaries?<br> item&nbsp;can&nbsp;be&nbsp;an&nbsp;iterable&nbsp;like&nbsp;[y,&nbsp;x]&nbsp;or&nbsp;an&nbsp;object&nbsp;with&nbsp;x&nbsp;and&nbsp;y&nbsp;methods.</tt></dd></dl> <dl><dt><a name="TitleBar-__nonzero__"><strong>__nonzero__</strong></a>(self)</dt><dd><tt>Always&nbsp;True</tt></dd></dl> <dl><dt><a name="TitleBar-__str__"><strong>__str__</strong></a>(self)</dt></dl> <dl><dt><a name="TitleBar-contains_point"><strong>contains_point</strong></a>(self, y, x)</dt><dd><tt>Test&nbsp;whether&nbsp;the&nbsp;point&nbsp;(with&nbsp;absolute&nbsp;coordinates)&nbsp;lies<br> within&nbsp;the&nbsp;boundaries&nbsp;of&nbsp;this&nbsp;object.</tt></dd></dl> <dl><dt><a name="TitleBar-destroy"><strong>destroy</strong></a>(self)</dt><dd><tt>Called&nbsp;when&nbsp;the&nbsp;object&nbsp;is&nbsp;destroyed.<br> Override&nbsp;this!</tt></dd></dl> <dl><dt><a name="TitleBar-finalize"><strong>finalize</strong></a>(self)</dt><dd><tt>Called&nbsp;after&nbsp;every&nbsp;displayable&nbsp;is&nbsp;done&nbsp;drawing.<br> Override&nbsp;this!</tt></dd></dl> <dl><dt><a name="TitleBar-poke"><strong>poke</strong></a>(self)</dt><dd><tt>Called&nbsp;before&nbsp;drawing,&nbsp;even&nbsp;if&nbsp;invisible</tt></dd></dl> <dl><dt><a name="TitleBar-press"><strong>press</strong></a>(self, key)</dt><dd><tt>Called&nbsp;when&nbsp;a&nbsp;key&nbsp;is&nbsp;pressed&nbsp;and&nbsp;self.<strong>focused</strong>&nbsp;is&nbsp;True.<br> Override&nbsp;this!</tt></dd></dl> <dl><dt><a name="TitleBar-resize"><strong>resize</strong></a>(self, y, x, hei<font color="#909090">=None</font>, wid<font color="#909090">=None</font>)</dt><dd><tt>Resize&nbsp;the&nbsp;widget</tt></dd></dl> <hr> Data and other attributes inherited from <a href="ranger.shared.html#EnvironmentAware">ranger.shared.EnvironmentAware</a>:<br> <dl><dt><strong>env</strong> = None</dl> <hr> Data and other attributes inherited from <a href="ranger.shared.html#FileManagerAware">ranger.shared.FileManagerAware</a>:<br> <dl><dt><strong>fm</strong> = None</dl> <hr> Data descriptors inherited from <a href="ranger.shared.html#Awareness">ranger.shared.Awareness</a>:<br> <dl><dt><strong>__dict__</strong></dt> <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd> </dl> <dl><dt><strong>__weakref__</strong></dt> <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd> </dl> <hr> Methods inherited from <a href="ranger.gui.curses_shortcuts.html#CursesShortcuts">ranger.gui.curses_shortcuts.CursesShortcuts</a>:<br> <dl><dt><a name="TitleBar-addnstr"><strong>addnstr</strong></a>(self, *args)</dt></dl> <dl><dt><a name="TitleBar-addstr"><strong>addstr</strong></a>(self, *args)</dt></dl> <dl><dt><a name="TitleBar-color"><strong>color</strong></a>(self, *keys)</dt><dd><tt>Change&nbsp;the&nbsp;colors&nbsp;from&nbsp;now&nbsp;on.</tt></dd></dl> <dl><dt><a name="TitleBar-color_at"><strong>color_at</strong></a>(self, y, x, wid, *keys)</dt><dd><tt>Change&nbsp;the&nbsp;colors&nbsp;at&nbsp;the&nbsp;specified&nbsp;position</tt></dd></dl> <dl><dt><a name="TitleBar-color_reset"><strong>color_reset</strong></a>(self)</dt><dd><tt>Change&nbsp;the&nbsp;colors&nbsp;to&nbsp;the&nbsp;default&nbsp;colors</tt></dd></dl> <hr> Data and other attributes inherited from <a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a>:<br> <dl><dt><strong>settings</strong> = {}</dl> </td></tr></table></td></tr></table> </body></html>