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
2022-08-20
Added a smoothing and strikethrough option to font loading. (#1087)
Aqil Contractor
2022-06-23
renderer fonts: additions and improvements
jgmdev
2022-06-12
load space metrics only instead of all metrics of the 1st 256 characters
takase1121
2022-05-04
Fix `ren_font_group_get_tab_size` returning unexpected values
Guldoman
2022-04-20
Improve performance of `ren_draw_rect` (#935)
Guldoman
2022-04-15
Cleanup (#826)
Jan
2022-04-04
Changed calculation to use ascender, which should work better. (#912)
Adam
2022-03-07
Always check if the beginning of the text needs to be clipped
Guldoman
2022-02-15
Fixed rendering computations for y offset. (#843)
Adam
2022-02-03
Use SDL to manage color format mapping in `ren_draw_rect`
Guldoman
2021-11-22
Support no antialiasing.
Adam Harrison
2021-11-07
Merge pull request #621 from adamharrison/fix-renderer-mappings
Adam
2021-11-01
Update renderer.c
Adam
2021-10-31
Just added MAX. More inline with other constant.
Adam Harrison
2021-10-31
Expand glyphsets to accomodate emojis.
Adam Harrison
2021-10-20
Handles occasions where our color bytes aren't in the order we expected.
Adam Harrison
2021-10-20
Merge pull request #616 from adamharrison/font-groupings
Adam
2021-10-17
Added in a missing static.
Adam Harrison
2021-10-17
Allowed for a white square as part of the other groups.
Adam Harrison
2021-10-17
Added in a rectdraw when a fallback glyph isn't present.
Adam Harrison
2021-10-17
Clarified.
Adam Harrison
2021-10-16
Broke out font groupings.
Adam Harrison
2021-10-16
Changed computation to take into account alpha blending.
Adam Harrison
2021-10-12
Added in support for font groupings.
Adam Harrison
2021-10-12
Fixed writing before clip.
Adam Harrison
2021-10-11
Fixed clip issues if glyph exists before clip.x
Adam Harrison
2021-10-07
Fixed clip boundaries.
Adam Harrison
2021-10-02
Fixed negative pens.
Adam Harrison
2021-10-01
Fixed issues if one got into high codepoint ranges.
Adam Harrison
2021-10-01
Fixed issue with metrics.
Adam Harrison
2021-09-26
Unecessary call..
Adam Harrison
2021-09-26
Used different weights.
Adam Harrison
2021-09-25
Addressed issue where glyphs would continue to draw past their clip.
Adam Harrison
2021-09-25
Converted all ints to floats for x coordinate purposes.
Adam Harrison
2021-09-24
Made width return a floating point.
Adam Harrison
2021-09-24
Added in correcion calculations for surface_scale.
Adam Harrison
2021-09-24
Added in underline as well.
Adam Harrison
2021-09-24
Fixed up some naming conventions, and also added bolding and italics.
Adam Harrison
2021-09-24
Removed font renderer.
Adam Harrison
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
[next]