Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | textbuffer: Redo insert markup a little bit | Matthias Clasen | 2020-09-19 | 1 | -61/+176 |
| | | | | | | | | | Redo the tag insertion function to avoid quadratic behavior, and at the same time, fix handling of alpha for color attributes. Update the copy of this function in gtk4-demo as well. | ||||
* | gtk-demo: Do markup parsing incrementally too | Matthias Clasen | 2020-08-13 | 1 | -24/+73 |
| | | | | | Pango has a markup parser api, might as well use it to keep things responsive. | ||||
* | gtk-demo: Fix the Windows build | Matthias Clasen | 2020-08-13 | 1 | -0/+4 |
| | |||||
* | gtk-demo: Move the highlighting to a separate file | Matthias Clasen | 2020-08-13 | 1 | -0/+405 |
Move all the logic related to asynchronous highlighting to fontify.c, to keep main.c from becoming too cluttered. |