summaryrefslogtreecommitdiffstats
path: root/src/libdraw
Commit message (Collapse)AuthorAgeFilesLines
...
* embarrassing bug in keyboard datarsc2004-10-161-2/+2
|
* Compare function pointers against 0 rather than nil.wkj2004-07-092-3/+3
|
* Fix from rob.wkj2004-06-241-1/+1
|
* fix initial x yrsc2004-06-171-2/+2
|
* fix alt on macrsc2004-06-171-0/+9
|
* respect Xresources geometry. from peter canning.rsc2004-06-171-9/+67
|
* scrollingrsc2004-06-112-0/+30
|
* remove printrsc2004-06-091-1/+0
|
* don't require xrsc2004-06-091-0/+2
|
* Add buttons 4 and 5 (scrolling on X).rsc2004-06-091-1/+16
|
* avoid stupid aspect ratios.rsc2004-05-141-2/+6
|
* various bug fixesrsc2004-05-141-1/+7
|
* Ignore unknown pragmas.wkj2004-05-031-1/+2
| | | | | Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away.
* add -W to specify window size.rsc2004-04-292-3/+113
| | | | various other little fixes.
* make it possible to access fonts without a display.rsc2004-04-257-48/+78
|
* various bug fixesrsc2004-04-241-5/+21
|
* little thingsrsc2004-04-231-1/+2
|
* don't print TIMESTAMP messagesrsc2004-04-221-1/+2
|
* make stack requirements more explicit.rsc2004-04-213-2/+3
|
* why do things change?rsc2004-04-211-0/+5
|
* take out the debugging prints i just accidentally checked in.rsc2004-04-211-6/+0
|
* no need forrsc2004-04-212-1/+8
|
* clean up when finished.rsc2004-04-192-8/+0
| | | | | don't set PLAN9 don't set PLAN9
* add files from david tolpinrsc2004-04-192-0/+866
|
* fix drawread, add changes from david tolpinrsc2004-04-194-32/+36
|
* Avoid bad mouse buffering.rsc2004-03-311-0/+7
|
* Small fixesrsc2004-03-311-2/+1
|
* grey out 9term when it loses focus.rsc2004-03-303-23/+78
|
* more color map hackery from axel.rsc2004-03-261-11/+8
|
* Be more careful about not changing screen!rsc2004-03-262-7/+34
|
* Bug fixes from Scott Schwartz.rsc2004-03-261-0/+3
| | | | Try to make 9term not crash when X errors happen.
* SunOS can rot in hell.rsc2004-03-2619-43/+33
|
* Today's changes.rsc2004-03-253-7/+23
| | | | More changes.
* Amazingly picky bug fixes from Valgrind.rsc2004-03-052-2/+2
|
* Remove a debugging print, more cleanup.rsc2004-03-021-1/+1
|
* Little tweaks and documentation.rsc2004-03-022-1/+6
|
* Fighting the good fight.rsc2004-02-293-5/+13
| | | | | | | | | | | | 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.
* various tweaks.rsc2004-02-091-0/+1
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-1115-78/+72
| | | | with them.
* Check for changed window size after window creation.rsc2003-12-021-0/+9
|
* More X11 snarf tweaks.rsc2003-12-023-7/+32
| | | | Will we ever finish?
* Fix X11 clipboard again.rsc2003-11-251-1/+1
|
* Add the #goo to allow use in C++.rsc2003-11-253-2/+18
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-2/+2
| | | | | | which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
* Add drawsetlabel(Display*, char*).rsc2003-11-238-35/+404
| | | | | | Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.
* Flush the display when we poll for events.rsc2003-10-131-0/+28
|
* Rewrite /lib/font/bit to $PLAN9/font when open fails.rsc2003-10-131-1/+22
|
* Use new directory structure.rsc2003-10-111-11/+11
|
* Licensing and various tweaks.rsc2003-10-111-0/+14
|
* Lots of X fixes.rsc2003-10-1114-31/+237
|