about summary refs log tree commit diff stats
path: root/ranger/gui/curses_shortcuts.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #1452 for Python 2 tooWojciech Siewierski2019-01-271-3/+3
* Alternative approach to #1452 (which didn't seem to work)Wojciech Siewierski2019-01-271-4/+4
* adding py2 supportSpiros Georgaras2019-01-261-1/+1
* fix Ctrl+Space crashSpiros Georgaras2019-01-251-1/+1
* Clarify the comment and fix the urltoonn2018-02-241-1/+2
* Catch the right errors in addstrtoonn2018-02-241-1/+2
* gui.curses_shortcuts: Fix handling of strings for `add*` functionsnfnty2017-03-181-3/+3
* gui.curses_shortcuts: addstr, addnstr: Handle `UnicodeError`nfnty2017-02-011-2/+2
* gui: Replace `_curses` with `curses`nfnty2017-01-251-4/+3
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-5/+5
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributesnfnty2017-01-171-0/+3
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-1/+1
* Fix misspellingsstepshal2016-06-261-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-5/+5
* Add two blank lines where is expectedstepshal2016-06-161-0/+2
* Fix for issue #332. Broken file shortening.A. Lopes2015-10-151-0/+8
* Neater copyright headerhut2015-03-191-3/+2
* update email addresshut2014-12-111-1/+1
* Workaround in py3.4.0 for swapped x/y in curses addch()hut2014-04-231-0/+5
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-2/+2
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-55/+55
* Revert "gui.curses_shortcuts: partially reverted 0bb7e10b, it seems pointless"hut2012-06-281-8/+10
* gui.curses_shortcuts: partially reverted 0bb7e10b, it seems pointlesshut2012-06-161-10/+8
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* gui.colorschemes: more efficient color_athut2012-01-111-3/+0
* gui.curses_shortcuts: Fix 97e724a3 for addstr() with one argumenthut2011-10-241-8/+10
* gui.curses_shortcuts: Fix unicode bug with surrogateshut2011-10-231-2/+12
* Updated copyright headershut2011-10-101-1/+1
* gui.curses_shortcuts: simplificationshut2011-10-101-34/+3
* Merge branch 'master' into previewhut2010-10-081-1/+1
|\
| * a little restructurationhut2010-10-021-1/+1
| * Revert 5 commits concerning utf (due to very poor performance)hut2010-09-301-9/+21
| * ext.utfwidth: Compatibility with both py2.6 and py3.1hut2010-09-301-2/+5
| * gui.curses_shortcuts: bugfix, simplificationhut2010-09-301-27/+9
| * ext.utfwidth: updated algorithmshut2010-09-301-3/+6
* | added more code from David Barnett, previews workhut2010-06-031-0/+9
|/
* gui.*: failsafe addstrshut2010-05-171-0/+11
* fix exceptions from invalid unicode charactershut2010-05-161-0/+26
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* cleanupshut2010-01-241-1/+1
* added unique function, moved flatten to ext/iter_toolshut2010-01-231-1/+1
* curses_shortcuts: use flatten instead of _combinehut2010-01-201-15/+5
* cleanups + style adjustmentshut2010-01-131-6/+6
* added license informationhut2010-01-081-0/+14
* curses_shortcuts: catch TypeError at addstrhut2010-01-061-2/+2