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
/
lib
Age
Commit message (
Expand
)
Author
2020-12-11
Fix font hinting when using subpixel rendering
Francesco Abbate
2020-06-30
Add libagg as a subproject
Francesco Abbate
2020-06-29
Fix again the problem with C++ abs function
Francesco Abbate
2020-06-29
Remove spurious typename keyword in C++ code
Francesco Abbate
2020-06-29
Fix Lua subproject ofr Mac OS X
Francesco Abbate
2020-06-29
Fix usage of abs function with C++
Francesco Abbate
2020-06-18
Add execution flags to build script
Francesco Abbate
2020-06-18
Fix and improve build script
Francesco Abbate
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-08
Remove unneeded checks in get_font_vmetrics
Francesco Abbate
2020-06-08
Fix pixel off-by-one error in subpixel font renderer hspan
Francesco Abbate
2020-06-07
Move notes.md inside lib/font_renderer
1.06-subpixel-rc1
Francesco Abbate
2020-06-07
Add more debug information in font's bitmap images
Francesco Abbate
2020-06-07
Fix font's descender rounding to integer
Francesco Abbate
2020-06-06
Move font resize in a separate function
Francesco Abbate
2020-06-06
Fixed integer signed comparison warning
Francesco Abbate
2020-06-06
Add optional const qualifiers
Francesco Abbate
2020-06-06
Remove unused debug code
Francesco Abbate
2020-06-06
Fix error in glyph lcd convolution
Francesco Abbate
2020-06-06
Cleanup debug code
Francesco Abbate
2020-06-06
WIP: debugging stuff
Francesco Abbate
2020-06-05
Do not use additional padding space in covers temporary array
Francesco Abbate
2020-06-05
Found a working condition but some details needs attention
Francesco Abbate
2020-06-05
WIP testing ahead of time coverage convolution
Francesco Abbate
2020-06-05
Cosmetic change to floor_div function
Francesco Abbate
2020-06-04
Move font renderer in a separate folder as a library
Francesco Abbate