Simon Lees
Simon Lees
So far I've done all the interface changes, other then caching fonts, which is next on my list. As for the RTL codepaths, subtracting 1/10th of the font size seems...
Also if anyone has any idea what Ubuntu packages are needed to get cmake to find freetype that would be much appreciated so that I don't need to spin up...
I'd find this API useful, mostly because in the language I am using we can use optional parameters and in cases where people are lazy and the guess is right...
This should probably be accepted after https://github.com/philer/polycore/pull/14 as due to the file add remove etc its already been included.
`indicator.lua` sounds like good suggestion, i'll add it to tomorrows list.
Changes made, I also included the updates to https://github.com/philer/polycore/pull/14 so they don't get lost.
The main culprit I saw here was cairo's text implementation which I will eventually move away from anyway but basically without this we'd have to check the length of every...
Updated now, in theory this version should be faster although the old version performed just fine on my machines. Another reason for taking this approach is with the old version...
To make your life easier you only actually need to review the last commit https://github.com/philer/polycore/commit/f29db35db8854ff06e9d7423a652090dc2c9573b It is just rebased on top of the "Split Widgets" branch to make my life...
Yeah colorschemes are now much simpler and from the latest release you can add them as individual files, there is a pretty good guide now at [[1](https://github.com/borisfaure/terminology/blob/master/COLORSCHEMES.md)], it should be...