aboutsummaryrefslogtreecommitdiff
path: root/src/rencache.c
AgeCommit message (Expand)Author
2024-06-25Rebase window creation and management to Lua (#108)Jefferson González
2023-12-01Use x offset to define render command rect in `rencache_draw_text` (#1618)Guldoman
2023-05-22Attach command buffer to Renderer WindowJan200101
2023-05-20Merged improved scaling support from lite-xl/lite-xl#1347jgmdev
2023-04-23fix(rencache): fix compiler warning for printing size_ttakase1121
2023-03-19Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429)Guldoman
2023-03-09Improve text width calculation precision (#1408)Guldoman
2023-03-04Split `Command` struct into different structs for each command type (#1407)Guldoman
2023-01-21pass RenWindow by argument (#1321)Jan
2023-01-18Avoid drawing hidden text in `DocView:draw_line_text` (#1298)Guldoman
2023-01-01Allow command buffer to be expanded (#1297)Guldoman
2022-12-26Use Lua string length instead of relying on `strlen` (#1262)Guldoman
2022-11-15MSVC Support (#1199)Takase
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