Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into stable | Toon Nolten | 2018-09-09 | 52 | -399/+1984 |
|\ | |||||
| * | New filter type for matching mimetypes | Wojciech Siewierski | 2018-09-08 | 3 | -0/+22 |
| * | Merge branch 'Xunius-flagt' | toonn | 2018-09-08 | 2 | -16/+95 |
| |\ | |||||
| | * | Change rifle fallback mechanism for flag t | toonn | 2018-06-23 | 2 | -9/+54 |
| | * | remove term=term.lower() | guangzhi | 2018-05-19 | 1 | -7/+5 |
| | * | Merge branch 'master' into flagt | Xunius | 2018-05-19 | 16 | -40/+59 |
| | |\ | |||||
| | * \ | Merge branch 'master' into flagt | Xunius | 2018-05-15 | 21 | -68/+255 |
| | |\ \ | |||||
| | * | | | more terminals tested for fix of issue #1108 | guangzhi | 2018-03-16 | 1 | -20/+36 |
| | * | | | Correct some formatting in fix of issue #1108. | guangzhi | 2018-03-13 | 1 | -10/+9 |
| | * | | | re-organize block regarding flag t issue #1108 | guangzhi | 2018-03-13 | 1 | -21/+27 |
| | * | | | run test and fix some formatting | guangzhi | 2018-03-11 | 1 | -9/+9 |
| | * | | | Attempt to fix issue #1108 flag t problem | guangzhi | 2018-03-11 | 1 | -7/+22 |
| * | | | | Merge branch 'dbosst-master' | toonn | 2018-09-08 | 2 | -0/+49 |
| |\ \ \ \ | |||||
| | * | | | | Removed ghost of function definition | toonn | 2018-08-23 | 1 | -53/+0 |
| | * | | | | Remove limit and change pos to to | toonn | 2018-08-22 | 1 | -11/+5 |
| | * | | | | use offset and pos to shift tabs: | dbosst | 2018-08-22 | 1 | -16/+41 |
| | * | | | | Added: shift tabs right/left | dbosst | 2018-08-22 | 1 | -0/+28 |
| | * | | | | Merge branch 'master' into master | dbosst | 2018-03-28 | 1 | -2/+2 |
| | |\ \ \ \ | |||||
| | * | | | | | use offset and pos to shift tabs: | dbosst | 2018-03-28 | 2 | -18/+43 |
| | * | | | | | Added: shift tabs right/left | dbosst | 2018-03-27 | 2 | -0/+30 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge branch 'boldisnotbright' | toonn | 2018-09-08 | 3 | -5/+29 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix unbrightened selection | Toon Nolten | 2018-09-08 | 1 | -2/+2 |
| | * | | | | | Restore the use of the bold attribute | toonn | 2018-09-07 | 2 | -3/+15 |
| | * | | | | | In terminals devoid of color cut items were invisible | toonn | 2018-09-07 | 3 | -16/+28 |
| * | | | | | | Merge branch 'squigglezworth-master' | toonn | 2018-09-08 | 6 | -56/+92 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix documentation | toonn | 2018-09-08 | 4 | -21/+21 |
| | * | | | | | | Fix commit 520e76e | squigz | 2018-01-05 | 1 | -2/+1 |
| | * | | | | | | Another pylint fix (2 spaces before in-line comment) | squigz | 2018-01-05 | 1 | -1/+1 |
| | * | | | | | | Merge branch 'master' into master | squigglezworth | 2018-01-05 | 1 | -1/+0 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Disable pylint too-many-branches for _draw_borders | squigz | 2018-01-05 | 1 | -0/+1 |
| | * | | | | | | | Further draw_borders refactoring, "both" isn't now a distinct state | Wojciech Siewierski | 2018-01-05 | 1 | -9/+17 |
| | * | | | | | | | Clean up the draw_borders code | Wojciech Siewierski | 2018-01-05 | 1 | -12/+11 |
| | * | | | | | | | draw_borders: treat true as both for backwards compatibility | squigz | 2018-01-04 | 1 | -1/+1 |
| | * | | | | | | | remove unnecessary checks | squigz | 2018-01-04 | 1 | -2/+2 |
| | * | | | | | | | Reduce calls to string.lower() | squigz | 2018-01-04 | 1 | -5/+4 |
| | * | | | | | | | Update manpage section on draw_borders | squigz | 2018-01-04 | 2 | -5/+17 |
| | * | | | | | | | Fix rc.conf | squigz | 2018-01-04 | 1 | -1/+1 |
| | * | | | | | | | Use True/False instead of 1/0 | squigz | 2018-01-04 | 1 | -4/+5 |
| | * | | | | | | | Remove draw_separators from ALLOWED_SETTINGS | squigz | 2018-01-04 | 1 | -1/+0 |
| | * | | | | | | | Changes draw_borders setting to a string | squigz | 2018-01-04 | 3 | -38/+37 |
| | * | | | | | | | Remove _draw_separators and integrate with _draw_borders with the `separators... | squigz | 2018-01-04 | 1 | -64/+26 |
| | * | | | | | | | Fix draw_separators setting in rc.conf | squigz | 2018-01-04 | 1 | -1/+1 |
| | * | | | | | | | Update manpage with 'draw_separator' setting | squigz | 2018-01-04 | 3 | -2/+9 |
| | * | | | | | | | Add 'draw_separators' option to rc.conf | squigz | 2018-01-04 | 1 | -0/+3 |
| | * | | | | | | | Add option to draw separators between columns instead of drawing boxes | squigz | 2018-01-03 | 2 | -0/+47 |
| * | | | | | | | | Merge pull request #1228 from natemaia/patch-4 | Wojciech Siewierski | 2018-09-07 | 1 | -0/+70 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into patch-4 | Nathaniel | 2018-09-05 | 19 | -37/+586 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Remove extra pipe in subprocess call, rename plugin and add original | natemaia | 2018-09-05 | 2 | -47/+89 |
| | * | | | | | | | | | 2 lines around function definition | Nathaniel | 2018-07-07 | 1 | -0/+1 |
| | * | | | | | | | | | import order and break long lines | Nathaniel | 2018-07-07 | 1 | -8/+12 |