summary refs log tree commit diff stats
path: root/ranger/gui/widgets/pager.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* core.actions: replaced internal help with 'man ranger'hut2011-09-291-34/+0
* gui.widgets.pager: fixed crashhut2011-09-141-6/+10
* Fixed #33227, pager crashed when trying to read non-readable fileRiku Palomäki2011-05-041-1/+1
* widgets.pager: Fixed crash when scope.sh failshut2011-01-041-2/+5
* widgets.pager: Fixed horizontal scrollinghut2010-12-211-0/+2
* core.actions: Fixed get_preview()hut2010-12-181-2/+1
* gui.widgets.pager: bugfix: make sure max_width is definedhut2010-10-121-0/+1
* fsobject.file: load previews in fm.loaderhut2010-10-081-0/+1
* widgets.pager: more efficient width calculationhut2010-06-181-4/+4
* added more code from David Barnett, previews workhut2010-06-031-3/+17
* widgets.pager: Fixed off-by-one error for boundarieshut2010-04-261-2/+2
* removed code for backwards compatibiltyhut2010-04-181-4/+0
* Merge branch 'devel' into newkeyhut2010-04-081-1/+1
|\
| * made accumualtor use ext.directory.Directoryhut2010-04-081-1/+1
* | integrated new keyparser in pager + taskviewhut2010-04-071-14/+21
* | added KeyManagerhut2010-04-071-5/+0
* | Merge branch 'devel' into newkeyhut2010-04-071-50/+32
|\|
| * widgets.pager: re-added move_horizontal, displaying warning messagehut2010-04-071-0/+4
| * core.actions: use Direction in move()hut2010-04-071-2/+0
| * widgets.pager: use Direction object in move()hut2010-04-071-45/+27
| * gui.mouse_event: added mouse_wheel_direction()hut2010-04-051-4/+3
| * clean uphut2010-03-311-1/+0