index
:
lite-xl
2.1-prep
Merged
PR/adjust-renwindow-docs
PR/clarify-stack-traces-for-require
PR/update-windows-server-image
PR/window-allocation
additional-userdir-envvar
animations-adjust
build/sdl3-force-falllback
console-based-lite-project
core/sdl-callback
cpath-changes
debug-font-rendering-clean
dependabot/github_actions/github-actions-c35c0c8c33
dmon-1
dmon-2.0.3
dmon-atomic-load-store
dmon-debug
dmon-integration
dmon-luajit-2.0.3
dmon-no-timeout-select
files-commands
fira-font
fix-2.0.1
fix-autoreload-large-files
fix-bug-removed-project
fix-configs-set-to-true
fix-dir-monitor-symlinks
fix-dmon-add-dir-asserts
fix-inotify-asserts
fix-inotify-problem
fix-invisible-node-click-intercept
fix-javascript-regexp-syntax
fix-network-volumes
fix-pgid-on-deatch
fix-remove-view-context
fix-treeview-dircache
fix-win32-process-arguments
font-jetbrainsmono
ime-text-editing
improve-lcd-weights
incremental-folder-scan
link-remove-unused-function
master
master-2.0
master-2.0.4
master-2.1
master-luajit-2.0
master-luajit21-2.0
mem-leak-debug
merge-master-2.0
notebook-view
path-ignore-files
platform-requires
popen-light
port-build-lhelper-2
project-based-2
project-based-3
project-based-4
project-based-4-wip-changes
release/v2.1.x
rencache-texture
repl
revert-853-process-api
scroll_size_update_once_2
simplifying-main
soft-line-wrap-2.0
start-file-in-place
testing-detect-indent-changes
treeview-fix
use-tabs-margin
use-tabs-margin-2.0
use-tabs-margin-luajit-2.0
using-luajit
using-luajit-2
using-luajit-2.0.3
using-luajit-3
vim-mode
voronianski-color-schemes
workspace-fixes
zlog-dmon-logging
A lightweight text editor written in Lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
renderer.c
Age
Commit message (
Expand
)
Author
2021-06-09
Reverted if guard.
Adam Harrison
2021-06-09
Added in #if guard for ARM achitectures.
Adam Harrison
2021-06-08
Replaced fill loop with SDL_FillRect.
Adam Harrison
2021-04-29
Make usage of SDL renderer optional
Francesco Abbate
2021-04-27
Fix missing scaling for update rects in renderer
v1.16.6-sdl-renderer-2
Francesco Abbate
2021-04-27
Update the whole texture with RenderCopy
Francesco Abbate
2021-04-27
Alternative texture update scheme
Francesco Abbate
2021-04-27
Add assert if font loading fails during rendering
Francesco Abbate
2021-04-27
Ensure we update only modified rects
Francesco Abbate
2021-04-26
First implementation of scaling for retina display
Francesco Abbate
2021-04-23
Fix error with missing ren_resize call
v1.16.6-sdl-renderer-1
Francesco Abbate
2021-04-23
First working implemention
Francesco Abbate
2021-04-23
WIP: testing usage of SDL renderer
Francesco Abbate
2021-04-01
Implement unicode character replacements
Francesco Abbate
2021-03-20
Add comments about unused RenFont data field
Francesco Abbate
2021-03-20
Revert "Remove unused data field in RenFont"
Francesco Abbate
2021-03-18
Remove unused data field in RenFont
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
2021-03-03
Implement subpixel font positioning
Francesco Abbate
2021-02-24
Do not use nullptr and add check
Francesco Abbate
2021-02-23
Fix font rendering artifacts bug
Francesco Abbate
2020-12-04
Implement optional font rendering options
Francesco Abbate
2020-11-17
Merge remote-tracking branch 'rxi/master'
Francesco Abbate
2020-09-05
Changed rencache to store font tab_width with font command
rxi
2020-06-16
No longer use gamma correction
Francesco Abbate
2020-06-12
Add option to disable X axis font's pre-scaling
Francesco Abbate
2020-06-11
Rename FontRenderer to FR_Renderer
Francesco Abbate
2020-06-11
Bring back simple grayscale rendering option
Francesco Abbate
2020-06-11
Rename FontRenderer* symbols as FR_*
Francesco Abbate
2020-06-11
Make the FontRenderer's Bitmap struct opaque outside the library
Francesco Abbate
2020-06-11
Move rendering buffers pointers computations inside FontRendererBlendGammaSub...
Francesco Abbate
2020-06-09
Remove font renderer debug code
Francesco Abbate
2020-06-07
Add more debug information in font's bitmap images
Francesco Abbate
2020-06-06
Move font resize in a separate function
Francesco Abbate
2020-06-06
Cleanup debug code
Francesco Abbate
2020-06-06
WIP: debugging stuff
Francesco Abbate
2020-06-04
Add some comments and remove unused code
Francesco Abbate
2020-06-04
Implement subpixel LCD font rendering
Francesco Abbate
2020-06-02
Adjust xadvance computation to use rounding instead of truncate
Francesco Abbate
2020-06-02
Ember blender with gamma correction into FontRenderer
Francesco Abbate
2020-06-02
Add gamma correct pixel blender
Francesco Abbate
2020-06-01
Adjust BakeFontBitmap issues
Francesco Abbate
2020-06-01
Check for errors when loading fonts
Francesco Abbate
2020-06-01
Use font_renderer in aGG font testing program
Francesco Abbate
2020-06-01
Remove unused variable
Francesco Abbate
2020-06-01
Completely remove usage of stb_truetype
Francesco Abbate
2020-06-01
Add missing function to free FontRenderer
Francesco Abbate
2020-06-01
Fix y offset in BakeFontBitmap
Francesco Abbate
[next]