summaryrefslogtreecommitdiff
path: root/text.c
AgeCommit message (Expand)Author
2021-09-19Offsets are now calculated during arrangingHEADmasterAki
2021-09-16Window is now closed only if q is pressedAki
2021-09-15Added handler for hyperlink clickingAki
2021-09-14Added custom pango attribute to store uriAki
2021-09-13Added stupid hovering supportAki
2021-09-09Separated arranging the layout to own state and functionAki
2021-09-09Readded layout unref that disappeared mysteriouslyAki
2021-09-09Prepared handler and main to separate layouting from drawingAki
2021-09-09Moved state to a structure and shifted how it's handled aroundAki
2021-09-07Spans are now stupidly handledAki
2021-09-07Expanded input to drawing functionAki
2021-09-06Moved x state to static variablesAki
2021-09-01Added handler for ConfigureNotify eventAki
2021-08-31Changed render target to a basic X windowAki
2021-08-31Put together a simple text renderer to a PNGAki