Kevin Lange
816ddc8f3e
Lots of process cleanup implemented; improved cursor rendering
2012-03-14 22:03:55 -05:00
Kevin Lange
ffbe7b7b38
A bunch of stuff.
2012-03-14 15:04:12 -05:00
Kevin Lange
2c4e4e5d03
Fix up destroy() so we can (in theory) delete windows from their owning apps
2012-03-13 17:44:19 -05:00
Kevin Lange
03ee7ed9a9
Fix a kernel elf loader bug that was breaking getopt()
2012-03-13 17:43:35 -05:00
Kevin Lange
2791e7fd35
We've been doing some really stupid shit here...
2012-03-10 18:20:34 -06:00
Kevin Lange
db617812e4
Disable resizing of windows
2012-03-10 12:39:13 -06:00
Kevin Lange
f8ca55805a
window_destroy is broken and screws up everything
2012-03-10 09:12:40 -06:00
Kevin Lange
73c6171226
Last minute bug fixes
2012-03-08 23:36:40 -06:00
Kevin Lange
a8f32e077f
lol
2012-03-08 15:43:00 -06:00
Kevin Lange
ca43444cc5
don't take location for View app
2012-03-08 02:50:33 -06:00
Kevin Lange
c7500735f4
Adjust Nyancat
2012-03-08 01:10:36 -06:00
Kevin Lange
19a12bec78
lol panel
2012-03-07 23:44:02 -06:00
Kevin Lange
c15402af4c
Use window server to determine window size for wallpaper
2012-03-07 22:40:58 -06:00
Kevin Lange
7a9961a9b2
Wallpaper application for scalable wallpaper support
2012-03-07 22:31:24 -06:00
Kevin Lange
a9519bd18a
Minor updates to userspace apps
2012-03-07 19:35:15 -06:00
Kevin Lange
f3f0a58b95
Cleaner makefile for userspace
2012-03-06 15:32:26 -06:00
Kevin Lange
8fb8edba3a
I have no idea idea what I'm doing.
2012-03-01 21:13:52 -06:00
Kevin Lange
a1a6303bee
Faster is_top by way of a depth map
2012-02-26 00:45:46 -06:00
Kevin Lange
70fa12eaf6
remove some old test applications
2012-02-26 00:17:14 -06:00
Kevin Lange
2b0d6f6759
Some very simplistic window management
2012-02-25 23:52:09 -06:00
Kevin Lange
35f5266acf
*sigh*...
2012-02-25 22:47:20 -06:00
Kevin Lange
61967e17e4
Use shmem fonts for terminal
2012-02-25 21:28:33 -06:00
Kevin Lange
7e71b3c2af
Fix focusing
2012-02-23 01:40:37 -06:00
Kevin Lange
52dd077032
Multiple terminals, fixed focusing, getopt is borked
2012-02-23 01:30:56 -06:00
Kevin Lange
ef82703d5d
Terminal actually handles input properly [kbd only]
2012-02-23 00:58:14 -06:00
Kevin Lange
db8a75071d
We have a terminal. In a window. Seriously.
2012-02-23 00:36:49 -06:00
Kevin Lange
442ad96588
lolz
2012-02-23 00:02:00 -06:00
Kevin Lange
0ab782da19
Merge markus' changes
2012-02-20 23:34:09 -06:00
Kevin Lange
2da22312a5
Merge branch 'master' of github.com:klange/osdev
2012-02-20 23:32:10 -06:00
Kevin Lange
de7a984938
Fix a bunch of bugs in signal handling and scheduling
2012-02-20 23:31:00 -06:00
Kevin Lange
5de319b816
Work on Shmem fonts
...
Still need to pass sizes around to shm_* functions as a pointer rather
than the actual size so we can retreive sizes; additionally, *p = 0
should mean "we don't want to create this buffer, we only want to
access it if it exists".
2012-02-20 18:33:09 -06:00
Kevin Lange
16b71c532f
[compositor] Load up fonts into shm
2012-02-20 12:18:13 -06:00
Kevin Lange
6268eb3f4e
Actually allocate a buffer for double buffering...
2012-02-20 09:23:10 -06:00
Kevin Lange
d768932265
Stop specifing core2 for arch in userspace.
...
This was creating binaries with invalid opcodes on i7 desktop kvm.
Which is hilarious.
2012-02-20 08:39:00 -06:00
Kevin Lange
a222c3f56a
Various bits of graphical fun stuff
2012-02-19 22:35:20 -06:00
Kevin Lange
d048006b9c
Fix bitmap loading pinkness bug
2012-02-19 21:43:13 -06:00
Kevin Lange
e335a2970a
[glogin] Working on the graphical login application
2012-02-19 21:29:40 -06:00
Kevin Lange
e1beca4127
CPU detection moved to userspace app
2012-02-19 19:39:18 -06:00
Kevin Lange
a97194f0bf
You stack'd when you should have queue'd!
2012-02-17 15:31:40 -06:00
Kevin Lange
b30cd50864
Keyboard handling in the compositor
2012-02-17 01:28:12 -06:00
Markus Schober
71fd14d6f7
shm_obtain takes a (size_t *), altering it according to the size of the
...
block it returned.
Conflicts:
userspace/compositor.c
2012-02-16 03:43:30 -06:00
Markus Schober
6dc90b1ac2
shm_obtain takes a (size_t *) and modifies the value based on the true
...
size of the block returned.
2012-02-16 03:34:42 -06:00
Markus Schober
79e67dbe16
drawlines will totally tell you if you gave it a key
2012-02-15 23:14:36 -06:00
Kevin Lange
678ed81c65
Extensive stability fixes. I think I finally squashed those stack bugs.
2012-02-16 22:43:41 -06:00
Kevin Lange
8fb69d44cd
I have no frickin' clue what's causing these startup crashes. Requires further investigation.
2012-02-16 15:09:56 -06:00
Kevin Lange
a1d821de9b
Various fixes
2012-02-16 14:38:50 -06:00
Kevin Lange
a72f9bc7cf
Fix stack bug.
2012-02-16 14:31:40 -06:00
Kevin Lange
4694c67936
Add lock options to thread demo app
2012-02-16 01:48:51 -06:00
Kevin Lange
af860d46f2
Update threadtest to actually demonstrate the classic concurrency bug
2012-02-16 01:34:12 -06:00
Kevin Lange
c67d2796ef
Finish threading (might still be some bugs)
2012-02-16 01:06:44 -06:00