Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-15 | cmd/rio: xshove: set geometry by window id | Nicola Girardi | 1 | -1/+6 | |
2020-01-15 | winwatch: Plan 9-ify. | Dan Cross | 1 | -426/+412 | |
This is new code, and custom to plan9port. Make it conform more closely to plan9 style. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2020-01-15 | winwatch: port based Plan 9 winwatch | markvanatten | 2 | -1/+539 | |
Port of Plan 9's winwatch(1). | |||||
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 1 | -1/+1 | |
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 12 | -106/+100 | |
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> | |||||
2019-02-01 | rio: delete ancient Imakefile (use mk instead) | Russ Cox | 1 | -27/+0 | |
Fixes #235. | |||||
2018-11-15 | rio: make 'mk all' explain why it does nothing on non-x11 systems | Russ Cox | 1 | -2/+4 | |
Fixes #98. | |||||
2016-11-20 | include: define _DEFAULT_SOURCE | David du Colombier | 1 | -0/+1 | |
Since glibc 2.20, the _BSD_SOURCE and _SVID_SOURCE macros are deprecated in favor of the _DEFAULT_SOURCE macro. See https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes Change-Id: I18dd6a698f3f5aa51d1e45bf53b031bb061e17e8 Reviewed-on: https://plan9port-review.googlesource.com/1500 Reviewed-by: David du Colombier <0intro@gmail.com> | |||||
2014-03-03 | fix gcc 4.8 warnings | David du Colombier | 1 | -1/+1 | |
LGTM=rsc R=rsc https://codereview.appspot.com/33240044 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 1 | -578/+578 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2011-10-14 | rio: quiet nm on Lion | Russ Cox | 1 | -0/+4 | |
2010-10-27 | mkfiles: fix macargv buf | Russ Cox | 1 | -4/+0 | |
R=rsc http://codereview.appspot.com/2729042 | |||||
2010-10-27 | mac: add 9term.app, Plumb.app | Russ Cox | 1 | -0/+3 | |
R=rsc http://codereview.appspot.com/2783041 | |||||
2010-04-09 | fix build on SunOS (Sparc) | Arvindh Rajesh Tamilmani | 1 | -0/+1 | |
R=rsc CC=codebot http://codereview.appspot.com/882044 | |||||
2010-02-18 | rio: add alt-tab for cycling windows | Mathieu Lonjaret | 2 | -9/+10 | |
R=rsc CC=codebot http://codereview.appspot.com/207093 | |||||
2008-07-09 | rio: stub out _NET_WM_STATE_FULLSCREEN support | Russ Cox | 3 | -1/+15 | |
2008-07-09 | rio: only build if WSYSTYPE is x11 | Russ Cox | 1 | -1/+1 | |
2008-01-31 | xshove: document, tweak | Russ Cox | 1 | -14/+43 | |
2008-01-31 | rio: add xshove program | Russ Cox | 4 | -3/+298 | |
2008-01-30 | devdraw, rio: more full-screen nonsense | Russ Cox | 3 | -95/+13 | |
2008-01-30 | rio: more full-screen fixes. | Russ Cox | 3 | -6/+9 | |
2008-01-30 | rio: make full-screen work properly; add showevent | Russ Cox | 12 | -11/+2132 | |
2006-06-25 | use new mkwsysrules.sh location | rsc | 1 | -1/+1 | |
2006-04-20 | inttypes | rsc | 1 | -1/+2 | |
2006-04-20 | shut up gcc | rsc | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 8 | -34/+35 | |
2006-01-27 | nowsys rules | rsc | 2 | -1/+7 | |
2005-08-11 | Fix crash reported by Andrey. | rsc | 4 | -8/+25 | |
Make focus-follows-mouse easier to find for those who want it (cough, Ron Minnich, cough). | |||||
2005-08-11 | gone | rsc | 1 | -118/+0 | |
2005-08-10 | Be quiet. | rsc | 2 | -0/+4 | |
2005-07-13 | nil | rsc | 1 | -3/+3 | |
2005-07-13 | sentinel | rsc | 1 | -3/+3 | |
2005-07-13 | warnings | rsc | 2 | -7/+3 | |
2005-07-13 | cleanup | rsc | 2 | -5/+5 | |
2005-07-13 | work around bug in mk? | rsc | 1 | -1/+3 | |
2005-07-13 | keystrokes | rsc | 3 | -3/+5 | |
2005-07-13 | more files | rsc | 2 | -0/+111 | |
2005-07-13 | add printevent | rsc | 2 | -0/+988 | |
2005-07-13 | formatting changes; attempt at keyboard-based window switching | rsc | 11 | -411/+494 | |
2005-01-19 | try again | rsc | 1 | -4/+4 | |
2005-01-19 | try again at x86-64 | rsc | 1 | -1/+3 | |
2005-01-19 | continue x86-64 | rsc | 1 | -1/+2 | |
2005-01-04 | scrolling | rsc | 1 | -0/+1 | |
2005-01-04 | parse -s option | rsc | 1 | -1/+5 | |
2004-12-30 | updates from andrey | rsc | 1 | -8/+14 | |
2004-12-29 | scroll virtual windows using mouse scroll | rsc | 1 | -2/+15 | |
2004-12-28 | add virtual desktop patch from andrey | rsc | 7 | -10/+125 | |
2004-09-20 | various forgotten files | rsc | 1 | -0/+3 | |
2004-08-13 | better handling of top/active | rsc | 1 | -5/+8 | |
2004-08-13 | better mask handling, don't raise windows quite so eagerly. | rsc | 3 | -17/+17 | |