20kdc
5c4d9ac17f
Make task manager and filedialog resizable
2018-04-25 15:27:13 +01:00
20kdc
6f2c1e2f2f
Fixup Icecap somewhat, make insthead detect run-from-OpenOS, and finally finish nbox2018 (???)
...
In theory, ready for R2 release
2018-04-25 00:14:31 +01:00
20kdc
6e44b1a834
Add app-wget, bump versions to 2 for safety, and make the FM better
...
I might be worryingly forgetful regarding version bumps, it seems.
2018-04-24 02:24:51 +01:00
20kdc
b75dc370dc
Fix lockPerm and security policy glitchiness regarding it, along with even more licensing fun
2018-04-23 22:18:18 +01:00
20kdc
f49a4bf433
In other news, I screwed up twice in the previous commit, try this
2018-04-23 20:38:42 +01:00
20kdc
de822181bc
Hopefully work out a corrected solution to the legal fun, and fix control, textedit, taskmgr, neoux, everest and glacier
...
taskmgr and textedit had issues with the DEL key
neoux needed clipboard support that worked
control... I forget
glacier missed a pcall
everest's launcher change support wasn't working
compliance.lua was accused of being itself
2018-04-23 20:20:58 +01:00
20kdc
584108d6af
fix Glacier GPU allocation, move Icecap root request higher up
2018-04-22 22:20:06 +01:00
20kdc
981ea559c6
automatic service startup (including test app 'ghostcall') and documentation updates
2018-04-22 19:40:08 +01:00
20kdc
3d399dc047
Added a theoretical way for services to get started automatically.
...
This really needs testing...
2018-04-22 15:25:49 +01:00
20kdc
1bb8d16298
Fix app-nbox2018 saving and make app-nprt2018 work, along with some minor modifications all over the place
2018-04-22 12:24:38 +01:00
20kdc
a9670637d1
Make Delete also able to kill tasks in app-taskmgr
2018-04-17 18:08:03 +01:00
20kdc
491f5ad3cc
Update logo and app-klogo slightly to work fine on monochrome monitors.
2018-04-15 23:32:39 +01:00
20kdc
3ee7c42d02
fix Everest crash on lost monitor, logo update (now w/ vector!)
2018-04-15 20:47:18 +01:00
20kdc
783bf9361f
Get rid of KTC1, update Everest
2018-04-12 14:17:30 +01:00
20kdc
e487439b3b
Finish up palette change support for Everest and use it to improve klogo
2018-04-12 12:47:19 +01:00
20kdc
2e283d2767
Update KTC1 draft, add palette 'suggestion' mechanism, and write a usable draft of us-evrst
2018-04-12 11:26:31 +01:00
20kdc
2597c9e5aa
Figure out the final documentation stuff
...
just us-evrst left?
2018-04-12 00:38:49 +01:00
20kdc
a5372eafe1
All the current progress, including KTC1 draft in case there's no other standard
...
KTC1 is only a draft for now, and if there's something equivalent to replace it,
I will not hesitate to do so.
2018-04-12 00:04:16 +01:00
20kdc
6c0659de60
New functions and stuff for R2!
...
Now if only I actually finished us-perms rather than delaying.
2018-04-09 00:04:40 +01:00
20kdc
9caf0115d2
Apparently the previous commit was not enough to sate BMP's hunger for my mind
...
Take this offering BMP gods, with alpha "support"
2018-04-07 11:53:47 +01:00
20kdc
a837148c3b
Add support in klogo for abnormal headers, try to improve logo
2018-04-07 11:42:00 +01:00
20kdc
899a3b2521
Added bmp.lua and a logo that's more detailed yet smaller than the current one.
...
Also, the logo is now stored as a BMP.
Turnaround time on that thing is one click,
we're nowhere near done reaping the benefits of indexed colour, etc.
2018-04-07 10:56:13 +01:00
20kdc
c5b58e79ff
Loads of documentation & adjustments. I should probably commit more.
2018-04-06 21:05:47 +01:00
20kdc
e984f97ea9
Beginnings of documentation, & some minor occasional cleanup
...
Basically, need to finish the User Libraries and User Space sections.
The entirety of kernel space should be documented now at least.
2018-04-04 02:49:19 +01:00
20kdc
d16a9602f3
Fix app-control advanced settings panel
...
Whoops.
2018-03-30 18:43:11 +01:00
20kdc
1c2f763780
No, this was ALWAYS R1, why do you ask?
2018-03-30 13:50:15 +01:00
20kdc
7bde8fee55
Finish lowering memory use, R1
...
Since this is after the technical "release", version numbers have been bumped to 1.
Changes before this commit for R1:
Kernel memory usage reduction schemes, with some security fixes.
Still need to deal w/ proxies (see later)
Changes in this commit:
Some various little things in apps
CLAW inet actually works now on 192K
sys-icecap no longer uses the event/neoux combination,
and now handles Everest disappearance as a mass-close,
but still handles Everest not being around on window create.
So it still handles every situation that matters.
neoux no longer handles everest crash protection.
Security policy and filedialog obviously don't use neoux anymore.
Kernel now only guarantees parsing, not event-loop, by executeAsync
This is safer and allows app-launcher to get rid of NeoUX by
any means necessary.
wrapMeta cache now exists, and proxies get wrapMeta'd to deal with
various low-priority security shenanigans.
This is a *stopgap* until I work out how to force OCEmu to give me
totally accurate boot-time memory figures, so I can create the
ultimate lowmem proxy. I'm calling it "puppet". FG knows why.
2018-03-30 13:37:02 +01:00
20kdc
89d8c7fd82
Clean up some stuff / Lua 5.2 warning message / late fixes. R0
2018-03-29 22:45:36 +01:00
20kdc
902ff12d22
Fix the launcher for high amounts of applications
2018-03-29 21:40:05 +01:00
20kdc
332cdd2fc6
Release time! (I hope!)
2018-03-29 21:06:53 +01:00
20kdc
8fe18f9609
CLAW testing & cleanup
2018-03-29 18:21:41 +01:00
20kdc
8fc441299b
Finish flash, replace pass with control (handles all the control things), slight adjustments here & there
2018-03-29 17:42:26 +01:00
20kdc
8e0c74c41b
All the fixes, and app-klogo
2018-03-28 22:15:09 +01:00
20kdc
c2b373f261
Just make everything *better*.
2018-03-27 14:40:05 +01:00
20kdc
36afa760c4
Pretend app-flash exists already, get rid of keymap module, make textedit usable without having to worry about keymap
2018-03-23 15:35:43 +00:00
20kdc
1802ec6464
memopt & bugfixes: Clean up session system while keeping init flexible
...
Everest now lives and dies like the other side of the moon to sys-init,
in order to get rid of the session nonsense that nobody was using anyway.
While this means applications not using neoux will act slightly
differently to applications that do, I don't think this will be a
problem.
2018-03-23 01:29:59 +00:00
20kdc
7b9f1a2776
And with that done, nuke a particularly memory-heavy GPU-optimisation in textedit
2018-03-22 23:41:28 +00:00
20kdc
d8c4378ec1
Fix a bug that's apparently been around since multimonitor-support, and optimize some stuff
...
Also, store an old installer copy for reference
2018-03-22 23:38:09 +00:00
20kdc
87932ab26c
some boring stuff, like better multimonitor & keyboard support
2018-03-22 02:34:06 +00:00
20kdc
53db9fd2cb
Nobody wanted translations anyway
2018-03-20 15:19:36 +00:00
20kdc
6d81533afe
some more user-friendliness, breaking CLAW to rework it
2018-03-20 14:18:59 +00:00
20kdc
0e97fbbfd6
Got rid of the nasty security-request system.
...
The new system is more hook-like, which is both good & bad,
but frankly mostly good given the complexity out of kernel.
2018-03-19 03:08:09 +00:00
20kdc
4a57c9f175
bye bye sys-donkonit, hello sys-glacier
...
because apparently that's a dead meme now? Hmph.
2018-03-19 01:27:30 +00:00
20kdc
6474b9356b
With SYSTEM HEROES making continuing feasible, FIRST COMMIT
2018-03-18 23:10:54 +00:00