aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/x11-itrans.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-25byersc1-675/+0
2006-04-04no checksnarfrsc1-11/+0
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-2/+2
2006-03-10synergy (paul lalonde)rsc1-2/+6
2006-02-28more itrans changesrsc1-12/+1
2006-02-28allow fallback to x11rsc1-4/+23
2006-02-28use pasteboardrsc1-5/+138
2005-05-02Correct putsnarf-then-getsnarf race.rsc1-0/+6
2005-01-23Apparently SuSE 9.1's X distribution uses even biggerrsc1-1/+2
buffers than the standard ones. 64kB appears to be enough for a stack in that case, but let's just go nuts and make the stacks enormous, so that it takes a few more doublings of X's stack needs before we run into this problem again. The VM system should take care of not actually using most of the memory anyway.
2005-01-04minor fixes; hide some routinesrsc1-1/+1
2004-06-17fix alt on macrsc1-0/+9
2004-06-09Add buttons 4 and 5 (scrolling on X).rsc1-1/+16
2004-04-23little thingsrsc1-1/+2
2004-04-22don't print TIMESTAMP messagesrsc1-1/+2
2004-04-21make stack requirements more explicit.rsc1-0/+1
2004-04-19fix drawread, add changes from david tolpinrsc1-10/+11
2004-03-26SunOS can rot in hell.rsc1-6/+5
2004-03-25Today's changes.rsc1-0/+3
More changes.
2004-03-02Remove a debugging print, more cleanup.rsc1-1/+1
2004-02-29Fighting the good fight.rsc1-1/+1
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-11/+11
with them.
2003-12-02More X11 snarf tweaks.rsc1-7/+24
Will we ever finish?
2003-11-25Add the #goo to allow use in C++.rsc1-2/+9
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-23Add drawsetlabel(Display*, char*).rsc1-17/+113
Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.
2003-10-11Lots of X fixes.rsc1-0/+126
2003-09-30Initial revisionrsc1-0/+258