about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/pager.py
Commit message (Expand)AuthorAgeFilesLines
* Placate our pep 8 overlordstoonn2019-11-061-6/+7
* Add a setting to wrap plain text previewstoonn2019-11-061-5/+11
* Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-261-0/+6
* Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-251-3/+3
* Refactor the code and fix the coding styleWojciech Siewierski2018-10-081-1/+1
* initial mouse wheel scroll supportpavel2018-10-071-1/+3
* Replace StopIteration with bare returnYannick Couzinié2018-08-061-2/+2
* Fixed manpages, tmux handlingmark-dawn2018-05-291-1/+2
* gui.widgets.pager: Handle `source.close()` exceptionnfnty2017-01-251-9/+15
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-2/+4
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: pylint 2.0.0nfnty2017-01-171-2/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-10/+10
* linting: autopep8nfnty2017-01-171-17/+17
* fix issue #698: replace Windows line endings with Unix line endingsRichard Boß2016-10-251-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-1/+1
* Merge branch 'E301' of https://github.com/stepshal/rangerhut2016-06-181-0/+1
|\
| * Add one blank line where is expectedstepshal2016-06-161-0/+1
* | Add two blank lines where is expectedstepshal2016-06-161-0/+2
|/
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-0/+1
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
* Neater copyright headerhut2015-03-191-3/+2
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* ext.img_display: more efficient way to draw imageshut2013-04-241-11/+7
* Fix docstrings to comply with the PEP8hut2013-02-221-3/+2
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* widgets/pager: simpler Pager.destroy()hut2013-02-191-2/+1
* widgets.pager: fix crash when not using img_displayhut2013-02-191-1/+1
* widgets.browserview: shorter implementation of f4e5ce0hut2013-02-191-2/+2
* widgets.pager: fix redrawing when scrollinghut2013-02-181-0/+2
* widgets.pager: clear image on exithut2013-02-181-0/+7
* widgets.pager: draw images in a background processhut2013-02-161-1/+8
* ext.img_display: disable preview_images when unsupportedhut2013-02-101-0/+2
* replaced tabs with 4 spaces in all python fileshut2013-02-101-199/+199
* Image preview: clear images without full redrawEmanuel Guevel2013-02-031-2/+4
* widgets.pager: no unnecessary redrawing of imageshut2013-02-031-2/+4
* widgets.pager: draw the image at the very endhut2013-02-031-10/+9
* Display image preview using w3mimgdisplayEmanuel Guevel2013-02-021-4/+42
* move fm.env.{keymaps,keybuffer} to fm.ui.{keymaps,keybuffer}hut2012-08-051-1/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* gui.ansi: Fix test case in char_slicehut2011-10-111-2/+1
* Updated copyright headershut2011-10-101-1/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-1/+0
* removed doc/TODO; use "make todo"hut2011-10-051-0/+1
* widgets.pager: fixed some problems with pager/embedded_pagerhut2011-10-011-1/+1
* ext.keybindings: implemented %any macrohut2011-09-301-1/+0
* implemented a new keybinding parserhut2011-09-301-22/+2