Kevin Lange
8e48ee8cfa
Fix alpha blitting once and for all
2013-03-29 00:34:12 -07:00
Kevin Lange
2d7a29d17e
Premulitply PNGs when loaded
2013-03-28 20:04:26 -07:00
Kevin Lange
98b6ae5867
esh -> sh, clean up
...
* login should set some environment variables now
* init should start terminals as login shells, so --single doesn't really
mean "single user" any more, just sorta single terminal session
* system() should work now since esh now accepts -c; not that vim is
still going to be unhappy because it does crazy shit.
2013-03-28 00:12:48 -07:00
Kevin Lange
c06c3a483e
Fix ^R in esh...
...
... such that it doesn't clear the right hand side of the prompt, which
now contains the date and time.
2013-03-27 18:30:19 -07:00
Kevin Lange
f2274f0d2f
New prompt format
2013-03-27 17:42:57 -07:00
Kevin Lange
eff6aa9114
RGB color support in terminal
2013-03-27 17:42:47 -07:00
Kevin Lange
faae12f1cd
Fix bg=16 in terminal being interpreted as transparent
...
This fixes a bug in Vim and one introduced an hour ago in Nyancat.
This bug was also present in early versions of bim.
Problem: If the background is set to 16 (all black) explicitly, we still
treat it as if it is the default color and thus make it transparent.
This is wrong, only the default background, as set by resetting either
the bg itself (with mode 49) or the full display parameter set (with 0)
should show up transparent.
Solution: By using flag to indicate wether the background is "default",
we can detect other uses of background color 16 without having fudge
with other colors like 0. The flag is ANSI_SPECBG, where SPEC means
"special", and thus it is set any time the background changes
explicitly, and is unset in raw cells or places where we are in default
mode.
2013-03-27 00:22:15 -07:00
Kevin Lange
4fc6fe741a
Add usleep to newlib, silence some warnings
2013-03-26 23:30:09 -07:00
Kevin Lange
5867eec659
Deprecate legacy terminal size feedback
2013-03-25 22:24:26 -07:00
Kevin Lange
479827eb1b
Clean up terminal resizes; fix scale
2013-03-22 22:08:21 -07:00
Kevin Lange
bc2e4741c7
Random bits and pieces
2013-03-22 15:11:19 -07:00
Kevin Lange
fa79c89e54
Some fixes and cleanup
2013-03-22 11:58:22 -07:00
Kevin Lange
ef459bdaad
More rough stubs and fixes
2013-03-20 21:24:55 -07:00
Kevin Lange
21aeb34ea4
Rough ioctl with support for winsize
2013-03-18 23:57:40 -07:00
Kevin Lange
6f94ce2296
procfs extensions and ps command
2013-03-18 21:52:45 -07:00
Kevin Lange
71342f842d
procfs, and more pty cleanup
2013-03-18 00:52:12 -07:00
Kevin Lange
e02cf79e2a
Rough PTY support (needs work)
2013-03-17 16:34:23 -07:00
Kevin Lange
3b5b532a27
device file coloring in ls
2013-03-17 16:32:10 -07:00
Kevin Lange
eb92cccecd
Cleanup
2013-03-15 00:52:09 -07:00
Kevin Lange
8dd2686b40
Really hack VFS implementation
2013-03-15 00:20:55 -07:00
Kevin Lange
22f04f137b
Relatively compliant uname() implementation
...
Also, sleep() as a function (implemented by way of nanosleep) and new
absolute and relative sleep system calls added to newlib.
[ci skip] I damn well know this is going to break CI.
2013-03-13 21:55:25 -07:00
Kevin Lange
a8020854e4
TTK as a library
2013-02-12 00:04:31 -08:00
Kevin Lange
afa3750144
Fix docstring for build.py
...
[ci skip]
2013-02-10 20:10:13 -08:00
Kevin Lange
2f9fb19a4d
Strip binaries again
2013-02-10 02:06:29 -08:00
Kevin Lange
4dbdaf342d
compositor2 -> compositor
2013-02-10 02:01:31 -08:00
Kevin Lange
b2f94bd393
Completely new build system for userspace
2013-02-10 01:36:35 -08:00
Kevin Lange
f8aa509f36
Fix right shift
2013-02-01 22:39:57 -08:00
Kevin Lange
ef7c49b94c
Global initializers.
2013-01-25 15:59:33 -08:00
Kevin Lange
82c55c0a58
plasma demo
2013-01-17 22:10:28 -08:00
Kevin Lange
ae7c7f66ae
terminal snow
2012-12-29 16:36:00 +09:00
Kevin Lange
79be121b93
Fix lock hangs that broke everything
2012-12-13 19:45:39 -08:00
Kevin Lange
999c96c56b
Replace old nyancat with updated version
2012-12-13 19:45:24 -08:00
Kevin Lange
23233e2b97
xenl like a good terminal should
2012-12-13 19:26:45 -08:00
Kevin Lange
8e9ee3d68e
Decoration themes, sort of
...
A surprise x-mas gift, the old theme is back when WM_THEME=simple is set
2012-12-12 22:42:48 -08:00
Kevin Lange
5ab8df4120
login screen tweaks
2012-12-10 21:53:14 -08:00
Kevin Lange
edf0dcca19
threaded event processor should block
...
rather than yield-looping on an fstat
2012-12-10 21:19:13 -08:00
Kevin Lange
ada6136e42
Dirty semaphore implementation in userspace
2012-12-10 21:04:18 -08:00
Kevin Lange
3a977369af
Timed process sleeping (and bug fixes)
2012-12-10 20:28:31 -08:00
Kevin Lange
e5e67c6410
Fix some a quick crash bug
2012-12-10 00:29:04 -08:00
Kevin Lange
21214256d7
restore terminal cursor blinking
2012-12-09 23:17:41 -08:00
Kevin Lange
8fb898be66
Restructure windowed applications for speed
2012-12-09 23:07:04 -08:00
Kevin Lange
643e827cb3
fix buffered backspace
2012-12-09 20:12:51 -08:00
Kevin Lange
5f17cbc27f
primitive scrollback support in terminal
2012-12-09 19:57:04 -08:00
Kevin Lange
e83f88bacb
Add time support to vfs
2012-12-09 16:59:55 -08:00
Kevin Lange
960fd2486c
Minor improvements to ls
2012-12-09 16:03:22 -08:00
Kevin Lange
cd929b1ceb
Fix some minor input issues
2012-12-08 00:24:43 -08:00
Kevin Lange
609cd514f1
set toolchain path
2012-12-07 20:35:33 -08:00
Kevin Lange
942c49806b
retool build utils
2012-12-05 21:40:30 -08:00
Kevin Lange
af7e77953f
fix test-borders (I moved the decoration files)
...
this does some lulzy stuff when you try to run it :D
[ci skip]
2012-12-04 13:06:21 -08:00
Kevin Lange
7ec90ee2ef
Sync old compositor to new compositor
...
It still looks bad, as I haven't forced alpha blitting for everything,
but it supports all the new features now.
2012-12-02 21:47:44 -08:00