Commit Graph

2366 Commits

Author SHA1 Message Date
Kevin Lange
ed473e72c1 Focus the top-most window if the previously-focused window closes 2016-12-05 22:45:39 +09:00
Kevin Lange
0a01a426ec Ensure focus oddities don't occur with live-wizard 2016-12-05 22:45:17 +09:00
Kevin Lange
2ed8ca65c3 Make sure panel and wallpaper don't steal focus 2016-12-05 22:44:25 +09:00
Kevin Lange
16d10e1800 Fix magic pthread exit that was getting relocated somehow 2016-12-05 22:41:47 +09:00
Kevin Lange
82492bf0d2 Remove extraneous make targets from linker makefile 2016-12-05 22:12:18 +09:00
Kevin Lange
35ff0434a4 Add a new window create function with flags
Currently there is one flag:
- NO_STEAL_FOCUS

This is used in the toast daemon so toasts don't steal focus.
Other flags will be added in the future to control whether a window is
displayed when created, whether it should animate a particular way, etc.
2016-12-05 22:07:51 +09:00
Kevin Lange
ca648a32d5 Focus newly created windows 2016-12-05 21:55:22 +09:00
Kevin Lange
32f8d3b0f3 Many minor usability improvements to various demos 2016-12-05 21:55:06 +09:00
Kevin Lange
eb3a068938 Gobs of application icons 2016-12-05 21:47:59 +09:00
Kevin Lange
9796c5db29 Fix select-wallpaper to work with default symlink 2016-12-05 21:02:08 +09:00
Kevin Lange
2509bc0045 Strip shared libs if building CDs 2016-12-05 20:40:34 +09:00
Kevin Lange
048e18acaa Dynamically load decorator themes 2016-12-05 18:07:30 +09:00
Kevin Lange
75f7d35ee2 Add error conditions to linker 2016-12-05 18:07:20 +09:00
Kevin Lange
fd41251869 Build all shared libraries, not just those we 'need' 2016-12-05 18:07:01 +09:00
Kevin Lange
2ee9cb6940 Basic dlopen implementation 2016-12-05 17:40:10 +09:00
Kevin Lange
aa088064f2 New screenshots in README [ci skip] 2016-12-03 20:49:30 +09:00
Kevin Lange
7a56fb906e Make sure we run init for the main binary 2016-12-03 19:08:08 +09:00
Kevin Lange
f4bd5cef2b Make sure ld.so gets built 2016-12-03 17:25:18 +09:00
Kevin Lange
c62ffac0f0 mkdir hdd/usr/lib before copying libc into it 2016-12-03 17:20:31 +09:00
Kevin Lange
cdd91dd609 Bump travis toolchain cookie 2016-12-03 17:16:41 +09:00
Kevin Lange
39da315a48 Build a dynamic userspace.
- Builds (terrible, broken) shared versions of (most) third-party
  dependencies for the userspace.
- Fixes several incorrect dependency mappings in auto-dep.
- Makes auto-dep understand shared libraries (and that some things,
  like OSMesa, don't work with them).
- init must be built static because reasons
- some libraries were cleaned up to fix dependency calculation
- version bumped to 0.99.0 (saten) for eventual 1.0.0 release.
- CDs no longer drop teapot, select-wallpaper (space is available
  for them - we could even make the images smaller)
2016-12-03 17:10:48 +09:00
Kevin Lange
f71a960469 Make linker makefile a bit more explicit 2016-12-03 15:52:30 +09:00
Kevin Lange
fefb2538d4 Merge branch 'master' of github.com:klange/toaruos 2016-12-03 15:37:54 +09:00
Kevin Lange
8313d9906e merge linker 2016-12-03 15:36:25 +09:00
Kevin Lange
3de708cfa7 Make sure we type assembly functions in newlib
This fixes warnings about longjmp when building libgraphics.
2016-12-03 14:30:17 +09:00
Kevin Lange
328aedab88 Make very certain that ld.so is built static 2016-12-03 13:48:39 +09:00
Kevin Lange
2233251749 Make cpudet work when compiled PIC/PIE 2016-12-03 10:56:16 +09:00
Kevin Lange
4f0d68ac72 Fix up arguments 2016-12-03 00:16:12 +09:00
Kevin Lange
b741f13218 Put stuff in the right place to actually work 2016-12-03 00:16:03 +09:00
Kevin Lange
c56d40f132 Try to fix args in linker 2016-12-03 00:14:49 +09:00
Kevin Lange
270f3324a0 New kernel elf loader 2016-12-02 17:53:53 +09:00
Kevin Lange
03962d45a5 Attempt load dynamic binaries with the loader 2016-12-02 12:54:01 +09:00
Kevin Lange
5b01ae4b1e Look up libraries in something resembling a search path 2016-12-02 12:53:38 +09:00
Kevin Lange
d9859df760 Fix bad symbol relocs; support constructors, poorly 2016-12-02 11:36:47 +09:00
Kevin Lange
69c3051b48 Fix PC32 relocations missing symbols 2016-12-02 00:15:37 +09:00
Kevin Lange
900652d95c It's alive 2016-12-01 23:24:35 +09:00
Kevin Lange
f57be44604 Add a dumb syscall to force an address+size to be mapped in userspace 2016-12-01 23:23:31 +09:00
Kevin Lange
5e39becfce Add missing Elf32_Dyn definition to elf header 2016-11-29 21:34:21 +09:00
Kevin Lange
9602779808 Actually do a bunch of useful stuff 2016-11-29 21:30:15 +09:00
Kevin Lange
60b4c64604 Update readme 2016-11-24 21:53:08 +09:00
Kevin Lange
5f376d02bd Support loading static binaries from phdrs 2016-11-24 19:36:45 +09:00
Kevin Lange
124ea87658 Fix missing element in elf phdr struct 2016-11-24 19:36:25 +09:00
Kevin Lange
e827580b79 Add ugly hack to support loader 2016-11-24 19:36:15 +09:00
Kevin Lange
42d108f0d7 Add an X button to the 'simple' decoration theme 2016-11-24 17:56:59 +09:00
Kevin Lange
c2683e7b31 Handle display resizes in live-wizard 2016-11-24 17:49:29 +09:00
Kevin Lange
cf17594916 Fix bad pointer for message when examining WELCOME message 2016-11-24 17:49:11 +09:00
Kevin Lange
6d6bd7f4c8 Fix window move bounds checking in Yutani 2016-11-24 17:48:51 +09:00
Gil Mendes
ff29e578c3 Update time on glogin
This resolves one of the tasks described on the #63 issue.
2016-11-24 15:27:20 +09:00
Kevin Lange
30eff8c77a Add experimental util script to run VirtualBox with dev hdd 2016-11-21 20:43:21 +09:00
Peter Harliman Liem
6073d23abe Fix potential leak in mkdir_fs error path 2016-11-21 19:35:16 +09:00