index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rencache.c
Age
Commit message (
Expand
)
Author
2024-06-25
Rebase window creation and management to Lua (#108)
Jefferson González
2023-12-01
Use x offset to define render command rect in `rencache_draw_text` (#1618)
Guldoman
2023-05-22
Attach command buffer to Renderer Window
Jan200101
2023-05-20
Merged improved scaling support from lite-xl/lite-xl#1347
jgmdev
2023-04-23
fix(rencache): fix compiler warning for printing size_t
takase1121
2023-03-19
Aggregate `SDL_Surface`s and their scale in `RenSurface` (#1429)
Guldoman
2023-03-09
Improve text width calculation precision (#1408)
Guldoman
2023-03-04
Split `Command` struct into different structs for each command type (#1407)
Guldoman
2023-01-21
pass RenWindow by argument (#1321)
Jan
2023-01-18
Avoid drawing hidden text in `DocView:draw_line_text` (#1298)
Guldoman
2023-01-01
Allow command buffer to be expanded (#1297)
Guldoman
2022-12-26
Use Lua string length instead of relying on `strlen` (#1262)
Guldoman
2022-11-15
MSVC Support (#1199)
Takase
2022-04-15
Cleanup (#826)
Jan
2022-01-29
Fixing performance regression. Due to the way the hashes work, we must 0 out ...
Adam Harrison
2021-12-15
Takes kivutar's changes into account, cleaning things up slightly.
Adam Harrison
2021-11-23
Manual merge of into .
Adam Harrison
2021-10-28
ensure command alignment is correct
Jan200101
2021-10-12
Added in support for font groupings.
Adam Harrison
2021-10-10
Do no add rencache a command for empty rectangles
Francesco Abbate
2021-09-25
Added in a float for rencache.
Adam Harrison
2021-09-25
Missed a float.
Adam Harrison
2021-09-25
Converted all ints to floats for x coordinate purposes.
Adam Harrison
2021-09-24
Removed font renderer.
Adam Harrison
2021-05-21
Fix crash problem with rencache and font access
Francesco Abbate
2021-05-05
Ensure the rencache commands buffer is cleared on restart
Francesco Abbate
2021-04-26
First implementation of scaling for retina display
Francesco Abbate
2021-04-20
Fix bug with wrong hashing of rencache commands
Francesco Abbate
2021-04-01
Implement unicode character replacements
Francesco Abbate
2021-03-18
Fix problem with tab size and subpixel positioning
Francesco Abbate
2021-03-06
Introduce subpixel text positioning within rencache
Francesco Abbate
2021-03-06
Mostly fix problem of offset with cursor positioning when using mouse
Francesco Abbate
2020-09-05
Changed rencache to store font tab_width with font command
rxi
2020-05-22
Added rencache invalidation on window-exposed event
rxi
2020-05-17
Added null-checks for all push_command() calls in rencache.c
rxi
2020-05-14
Made rencache warn on exhausting command buffer instead of panicing
rxi
2020-05-14
Made draw_text/draw_rect not push command if result is not on-screen
rxi
2020-05-07
Comment improvement in rencache.c
rxi
2019-12-28
Initial commit
rxi