aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump vteJesse Luehrs2021-03-051-1/+1
|
* bump enumset to fix compilation failureJesse Luehrs2021-03-051-1/+1
|
* changelog and version bumpv0.8.1Jesse Luehrs2020-02-091-1/+1
|
* bump vte versionJesse Luehrs2020-02-091-1/+1
|
* changelog and version bumpv0.8.0Jesse Luehrs2019-12-071-1/+1
|
* add a basic quickcheck testJesse Luehrs2019-12-071-0/+2
|
* actually, remove normalization entirelyJesse Luehrs2019-12-071-4/+0
| | | | | | | normalization has some weird edge cases that cause incorrect behavior, since we aren't implementing full grapheme segmentation (for instance, a single codepoint can be normalized into three different codepoints, and there are codepoints that are combining characters but have width != 0)
* start restructuring the test suiteJesse Luehrs2019-12-061-0/+4
|
* changelog and version bumpv0.7.0Jesse Luehrs2019-11-231-1/+1
|
* make unicode normalization optionalJesse Luehrs2019-11-231-1/+4
| | | | | | it's not always necessary or desired, and adds quite a lot to the binary size (for instance, the problem it solves is pretty much non-existent in web browsers, and wasm builds are also very sensitive to code size)
* changelog and version bumpv0.6.3Jesse Luehrs2019-11-201-1/+1
|
* changelog and version bumpv0.6.2Jesse Luehrs2019-11-131-1/+1
|
* changelog and version bumpv0.6.1Jesse Luehrs2019-11-131-1/+1
|
* changelog and version bumpv0.6.0Jesse Luehrs2019-11-131-1/+1
|
* changelog and version bumpv0.5.1Jesse Luehrs2019-11-121-1/+1
|
* changelog and version bumpv0.5.0Jesse Luehrs2019-11-121-1/+1
|
* stop using formats at allJesse Luehrs2019-11-111-0/+1
| | | | they are too slow
* changelog and version bumpv0.4.0Jesse Luehrs2019-11-081-1/+1
|
* changelog and version bumpv0.3.2Jesse Luehrs2019-11-081-1/+1
|
* changelog and version bumpv0.3.1Jesse Luehrs2019-11-061-1/+1
|
* changelog and version bumpv0.3.0Jesse Luehrs2019-11-061-1/+1
|
* changelog and version bumpv0.2.00.2.0Jesse Luehrs2019-11-041-1/+1
|
* clippyJesse Luehrs2019-11-041-0/+1
|
* add some loggingJesse Luehrs2019-11-021-0/+1
|
* use enumset instead of hand-rolling itJesse Luehrs2019-11-021-0/+1
| | | | makes it a bit faster too
* add normalization for unicode cell valuesJesse Luehrs2019-10-311-0/+1
|
* implement zero-width and wide character handlingJesse Luehrs2019-10-311-0/+1
|
* basic structure of vte parserJesse Luehrs2019-10-291-0/+3
|
* start the rewriteJesse Luehrs2019-10-291-10/+1
|
* clean up build scriptJesse Luehrs2018-09-231-1/+1
|
* changelog and version bumpv0.1.2Jesse Luehrs2016-06-041-1/+1
|
* version bumpv0.1.1Jesse Luehrs2016-04-281-1/+1
|
* apparently it doesn't like git:// repositoriesv0.1.0Jesse Luehrs2016-04-281-1/+1
|
* packaging stuffJesse Luehrs2016-04-281-0/+8
|
* stop tracking terminal size separatelyJesse Luehrs2016-04-261-0/+1
|
* get ffi framework in placeJesse Luehrs2016-04-261-0/+7
|
* add build scriptJesse Luehrs2016-04-251-2/+1
|
* project skeletonJesse Luehrs2016-04-251-0/+6