Commit Graph

2703 Commits

Author SHA1 Message Date
Kevin Lange
27d866f682 #pragma once 2017-02-04 20:03:00 +09:00
Kevin Lange
7f80b1fe03 Fix some more mouse issues.
This mostly affects VirtualBox with mouse integration disabled, as QEMU
never sends mouse changes big enough for this to be a problem, but we
just were not handling the 9-bit x/y changes. That's what we get for
going from five years of QEMU to a year of VirtualBox with mouse
integration... Anyway, it's all working quite nicely now!
2017-02-04 19:02:29 +09:00
Kevin Lange
3d5eeb8a81 Version bump. 2017-02-03 17:28:30 +09:00
Kevin Lange
a4de574f62 Fix keyboard/mouse conflict 2017-02-03 17:24:07 +09:00
Kevin Lange
06dd1c9218 Reduce log level on message about fswait2 2017-02-03 08:38:52 +09:00
Kevin Lange
c549527d85 Increase timeout for toast daemon when not animating 2017-02-03 08:37:30 +09:00
Kevin Lange
22279b02f0 Fix some edge-case tty lockups 2017-02-01 22:29:33 +09:00
Adam DiCarlo
08b5bbe36d Fix typo in tutorial text (#144) 2017-02-01 18:40:05 +09:00
Kevin Lange
bcd4b455e5 Fix bad update rect when drawing terminal cell image contents 2017-01-31 18:52:17 +09:00
Kevin Lange
8052a87b29 Update README screenshots to (some of) the ones used in 1.0 release 2017-01-30 23:20:26 +09:00
Kevin Lange
6b63a05471 Final version bump for 1.0.0 2017-01-30 14:28:32 +09:00
Kevin Lange
5ade5e10af Remove message implying wizard is incomplete 2017-01-30 14:26:42 +09:00
Kevin Lange
19d19df965 Delete unused yutani docs (maybe write these later) 2017-01-30 14:23:38 +09:00
Kevin Lange
b2e94107ed Add an alternate watchface to the clock widget 2017-01-29 22:25:13 +09:00
Kevin Lange
78540ca9d8 Set application version numbers to 1.0.0 2017-01-29 22:00:26 +09:00
Kevin Lange
b1af34172d Fix a handful of terminal bugs and speed issues 2017-01-29 21:42:39 +09:00
Kevin Lange
beb5f165ab Bump kernel to 0.99.27 2017-01-29 20:32:30 +09:00
Kevin Lange
2d5fcb7c1d Don't call sh to parse panel/menu apps 2017-01-29 20:22:58 +09:00
Kevin Lange
2f5e83da6b Track process start time 2017-01-29 19:30:07 +09:00
Kevin Lange
6720d8dd95 Show python scripts in pstree 2017-01-29 19:11:55 +09:00
Kevin Lange
9d7d956eb1 Move network thread startup into net module
... and rename [eth] to [net]
2017-01-29 18:56:51 +09:00
Kevin Lange
e5f6d283c2 Disable the serial console unless kdebug is passed as a kernel arg 2017-01-29 18:51:20 +09:00
Kevin Lange
64c8e85324 Make cursor-off use a system call 2017-01-29 18:48:10 +09:00
Kevin Lange
3010630796 Un-thread terminal-vga 2017-01-29 18:47:53 +09:00
Kevin Lange
a9feffa03d Handle dlopen errors better. 2017-01-29 17:40:40 +09:00
Kevin Lange
0647e3a19a Support fswait in sockets (maybe?) 2017-01-28 23:34:40 +09:00
Kevin Lange
a4d857493a Support fswait in serial devices 2017-01-28 23:34:32 +09:00
Kevin Lange
74a156e66e [kdebug] Add cat and support argument to ls 2017-01-28 22:40:53 +09:00
Kevin Lange
07a12b130d Add a complete Code Page 437 mapping for vga terminal 2017-01-28 22:15:08 +09:00
Kevin Lange
3807186ee7 Fix crash in input boxes on enter 2017-01-27 23:06:12 +09:00
Kevin Lange
ba1506bd2d Bump kernel version for upgrade notices 2017-01-27 22:56:56 +09:00
Kevin Lange
97fc4d32a2 Fix incorrect root password in wizard 2017-01-27 22:52:28 +09:00
Kevin Lange
97189b204d Remove 'clock' cli utility for namespace reasons 2017-01-27 22:51:20 +09:00
Kevin Lange
0c69fe5e55 pull out app_name for help browser 2017-01-27 22:39:51 +09:00
Kevin Lange
c010213b01 Add context menu to clock 2017-01-27 22:37:31 +09:00
Kevin Lange
90310564b0 pull out app_name for package manager 2017-01-27 22:37:31 +09:00
Kevin Lange
e639d7698a pull out app_name for calculator 2017-01-27 22:37:25 +09:00
Kevin Lange
4e455de6e4 Make live-welcome launch glogin instead of rebooting 2017-01-27 16:53:52 +09:00
Kevin Lange
7812847fb4 Support session end in nested compositor to stop compositor 2017-01-27 16:53:37 +09:00
Kevin Lange
e11a248e76 Make clock tick. 2017-01-27 16:41:12 +09:00
Kevin Lange
7c6004b1a8 Bump kernel (for several updates from today) 2017-01-26 22:27:46 +09:00
Kevin Lange
c2ba467790 Nested Yutani fixes 2017-01-26 22:01:20 +09:00
Kevin Lange
e634169a4a New Python toast daemon 2017-01-26 22:01:07 +09:00
Kevin Lange
ba5bff2455 Fix Panel not responding properly to focus change
Because window advertisements use yutani_wait_for, we need to actually
loop over yutani_poll() until the queue reports that it is empty,
otherwise, we'll fall into fswait - and since we've already read (and
buffered) some calls we haven't processed, nothing will happen until
either another event is delivered or the timeout occurs. This was
causing the panel to sometimes just not respond to a click because the
click was delivered during window advertisements, so we wouldn't process
it ever, since we didn't read the queue on a timeout.
2017-01-26 19:17:03 +09:00
Kevin Lange
63d5dd8d91 fix terminal and panel not updating timer-based things on other events 2017-01-26 18:57:28 +09:00
Kevin Lange
ae64757838 Cleanup timeout sleep nodes if something else woke us up 2017-01-26 18:57:08 +09:00
Kevin Lange
fafc608e63 Add a new Python/Cairo clock widget 2017-01-26 18:28:05 +09:00
Kevin Lange
318d6359aa Add a binding for yutani_window_drag_start 2017-01-26 18:27:48 +09:00
Kevin Lange
32c83f2034 Hack in some support for getting cairo fonts from Toaru/Freetype faces 2017-01-26 18:27:27 +09:00
Kevin Lange
9c8cef219d Fix offset button clicks in Mines 2017-01-26 16:43:38 +09:00