vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
GNU General Public License v3.0
1.34k stars 78 forks source link

Bug fixes, theme system #157

Closed gaetgu closed 1 year ago

gaetgu commented 1 year ago

These commits do tons of stuff. Together, they have enabled me to use ved as my main editor working on ved (and other v stuff). Here's a quick rundown:

One known issue that is caused by this PR is that when opening ved on a 4k display, ved first draws the titlebar and other elements at a smaller size and readjusts to the screen size on the first call to draw().

gaetgu commented 1 year ago

For whatever reason, this PR is failing to build on the ubuntu check. I have confirmed that it builds on (arch x86) linux via a discord user, so I am not sure why that is happening. I am going to get a VM set up to see if I can replicate this behavior tomorrow.

medvednikov commented 1 year ago

Yeah a very strange error. Never seen it before.