about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'victorbnl-viewnior-config' HEAD mastertoonn2022-06-151-0/+2
|\
| * Add viewnior in rifle configVictor B2022-03-051-0/+2
* | Merge branch 'jmcantrell-master'toonn2022-06-141-1/+1
|\ \
| * | browsercolumn: Only add the separator when neededJeremy Cantrell2022-06-131-2/+2
* | | Revert "Merge branch 'jmcantrell-master'"toonn2022-06-141-1/+1
|/ /
* | Merge branch 'pylint'toonn2022-06-131-1/+3
|\ \
| * | GHActions: Refrain from installing PyLint for teststoonn2022-06-131-1/+3
|/ /
* | Merge branch 'jmcantrell-master'toonn2022-06-121-1/+1
|\ \
| * | browsercolumn: Fix separator depthJeremy Cantrell2022-06-111-1/+1
|/ /
* | Merge branch 'pylint'toonn2022-06-102-1/+3
|\ \
| * | GHActions: Rerun PyLint when requirements.txt changestoonn2022-06-101-0/+2
| * | pylint: Pin to 2.13.9toonn2022-06-101-1/+1
|/ /
* | Merge branch 'line-number-width'toonn2022-06-101-10/+31
|\ \
| * | 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
|/ /
* | Merge branch 'pylint'toonn2022-05-264-6/+17
|\ \
| * | test_py2_compat: Ignore error message positionstoonn2022-05-261-0/+6
| * | runner: Initialize variables outside of try-excepttoonn2022-05-261-2/+4
| * | accumulator: Make get_list an abstract methodtoonn2022-05-261-2/+4
| * | colorscheme: Make use an abstract methodtoonn2022-05-261-2/+3
|/ /
* | Merge remote-tracking branch 'ferdinandyb/ipynb_preview'toonn2022-04-012-1/+10
|\ \
| * | better textual preview for jupyter notebooksBence Ferdinandy2021-12-292-1/+10
* | | Merge branch 'SuperNici-drawioPreview'toonn2022-03-184-13/+27
|\ \ \
| * | | doc: Add draw.io dependency to man pagetoonn2022-03-182-0/+8
| * | | README: Add draw.io dependencytoonn2022-03-181-0/+2
| * | | scope: Fix draw.io width and enable by defaulttoonn2022-03-181-4/+4
| * | | scope: Move draw.io preview to handle_imagetoonn2022-03-181-18/+17
| * | | Makefile: Drop README.md from man page requisitestoonn2022-03-182-5/+9
| * | | doc: Split lines in man pagetoonn2022-03-181-2/+4
| * | | doc: Add openscad dependency to man pagetoonn2022-03-181-0/+4
| * | | doc: Fix manpage for name filter_stack filtertoonn2022-03-182-5/+5
| * | | fix indentNici2022-02-131-1/+1
| * | | add drawio Image-PreviewNici2022-02-131-1/+6
* | | | Merge branch 'openscad-doc'toonn2022-03-183-7/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Makefile: Drop README.md from man page requisitestoonn2022-03-182-5/+9
| * | | doc: Split lines in man pagetoonn2022-03-181-2/+4
| * | | doc: Add openscad dependency to man pagetoonn2022-03-181-0/+4
|/ / /
* | | Merge branch 'doc-filterstack'toonn2022-02-272-5/+5
|\ \ \ | |/ / |/| |
| * | doc: Fix manpage for name filter_stack filtertoonn2022-02-272-5/+5
|/ /
* | Merge branch 'pylint'toonn2022-02-0519-14/+66
|\ \
| * | Actions: Pytests no longer compatible with Python <3.6toonn2022-02-052-3/+3
| * | vcs: Switch from deprecated isSet to is_settoonn2022-02-051-3/+3
| * | test_py2_compat: Test f-string detectiontoonn2022-02-051-0/+25