about summary refs log tree commit diff stats
path: root/ranger/gui/widgets/browsercolumn.py
Commit message (Expand)AuthorAgeFilesLines
* browsercolumn: Only add the separator when neededJeremy Cantrell2022-06-131-2/+2
* browsercolumn: Fix separator depthJeremy Cantrell2022-06-111-1/+1
* browsercolumn: Use number of items for widthtoonn2022-05-271-1/+1
* browsercolumn: Take into account one_indexed settingtoonn2022-05-271-2/+5
* browsercolumn: Lowercase line_numbers in keytoonn2022-05-271-1/+1
* browsercolumn: Refactor linum_text_lentoonn2022-05-271-4/+10
* browsercolumn: Fix relative line number widthtoonn2022-05-261-2/+10
* browsercolumn: Include linum_text_len in keytoonn2022-05-261-1/+1
* browsercolumn: Remove off-by-one trailing spacetoonn2022-05-261-4/+5
* browsercolumn: Accept line_numbers case insensitivelytoonn2022-05-261-3/+6
* browsercolumn: Fix off-by-one in line number widthtoonn2022-05-261-1/+1
* Bidi FixAviv2021-08-181-12/+1
* browsercolumn: Fix regression when clicking previewtoonn2021-05-171-1/+4
* Selection in multipane viewmode was misleadingtoonn2020-07-271-1/+1
* Use chained comparison instead of multiple clausestoonn2020-07-051-1/+1
* Implement a line_number context for colorschemestoonn2020-04-091-3/+3
* Placate our pep 8 overlordstoonn2019-11-061-0/+3
* Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-261-4/+1
* Restoration of scrolling in pager.Baranovskiy Konstantin2018-10-251-2/+4
* Refactor the code and fix the coding styleWojciech Siewierski2018-10-081-9/+3
* fixed CI errorspavel2018-10-071-7/+8
* limited scrolling to the end of the filepavel2018-10-071-5/+6
* initial mouse wheel scroll supportpavel2018-10-071-1/+8
* Fix the issues reported by the coverage test (#1206)Wojciech Siewierski2018-06-171-3/+3
* New setting: relative_current_zeroWojciech Siewierski2018-06-171-1/+1
* Fixed a pylint errorErez Shermer2018-06-071-2/+1
* Merge branch 'master' of https://github.com/esm7/rangerErez Shermer2018-06-071-2/+2
|\
| * MISSION CRITICAL update to adhere to pep8toonn2018-04-211-2/+2
* | Proper usage of the bidi settingErez Shermer2018-06-071-2/+15
|/
* Merge branch 'one-indexed' of https://github.com/n1amr/rangerhut2017-10-171-1/+6
|\
| * add settings option to use one indexed line numbersAmr Alaa2017-09-171-1/+6
* | Add ranger.gui.widgets.browsercolumn.hook_before_drawinghut2017-10-151-0/+6
|/
* gui.widgets.browsercolumn.BrowserColumn.draw: Minor refactornfnty2017-02-061-22/+20
* gui.widgets.browsercolumn: Set bookmark `'` when right clickingnfnty2017-02-051-1/+1
* gui.widgets.browsercolumn: Refactor `Browsercolumn.need_redraw` logicnfnty2017-02-031-11/+13
* gui.widgets.browsercolumn: Redraw if file is outdatednfnty2017-02-031-11/+16
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-2/+1
* Only use `hasattr` where absolutely needednfnty2017-01-261-1/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-6/+7
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-4/+2
* linting: pylint 2.0.0nfnty2017-01-171-2/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: Python 2 compatnfnty2017-01-171-1/+1
* linting: pylint and flake8nfnty2017-01-171-15/+15
* linting: autopep8nfnty2017-01-171-7/+7
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
* Remove reduntant backslash between brackets.stepshal2016-06-191-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* Remove space before/after bracketstepshal2016-06-061-3/+3