File microtex.changes of Package microtex
-------------------------------------------------------------------
Sun Mar 13 17:56:58 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1+git.611~1fcce6f:
* wasm demo: add text mode
* win32 compat: use isAlpha to avoid disgustin assertion failure when in debug mode
* add missing headers
* rename tinytex* to microtex*
* rename namespace to microtex
* API: hasGlyphPathRender
* wasm demo: resize pane
* wasm demo: add ability to parse query param
* change demo layout style
* remove sstream
-------------------------------------------------------------------
Sun Mar 13 12:54:40 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1+git.610~135a86c:
* win32 compat: use isAlpha to avoid disgustin assertion failure when in debug mode
* add missing headers
* rename tinytex* to microtex*
* rename namespace to microtex
-------------------------------------------------------------------
Thu Mar 10 21:53:36 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1+git.610~24c5b58:
* win32 compat: use isAlpha to avoid disgustin assertion failure when in debug mode
* add missing headers
* rename tinytex* to microtex*
* rename namespace to microtex
* API: hasGlyphPathRender
* wasm demo: resize pane
* wasm demo: add ability to parse query param
* change demo layout style
* remove sstream
* cmake: remove unnecessary cxx checking
-------------------------------------------------------------------
Sat Mar 05 17:28:21 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1+git.598~c53dccc:
* remove stdc++fs lib
* fix wrong space size in text-mode
* wasm: adapt C api
-------------------------------------------------------------------
Fri Mar 04 16:53:54 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1+git.595~0d49051:
* fix meson build issues
* upgrade clm data version to 4
* fix nested font style
* add addFont instead of addMainFont and addMathFont
* InitFontSenseAuto: visitor pattern
* fix test compilation
* throw exception when init with a math font that does not exists
* optimized API
* read font name from clm data file instead manually given one
* use clm provided fontstyle to map font
* implemented font style as part of clm
-------------------------------------------------------------------
Mon Feb 28 19:32:23 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1+git.584~a6a8722:
* qt: add cmake install scripts
* rename export.h and config.h to tinytexexport.h and tinytexconfig.h
* cmake: add tinytex_install_* functions
* cmake: add tinytex-cairo install scripts
* cmake: add install scripts
-------------------------------------------------------------------
Sun Feb 27 10:38:36 UTC 2022 - Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.0.1.579.d8f699b:
* wasm: remove versions
* add TINYTEX_API_VERSION to maintain API and ABI compatibility
* meson build: parse versions from project version
* upgrade clm data version
* fix mistakenly use of Init
* fix meson build
* rename options.h.in to configs.h.in
* add export.h
* move otf config flags from config.h to otfconfig.h
* move version def to cmake config file
* make auto font find optional
-------------------------------------------------------------------
Sun May 9 18:48:38 UTC 2021 - Florian <sp1ritCS@protonmail.com>
- Initial packaging