aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/main.c
Commit message (Collapse)AuthorAgeFilesLines
* rio: proper prototypes in `fns.h`Dan Cross2025-07-251-1/+2
| | | | | Use proper function prototypes in `fns.h`, that include argument type information.
* rio: check the return value of malloc(3)Tom Schwindl2022-09-121-0/+4
|
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-3/+3
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* rio: stub out _NET_WM_STATE_FULLSCREEN supportRuss Cox2008-07-091-0/+4
|
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-301-1/+0
|
* rio: more full-screen fixes.Russ Cox2008-01-301-1/+0
|
* rio: make full-screen work properly; add showeventRuss Cox2008-01-301-0/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* Fix crash reported by Andrey.rsc2005-08-111-2/+7
| | | | | Make focus-follows-mouse easier to find for those who want it (cough, Ron Minnich, cough).
* keystrokesrsc2005-07-131-1/+2
|
* formatting changes; attempt at keyboard-based window switchingrsc2005-07-131-53/+54
|
* parse -s optionrsc2005-01-041-1/+5
|
* add virtual desktop patch from andreyrsc2004-12-281-2/+11
|
* better mask handling, don't raise windows quite so eagerly.rsc2004-08-131-7/+8
|
* different delete handling from axel.rsc2004-08-061-5/+6
| | | | who knows what it fixes or breaks.
* wkj says to do thisrsc2004-06-091-0/+1
|
* xrsc2004-04-191-17/+17
|
* Fixes from Axel Belinfante.rsc2004-04-051-27/+26
| | | | Fix 9term New border flash too.
* Border resizing and 9term greying.rsc2004-03-301-21/+78
|
* Border resizing by dragging.rsc2004-03-291-14/+27
| | | | Thanks to Axel Belinfante.
* Today's changes.rsc2004-03-251-4/+9
| | | | More changes.
* Fix colors.rsc2004-03-221-1/+1
|
* Fix lots of warnings.rsc2004-03-211-2/+7
| | | | Incorporate changes from Andrey Mirtchovski.
* Change 9wm to look like rio.rsc2004-03-211-0/+437