Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Commits · master
bdflib
Browse files
Nov 15, 2023
Make sure RTD can see our docstrings when building docs.
· c48f2c92
Screwtape
authored
Nov 15, 2023
c48f2c92
CI: Let tox handle our Python dependencies for us.
· e5eb60e1
Screwtape
authored
Nov 15, 2023
e5eb60e1
Update Sphinx config file to silence a deprecation warning.
· 746a45c5
Screwtape
authored
Nov 15, 2023
746a45c5
Update black's formatting.
· 612efe1d
Screwtape
authored
Nov 15, 2023
612efe1d
Add a ReadTheDocs config file, as required.
· bcc21e5b
Screwtape
authored
Nov 15, 2023
bcc21e5b
Jan 14, 2022
Bump version: 2.0.0 → 2.0.1
· 30027531
Tim Allen
authored
Jan 14, 2022
View commits for tag v2.0.1
v2.0.1
30027531
Mark v2.0.0 as released in the changelog, too.
· 7eaf5a5f
Tim Allen
authored
Jan 14, 2022
7eaf5a5f
Bump version: 1.1.3 → 2.0.0
· d51d686f
Tim Allen
authored
Jan 14, 2022
View commits for tag v2.0.0
v2.0.0
d51d686f
Add command-line tools wrapping the new XLFD APIs.
· 8bd4cae1
Tim Allen
authored
Jan 14, 2022
8bd4cae1
Make XLFD validation case-insensitive.
· 975629fb
Tim Allen
authored
Jan 13, 2022
975629fb
Jan 13, 2022
Make MyPy check against Python 3.6 types.
· 687f0dc4
Tim Allen
authored
Jan 12, 2022
687f0dc4
Add the bdflib.xlfd module to handle XLFD validation.
· 8f7c13a6
Tim Allen
authored
Jan 12, 2022
8f7c13a6
Jan 10, 2022
Clean up the changelog a little.
· c60bd4f8
Tim Allen
authored
Jan 10, 2022
c60bd4f8
The Font class should not know about XLFD properties.
· 32d6ae6c
Tim Allen
authored
Jan 10, 2022
32d6ae6c
Add type hints for the font properties dict.
· 3d00cef2
Tim Allen
authored
Jan 10, 2022
3d00cef2
Store BDF metadata in attributes on the Font object.
· fb5c5013
Tim Allen
authored
Jan 10, 2022
fb5c5013
Jan 03, 2022
Don't use deprecated unittest functions.
· 08f8c6e4
Tim Allen
authored
Jan 03, 2022
08f8c6e4
Don't use nose as our test runner.
· ab5703d7
Tim Allen
authored
Jan 03, 2022
ab5703d7
Adobe moved their copy of the BDF spec.
· 5a92e2e6
Tim Allen
authored
Jan 03, 2022
5a92e2e6
Fix copyright statements.
· e795bfe5
Tim Allen
authored
Jan 01, 2022
e795bfe5
Add a changelog.
· 55fe79f0
Tim Allen
authored
Jan 01, 2022
55fe79f0
Make the Glyph contstructor take bitmap data as a list of ints.
· 5165f758
Tim Allen
authored
Jan 01, 2022
5165f758
Replace bdflib.util.Tally with collections.Counter.
· af6441d7
Tim Allen
authored
Dec 30, 2021
af6441d7
Use black to automatically format code.
· cb141676
Tim Allen
authored
Dec 30, 2021
cb141676
Jan 01, 2022
Drop support for Python 2.x.
· d4f68f99
Tim Allen
authored
Dec 30, 2021
d4f68f99
Apr 23, 2019
Bump version: 1.1.2 → 1.1.3
· 0aa8552e
Tim Allen
authored
Apr 23, 2019
0aa8552e
Make parsing more robust.
· 0c8a6dfa
Ivan Baldin
authored
Apr 23, 2019
and
Screwtape
committed
Apr 23, 2019
0c8a6dfa
Apr 22, 2019
Bump version: 1.1.1 → 1.1.2
· 5fbce5fd
Tim Allen
authored
Apr 22, 2019
5fbce5fd
Get CI working
· f7532407
Tim Allen
authored
Apr 22, 2019
f7532407
Add the tutorial.bdf file that docs/tutorial.rst requires.
· dc0f1b6b
Tim Allen
authored
Apr 22, 2019
dc0f1b6b
Apr 21, 2019
We don't care about minor Python versions, just test with whatever is available.
· 3633af0d
Tim Allen
authored
Apr 22, 2019
3633af0d
Automatically run tests and build docs on commit.
· e38917d6
Tim Allen
authored
Apr 22, 2019
e38917d6
Nov 19, 2018
Bump version: 1.1.0 → 1.1.1
· 9fbfbee4
Tim Allen
authored
Nov 19, 2018
View commits for tag v1.1.1
v1.1.1
9fbfbee4
Add the README as the package long description.
· 6f0fda10
Tim Allen
authored
Nov 19, 2018
6f0fda10
Bump version: 1.0.4 → 1.1.0
· b7155841
Tim Allen
authored
Nov 19, 2018
View commits for tag v1.1.0
v1.1.0
b7155841
Add Glyph.iter_pixels(), as discussed in #4.
· 0f524072
Tim Allen
authored
Nov 19, 2018
0f524072
Nov 09, 2018
Move Glyph attribute docs from doc comments to the docstring.
· b3d55ad8
Tim Allen
authored
Nov 09, 2018
b3d55ad8
Nov 08, 2018
Move documentation from the README to the real docs.
· b5a77f27
Tim Allen
authored
Nov 08, 2018
b5a77f27
Have the tutorial point out the glyph_combining module.
· 476ce359
Tim Allen
authored
Nov 08, 2018
476ce359
Second-pass editing on the tutorial.
· a2e723c8
Tim Allen
authored
Nov 08, 2018
a2e723c8
Loading