summaryrefslogtreecommitdiffstats
path: root/src/cmd/rio
Commit message (Collapse)AuthorAgeFilesLines
* rio: stub out _NET_WM_STATE_FULLSCREEN supportRuss Cox2008-07-093-1/+15
|
* rio: only build if WSYSTYPE is x11Russ Cox2008-07-091-1/+1
|
* xshove: document, tweakRuss Cox2008-01-311-14/+43
|
* rio: add xshove programRuss Cox2008-01-314-3/+298
|
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-303-95/+13
|
* rio: more full-screen fixes.Russ Cox2008-01-303-6/+9
|
* rio: make full-screen work properly; add showeventRuss Cox2008-01-3012-11/+2132
|
* use new mkwsysrules.sh locationrsc2006-06-251-1/+1
|
* inttypesrsc2006-04-201-1/+2
|
* shut up gccrsc2006-04-201-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-018-34/+35
|
* nowsys rulesrsc2006-01-272-1/+7
|
* Fix crash reported by Andrey.rsc2005-08-114-8/+25
| | | | | Make focus-follows-mouse easier to find for those who want it (cough, Ron Minnich, cough).
* gonersc2005-08-111-118/+0
|
* Be quiet.rsc2005-08-102-0/+4
|
* nilrsc2005-07-131-3/+3
|
* sentinelrsc2005-07-131-3/+3
|
* warningsrsc2005-07-132-7/+3
|
* cleanuprsc2005-07-132-5/+5
|
* work around bug in mk?rsc2005-07-131-1/+3
|
* keystrokesrsc2005-07-133-3/+5
|
* more filesrsc2005-07-132-0/+111
|
* add printeventrsc2005-07-132-0/+988
|
* formatting changes; attempt at keyboard-based window switchingrsc2005-07-1311-411/+494
|
* try againrsc2005-01-191-4/+4
|
* try again at x86-64rsc2005-01-191-1/+3
|
* continue x86-64rsc2005-01-191-1/+2
|
* scrollingrsc2005-01-041-0/+1
|
* parse -s optionrsc2005-01-041-1/+5
|
* updates from andreyrsc2004-12-301-8/+14
|
* scroll virtual windows using mouse scrollrsc2004-12-291-2/+15
|
* add virtual desktop patch from andreyrsc2004-12-287-10/+125
|
* various forgotten filesrsc2004-09-201-0/+3
|
* better handling of top/activersc2004-08-131-5/+8
|
* better mask handling, don't raise windows quite so eagerly.rsc2004-08-133-17/+17
|
* forgot to write this change beforersc2004-08-061-1/+1
|
* different delete handling from axel.rsc2004-08-062-7/+8
| | | | who knows what it fixes or breaks.
* Wc used but not set.wkj2004-07-091-1/+1
|
* let's try thisrsc2004-06-091-0/+2
|
* wkj says to do thisrsc2004-06-091-0/+1
|
* various bug fixesrsc2004-04-243-1/+23
|
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* xrsc2004-04-199-55/+55
|
* various little bug fixesrsc2004-04-191-6/+4
|
* better fix to window flash bug on new -- alsorsc2004-04-062-4/+2
| | | | happens on resize.
* whoops - missing }rsc2004-04-051-1/+2
|
* debugging printrsc2004-04-051-1/+2
|
* Fixes from Axel Belinfante.rsc2004-04-055-37/+45
| | | | Fix 9term New border flash too.
* Border resizing and 9term greying.rsc2004-03-309-100/+319
|
* Border resizing by dragging.rsc2004-03-2910-45/+268
| | | | Thanks to Axel Belinfante.