summaryrefslogtreecommitdiff
path: root/xlib.c
AgeCommit message (Expand)AuthorLines
2007-10-031000l: key table was global var rather than static constRich Felker-1/+1
2007-09-01lame partial support for input methods that give long input stringsRich Felker-1/+3
2007-08-23minimally working input method support!Rich Felker-1/+5
2006-10-29major internal changes in representation of character cells.Rich Felker-2/+2
2006-10-26no need to check thisRich Felker-2/+0
2006-10-2610l: multiple-free!Rich Felker-1/+3
2006-10-26basic, primitive paste support. it is blatently incorrect for non-utf8Rich Felker-5/+39
2006-10-25stupid omission; still a glitch though..?Rich Felker-0/+1
2006-10-25major changes to input handling in preparation for pasting, which willRich Felker-26/+22
2006-10-16mistaken line left over from old codeRich Felker-1/+0
2006-10-16don't know if this is a bug somewhere else, but for whatever reason iRich Felker-0/+1
2006-10-15remove server-side glyph rendering/cache entirely. client side is justRich Felker-66/+55
2006-10-15revert "performance increase" that actually hurt performance on betterRich Felker-30/+19
2006-10-15large performance increaseRich Felker-19/+30
2006-10-15preliminaries for input method supportRich Felker-2/+13
2006-10-13better now, perhapsRich Felker-1/+4
2006-10-13nonlatin input, attempt 2Rich Felker-2/+2
2006-10-13try to support non-latin input.. does this work?Rich Felker-12/+26
2006-10-13remove margin nonsense i got from reading bad sourceRich Felker-4/+3
2006-10-13remove the horribly incorrect XImage handling and replace it withRich Felker-21/+16
2006-10-13x11 window resizing supportRich Felker-36/+52
2006-10-12broken backspace; Xlib is stupidRich Felker-0/+1
2006-10-12possibly fix crash on last glyph page?Rich Felker-2/+2
2006-10-12missing prototypesRich Felker-0/+1
2006-10-121% less messy/hackishRich Felker-6/+7
2006-10-12first try at porting to X. very broken, minimal functionality,Rich Felker-0/+375