summaryrefslogtreecommitdiffstats
path: root/src/libdraw/x11-itrans.c
Commit message (Collapse)AuthorAgeFilesLines
* byersc2006-06-251-675/+0
|
* no checksnarfrsc2006-04-041-11/+0
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* synergy (paul lalonde)rsc2006-03-101-2/+6
|
* more itrans changesrsc2006-02-281-12/+1
|
* allow fallback to x11rsc2006-02-281-4/+23
|
* use pasteboardrsc2006-02-281-5/+138
|
* Correct putsnarf-then-getsnarf race.rsc2005-05-021-0/+6
|
* Apparently SuSE 9.1's X distribution uses even biggerrsc2005-01-231-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.
* minor fixes; hide some routinesrsc2005-01-041-1/+1
|
* fix alt on macrsc2004-06-171-0/+9
|
* Add buttons 4 and 5 (scrolling on X).rsc2004-06-091-1/+16
|
* little thingsrsc2004-04-231-1/+2
|
* don't print TIMESTAMP messagesrsc2004-04-221-1/+2
|
* make stack requirements more explicit.rsc2004-04-211-0/+1
|
* fix drawread, add changes from david tolpinrsc2004-04-191-10/+11
|
* SunOS can rot in hell.rsc2004-03-261-6/+5
|
* Today's changes.rsc2004-03-251-0/+3
| | | | More changes.
* Remove a debugging print, more cleanup.rsc2004-03-021-1/+1
|
* Fighting the good fight.rsc2004-02-291-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.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-11/+11
| | | | with them.
* More X11 snarf tweaks.rsc2003-12-021-7/+24
| | | | Will we ever finish?
* Add the #goo to allow use in C++.rsc2003-11-251-2/+9
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Add drawsetlabel(Display*, char*).rsc2003-11-231-17/+113
| | | | | | Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.
* Lots of X fixes.rsc2003-10-111-0/+126
|
* Initial revisionrsc2003-09-301-0/+258