~notgull

https://notgull.net

All opinions expressed here do not reflect that of my employer.

Trackers

~notgull/async-gui

Last active 1 year, 4 months ago

~notgull/theo

Last active 1 year, 4 months ago

#3 long double 3 months ago

Comment by ~notgull on ~mcf/cproc

Noting that this is a blocker for compiling tinycc with cproc

#89 "aligned" attribute is not supported 5 months ago

Ticket created by ~notgull on ~mcf/cproc

$ gcc -E src/global.c | cproc-qbe /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h:416:78: error: GNU attribute 'aligned' is not supported here

This error now occurs on Ubuntu 24.04.

#1 Update to winit v0.29.2 1 year, 4 months ago

Ticket created by ~notgull on ~notgull/async-gui

#2 Update to winit v0.29.2 1 year, 4 months ago

Ticket created by ~notgull on ~notgull/theo

Newest version comes with some new features

#1 Support RTL text in line-straddler 1 year, 5 months ago

Ticket created by ~notgull on ~notgull/theo

When originally writing line-straddler, I did not support RTL text. I'm not sure how the algorithm should be adjusted to support RTL text. Honestly it might even be a bad idea to do it at the line-straddler level; maybe it should be done in piet-cosmic-text?