0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reorder makefile to allow config.mak to add srcs; also use libs from config.mak (this allows using -lutf8_plug on old broken systems, etc) More... about 19 years ago
remove server-side glyph rendering/cache entirely. client side is just as fast or faster even with remote displays due to horribly inefficient X protocol... More... about 19 years ago
revert "performance increase" that actually hurt performance on better X servers.. :( some better approach is really needed; at this rate, even client side images would be faster... More... about 19 years ago
large performance increase More... about 19 years ago
preliminaries for input method support More... about 19 years ago
we have an X port now :) More... about 19 years ago
correctly apply combining marks in last column when auto-margins are in use. More... about 19 years ago
better now, perhaps More... about 19 years ago
nonlatin input, attempt 2 More... about 19 years ago
try to support non-latin input.. does this work? More... about 19 years ago
remove margin nonsense i got from reading bad source More... about 19 years ago
updated documentation More... about 19 years ago
build the x11 target first. this is a courtesy to non-linux users so that if they just type "make", a uuterm-x11 binary will already exist by the time fbcon.c fails to compile. More... about 19 years ago
remove the horribly incorrect XImage handling and replace it with something much simpler that won't corrupt memory. More... about 19 years ago
x11 window resizing support More... about 19 years ago
broken backspace; Xlib is stupid More... about 19 years ago
possibly fix crash on last glyph page? More... about 19 years ago
missing prototypes More... about 19 years ago
missing some objs in "make clean" since x11 was added More... about 19 years ago
1% less messy/hackish More... about 19 years ago
10l typo, broke fb build More... about 19 years ago
first try at porting to X. very broken, minimal functionality, but it does work.. More... about 19 years ago
remove nasty hack for backwards colors in default pc/linux palette (actually it's just moved to dblbuf.c for now, but this makes it easier to remove in the future when proper color palette config is implemented.) More... about 19 years ago
factoring More... about 19 years ago
store max possible glyphs bound More... about 19 years ago
make size of built-in font known, may be needed More... about 19 years ago
better logic for attached rules More... about 19 years ago
10l: omitted thai and lao in table More... about 19 years ago
workaround broken glibc wcwidth More... about 19 years ago
finally, support for decomposing characters -- this makes it possible to display accented characters using the base character glyphs with overstriking combining marks. (needs contextual glyphs to make this look good, obviously) More... about 19 years ago