aboutsummaryrefslogtreecommitdiff
path: root/src/rencache.c
AgeCommit message (Expand)Author
2022-04-15Cleanup (#826)Jan
2022-01-29Fixing performance regression. Due to the way the hashes work, we must 0 out ...Adam Harrison
2021-12-15Takes kivutar's changes into account, cleaning things up slightly.Adam Harrison
2021-11-23Manual merge of into .Adam Harrison
2021-10-28ensure command alignment is correctJan200101
2021-10-12Added in support for font groupings.Adam Harrison
2021-10-10Do no add rencache a command for empty rectanglesFrancesco Abbate
2021-09-25Added in a float for rencache.Adam Harrison
2021-09-25Missed a float.Adam Harrison
2021-09-25Converted all ints to floats for x coordinate purposes.Adam Harrison
2021-09-24Removed font renderer.Adam Harrison
2021-05-21Fix crash problem with rencache and font accessFrancesco Abbate
2021-05-05Ensure the rencache commands buffer is cleared on restartFrancesco Abbate
2021-04-26First implementation of scaling for retina displayFrancesco Abbate
2021-04-20Fix bug with wrong hashing of rencache commandsFrancesco Abbate
2021-04-01Implement unicode character replacementsFrancesco Abbate
2021-03-18Fix problem with tab size and subpixel positioningFrancesco Abbate
2021-03-06Introduce subpixel text positioning within rencacheFrancesco Abbate
2021-03-06Mostly fix problem of offset with cursor positioning when using mouseFrancesco Abbate
2020-09-05Changed rencache to store font tab_width with font commandrxi
2020-05-22Added rencache invalidation on window-exposed eventrxi
2020-05-17Added null-checks for all push_command() calls in rencache.crxi
2020-05-14Made rencache warn on exhausting command buffer instead of panicingrxi
2020-05-14Made draw_text/draw_rect not push command if result is not on-screenrxi
2020-05-07Comment improvement in rencache.crxi
2019-12-28Initial commitrxi