about summary refs log tree commit diff stats
path: root/ranger/gui/displayable.py
Commit message (Expand)AuthorAgeFilesLines
* Bidi FixAviv2021-08-181-0/+11
* Correct spellingEdward Betts2021-07-241-2/+2
* Use chained comparison instead of multiple clausestoonn2020-07-051-2/+2
* Drop redundant pass statementstoonn2020-07-051-3/+0
* Fix fluke command line & status bar position errorMarcel Partap2019-08-071-1/+5
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-4/+4
* Only use `hasattr` where absolutely needednfnty2017-01-261-2/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-3/+5
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-3/+5
* linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributesnfnty2017-01-171-1/+3
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-5/+6
* linting: autopep8nfnty2017-01-171-4/+4
* Revert "gui.displayable: more safe DisplayableContainer.replace_child"hut2016-08-221-13/+3
* gui.displayable: more safe DisplayableContainer.replace_childhut2016-08-211-3/+13
* Fix cursor being lost when changing viewmodesMichael Hoang2016-08-211-0/+6
* Fix misspellingsstepshal2016-06-261-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-3/+3
* Add two blank lines where is expectedstepshal2016-06-161-0/+2
* implement switching viewmodes with ~ keyhut2016-04-041-1/+2
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-4/+2
* core.environment: deleted module, it was obsoletehut2015-04-141-2/+2
* Neater copyright headerhut2015-03-191-2/+2
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* Fix docstrings to comply with the PEP8hut2013-02-221-21/+19
* 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-306/+306
* gui.displayable: turn "out of bounds" crashes into warningshut2013-01-221-12/+6
* Replaced core.environment with core.tabhut2012-08-051-1/+1
* core.environment: s/fm.env.termsize/fm.ui.termsizehut2012-08-051-1/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Updated copyright headershut2011-10-101-1/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-2/+0
* a little restructurationhut2010-10-021-1/+1
* gui.displayable: always move when resizinghut2010-04-181-3/+1
* widgets.browserview: fixed bugshut2010-04-041-1/+1
* gui.displayable: fixed DisplayableContainer.remove_child()hut2010-04-041-1/+1
* closed #73, reason was it didn't move and coords didnt get updatedhut2010-03-271-1/+3
* fixed __nonzero__ compatibility problemhut2010-02-281-0/+1
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* cleanupshut2010-01-241-8/+8
* cleanups + style adjustmentshut2010-01-131-8/+12
* added license informationhut2010-01-081-0/+14
* cleanupshut2010-01-021-1/+0
* cleanuphut2009-12-311-1/+0
* moved some displayable methods to curses_shortcutshut2009-12-311-54/+10
* fixed tc_displayablehut2009-12-311-5/+5