Jefferson González
Jefferson González
* Adds various symbols as discussed on #1000 * Adds color darkening and brightening functions to allow defining fallbacks that just modify the base syntax symbols with the option of...
This PR is the unification of all the commits on #998 for easier review and re-basing on master changes. ### Features implemented: * Drops the problematic `get_scale` that only worked...
Small fix to get it compiling.
Fixes application icons not found like Quassel Client where the icon is not named org.kde.quassel but quassel or Wayfire config manager which .desktop file is not named org.gtk.wayfire-config-manager.desktop but instead...
Experimentation to decouple the application functionality to a shared library in all platforms and see if it works better for native plugins. ``` pragtical_install_path_on_windows ├── libpragtical.dll
This is a PR rebased to Pragtical to keep track of lite-xl/lite-xl#1659 and testing Note to self: do not merge this PR, instead remember to merge squash locally and ammend...
* Adds ppm as a subproject and all related dependencies as cmake subprojects * ppm is built statically on forcefallback mode except for the usual libm, libc stuff... * Use...
Changes: * Renamed enums and functions to new names * ~~Dropped sdl renderer backend~~ * Simplified scale handling ~~To test you will need a system wide sdl3 installation from git...
This is a reminder of the issue when estimating a font metrics caused by lite-xl/lite-xl#1543 (which brings a huge performance boost), a temporary workaround on #89 will be merged until...
TODO List
A list of things to do as they pop up: * [x] Add background co-routines support https://github.com/pragtical/pragtical/pull/5 * [x] Release builds: eliminate addon packages since they are no longer necessary...