| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: remove need for `-fcommon` | Dan Cross | 2025-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however. | ||||
| * | rio: proper prototypes in `fns.h` | Dan Cross | 2025-07-25 | 10 | -93/+98 |
| | | | | | | Use proper function prototypes in `fns.h`, that include argument type information. | ||||
| * | rio: check the return value of malloc(3) | Tom Schwindl | 2022-09-12 | 3 | -0/+14 |
| | | |||||
| * | fix double free bug, simplify error handling, reduce X11 calls | MvA | 2022-09-11 | 1 | -63/+58 |
| | | |||||
| * | fix double free bug, simplify error handling, reduce X11 calls, improve style | MvA | 2022-09-11 | 1 | -100/+74 |
| | | |||||
| * | Fixed a use after free in rio. | Karsten Pedersen | 2022-07-27 | 1 | -1/+2 |
| | | | | | Screen was being queried from within a client after it had been free'd. | ||||
| * | cmd/rio: xshove: set geometry by window id | Nicola Girardi | 2020-01-15 | 1 | -1/+6 |
| | | |||||
| * | winwatch: Plan 9-ify. | Dan Cross | 2020-01-15 | 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> | ||||
| * | winwatch: port based Plan 9 winwatch | markvanatten | 2020-01-15 | 2 | -1/+539 |
| | | | | Port of Plan 9's winwatch(1). | ||||
| * | all: fix or silence various gcc warnings | Russ Cox | 2020-01-12 | 1 | -1/+1 |
| | | | | | | As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | ||||
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 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> | ||||
| * | rio: delete ancient Imakefile (use mk instead) | Russ Cox | 2019-02-01 | 1 | -27/+0 |
| | | | | | Fixes #235. | ||||
| * | rio: make 'mk all' explain why it does nothing on non-x11 systems | Russ Cox | 2018-11-15 | 1 | -2/+4 |
| | | | | | Fixes #98. | ||||
| * | include: define _DEFAULT_SOURCE | David du Colombier | 2016-11-20 | 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> | ||||
| * | fix gcc 4.8 warnings | David du Colombier | 2014-03-03 | 1 | -1/+1 |
| | | | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/33240044 | ||||
| * | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2012-10-21 | 1 | -578/+578 |
| | | | | | | R=rsc http://codereview.appspot.com/6744054 | ||||
| * | rio: quiet nm on Lion | Russ Cox | 2011-10-14 | 1 | -0/+4 |
| | | |||||
| * | mkfiles: fix macargv buf | Russ Cox | 2010-10-27 | 1 | -4/+0 |
| | | | | | | R=rsc http://codereview.appspot.com/2729042 | ||||
| * | mac: add 9term.app, Plumb.app | Russ Cox | 2010-10-27 | 1 | -0/+3 |
| | | | | | | R=rsc http://codereview.appspot.com/2783041 | ||||
| * | fix build on SunOS (Sparc) | Arvindh Rajesh Tamilmani | 2010-04-09 | 1 | -0/+1 |
| | | | | | | | R=rsc CC=codebot http://codereview.appspot.com/882044 | ||||
| * | rio: add alt-tab for cycling windows | Mathieu Lonjaret | 2010-02-18 | 2 | -9/+10 |
| | | | | | | | R=rsc CC=codebot http://codereview.appspot.com/207093 | ||||
| * | rio: stub out _NET_WM_STATE_FULLSCREEN support | Russ Cox | 2008-07-09 | 3 | -1/+15 |
| | | |||||
| * | rio: only build if WSYSTYPE is x11 | Russ Cox | 2008-07-09 | 1 | -1/+1 |
| | | |||||
| * | xshove: document, tweak | Russ Cox | 2008-01-31 | 1 | -14/+43 |
| | | |||||
| * | rio: add xshove program | Russ Cox | 2008-01-31 | 4 | -3/+298 |
| | | |||||
| * | devdraw, rio: more full-screen nonsense | Russ Cox | 2008-01-30 | 3 | -95/+13 |
| | | |||||
| * | rio: more full-screen fixes. | Russ Cox | 2008-01-30 | 3 | -6/+9 |
| | | |||||
| * | rio: make full-screen work properly; add showevent | Russ Cox | 2008-01-30 | 12 | -11/+2132 |
| | | |||||
| * | use new mkwsysrules.sh location | rsc | 2006-06-25 | 1 | -1/+1 |
| | | |||||
| * | inttypes | rsc | 2006-04-20 | 1 | -1/+2 |
| | | |||||
| * | shut up gcc | rsc | 2006-04-20 | 1 | -1/+1 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 8 | -34/+35 |
| | | |||||
| * | nowsys rules | rsc | 2006-01-27 | 2 | -1/+7 |
| | | |||||
| * | Fix crash reported by Andrey. | rsc | 2005-08-11 | 4 | -8/+25 |
| | | | | | | Make focus-follows-mouse easier to find for those who want it (cough, Ron Minnich, cough). | ||||
| * | gone | rsc | 2005-08-11 | 1 | -118/+0 |
| | | |||||
| * | Be quiet. | rsc | 2005-08-10 | 2 | -0/+4 |
| | | |||||
| * | nil | rsc | 2005-07-13 | 1 | -3/+3 |
| | | |||||
| * | sentinel | rsc | 2005-07-13 | 1 | -3/+3 |
| | | |||||
| * | warnings | rsc | 2005-07-13 | 2 | -7/+3 |
| | | |||||
| * | cleanup | rsc | 2005-07-13 | 2 | -5/+5 |
| | | |||||
| * | work around bug in mk? | rsc | 2005-07-13 | 1 | -1/+3 |
| | | |||||
| * | keystrokes | rsc | 2005-07-13 | 3 | -3/+5 |
| | | |||||
| * | more files | rsc | 2005-07-13 | 2 | -0/+111 |
| | | |||||
| * | add printevent | rsc | 2005-07-13 | 2 | -0/+988 |
| | | |||||
| * | formatting changes; attempt at keyboard-based window switching | rsc | 2005-07-13 | 11 | -411/+494 |
| | | |||||
| * | try again | rsc | 2005-01-19 | 1 | -4/+4 |
| | | |||||
| * | try again at x86-64 | rsc | 2005-01-19 | 1 | -1/+3 |
| | | |||||
| * | continue x86-64 | rsc | 2005-01-19 | 1 | -1/+2 |
| | | |||||
| * | scrolling | rsc | 2005-01-04 | 1 | -0/+1 |
| | | |||||
| * | parse -s option | rsc | 2005-01-04 | 1 | -1/+5 |
| | | |||||
