about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace the √ sign (square root) with a proper checkmark (✓)Wojciech Siewierski2019-06-291-1/+1
* Update VCS symbolsChuancong Gao2018-03-291-4/+4
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-15/+30
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: autopep8nfnty2017-01-171-13/+13
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* VCS: Fix browsercolumnnfnty2016-02-081-14/+14
* VCS: Move remotestatus to FileSystemObjectnfnty2016-02-081-16/+20
* VCS: Update comments, Minor fixesnfnty2016-02-081-1/+1
* VCS: Rename vcslocal to vcsnonenfnty2016-02-081-1/+1
* VCS: Implement cheap subpath repo updatingnfnty2016-02-081-1/+1
* VCS: Change vcsfilestatus to vcspathstatus, Fix remotestatusnfnty2016-02-081-1/+1
* ranger.gui.widgets: code deduplicationhut2015-10-291-0/+2
* Merge branch 'vcs'hut2013-02-241-0/+19
|\
| * Added 'unknown' remote vcs statusAbdo Roig-Maranges2013-02-151-1/+2
| * Displays version control data on browser columnAbdo Roig-Maranges2013-02-121-0/+17
* | Fix docstrings to comply with the PEP8hut2013-02-221-4/+1
|/
* replaced tabs with 4 spaces in all python fileshut2013-02-101-4/+4
* removed copyright notice from trivial files (__init__.py's)hut2011-09-291-15/+0
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* cleanups + style adjustmentshut2010-01-131-1/+2
* added license informationhut2010-01-081-0/+14
* re-indented docstringshut2009-12-171-2/+2
* updated umlhut2009-12-151-1/+3
* implemented FileListContainerhut2009-12-121-0/+4
* Reorganization of gui/widget hierarchy and directory structurehut2009-12-111-0/+0
ght .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# print 
n>to be right-justified in 'width' fn print-int32-decimal-right-justified screen: (addr screen), n: int, _width: int { # tweak things for negative numbers var n-width/eax: int <- decimal-size n var width/ecx: int <- copy _width { compare n-width, width break-if->= print-grapheme screen, 0x20/space width <- decrement loop } print-int32-decimal screen, n }