# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-19T22:21:12Z Mon, 25 Oct 2021 00:32:45 GMT jxsvoboda <5887334+jxsvoboda@…> [6aa85c1] * uspace/app/nav/main.c (added) * uspace/app/nav/menu.c (modified) * uspace/app/nav/menu.h (modified) * uspace/app/nav/meson.build (modified) * uspace/app/nav/nav.c (modified) * uspace/app/nav/nav.h (modified) * uspace/app/nav/panel.c (added) * uspace/app/nav/panel.h (added) * uspace/app/nav/test/main.c (added) * uspace/app/nav/test/menu.c (added) * uspace/app/nav/test/nav.c (added) * uspace/app/nav/test/panel.c (added) Add panel class and add unit tests for all classes Mon, 25 Oct 2021 00:32:45 GMT jxsvoboda <5887334+jxsvoboda@…> [5d466a1] * uspace/app/nav/menu.c (added) * uspace/app/nav/menu.h (added) * uspace/app/nav/meson.build (modified) * uspace/app/nav/nav.c (modified) * uspace/app/nav/nav.h (modified) Add menu, make window full-screen Mon, 25 Oct 2021 00:32:45 GMT jxsvoboda <5887334+jxsvoboda@…> [748c8bd] * uspace/app/meson.build (modified) * uspace/app/nav/doc/doxygroups.h (added) * uspace/app/nav/meson.build (added) * uspace/app/nav/nav.c (added) * uspace/app/nav/nav.h (added) Navigator stub Navigator is the HelenOS file manager Fri, 08 Oct 2021 17:14:45 GMT Jiří Zárevúcky [cd981f2a] * uspace/meson.build (modified) Work around a change in Meson 0.58.0 Meson no longer adds custom ... Mon, 04 Oct 2021 12:25:43 GMT Jiri Svoboda [3d10a2f] * uspace/lib/ui/include/types/ui/ui.h (modified) * uspace/lib/ui/include/ui/window.h (modified) * uspace/lib/ui/src/ui.c (modified) * uspace/lib/ui/src/window.c (modified) * uspace/lib/ui/test/window.c (modified) Null display spec for the benefit of unit testing When testing ... Mon, 04 Oct 2021 12:23:54 GMT Jiri Svoboda [6d172f6] * uspace/lib/ui/src/ui.c (modified) Fix window destruction with dummy output In unit tests when we ... Sat, 02 Oct 2021 19:17:05 GMT Jiri Svoboda [9bf5da6f] * uspace/lib/ui/src/window.c (modified) Remove accidentally left over debugging code Wed, 29 Sep 2021 14:30:00 GMT Jiri Svoboda [e0cf963] * uspace/app/edit/edit.c (modified) * uspace/lib/ui/include/types/ui/filedialog.h (modified) * uspace/lib/ui/include/types/ui/promptdialog.h (modified) * uspace/lib/ui/src/filedialog.c (modified) * uspace/lib/ui/src/promptdialog.c (modified) Set initial entry text for prompt and file dialog Wed, 29 Sep 2021 14:07:36 GMT Jiri Svoboda [6c0766b] * uspace/lib/ui/src/filedialog.c (modified) * uspace/lib/ui/src/promptdialog.c (modified) Confirm / cancel file and prompt dialogs using Enter / Escape Mon, 27 Sep 2021 17:53:20 GMT Jiri Svoboda [8603145] * uspace/app/edit/edit.c (modified) Fix moving cursor/selecting by mouse click Mon, 27 Sep 2021 17:28:49 GMT Jiri Svoboda [a7a8f599] * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/filedialog.c (modified) * uspace/lib/ui/src/promptdialog.c (modified) Activate text entry in file / prompt dialog So the user can ... Mon, 27 Sep 2021 17:16:37 GMT Jiri Svoboda [448c448] * uspace/app/edit/edit.c (modified) Add menu entry equivalents to hot keys for editor actions Mon, 27 Sep 2021 12:53:24 GMT Jiri Svoboda [a330f2e] * uspace/app/edit/edit.c (modified) Fix Ctrl-Q not quitting Mon, 27 Sep 2021 12:42:37 GMT Jiri Svoboda [2f910b7] * uspace/app/edit/edit.c (modified) Search dialog Sun, 26 Sep 2021 07:15:58 GMT Jiri Svoboda [b4b5f6a4] * uspace/app/edit/edit.c (modified) Go To Line dialog Need to restore cursor after closing dialog. This ... Sat, 25 Sep 2021 21:01:28 GMT Jiri Svoboda [8e253ac] * uspace/app/edit/edit.c (modified) Save As file dialog Sat, 25 Sep 2021 18:52:27 GMT Jiri Svoboda [45b7d4d] * uspace/app/edit/edit.c (modified) Clear dirty flags when updating pane Sat, 25 Sep 2021 18:47:29 GMT Jiri Svoboda [294fc3cc] * uspace/app/edit/edit.c (modified) * uspace/lib/ui/src/window.c (modified) Make editor window non-decorated and full-screen Need to enhance ... Sat, 25 Sep 2021 17:55:56 GMT Jiri Svoboda [c1c7c20] * uspace/app/edit/edit.c (modified) Display status line using a label control This obviously only works ... Thu, 23 Sep 2021 22:38:06 GMT Jiri Svoboda [db52892a] * uspace/app/edit/edit.c (modified) Set color for selected text Thu, 23 Sep 2021 22:25:46 GMT Jiri Svoboda [e2ca44f] * uspace/app/edit/edit.c (modified) Set cursor and update pane after handling key press Thu, 23 Sep 2021 08:24:23 GMT Jiri Svoboda [be869b0] * uspace/app/edit/edit.c (modified) * uspace/lib/ui/include/ui/resource.h (modified) * uspace/lib/ui/src/resource.c (modified) Basic rendering of pane text Wed, 22 Sep 2021 09:52:01 GMT Jiri Svoboda [f2d6d44e] * uspace/app/edit/edit.c (modified) Make editor pane a custom UI control Tue, 21 Sep 2021 09:05:23 GMT Jiri Svoboda [7572eb6] * uspace/app/edit/edit.c (modified) Add a menu Mon, 20 Sep 2021 18:36:24 GMT Jiri Svoboda [68632b4] * uspace/app/edit/edit.c (modified) * uspace/app/edit/meson.build (modified) * uspace/lib/ui/include/types/ui/ui.h (modified) Port Text Editor to libui (WIP 1) Remove io/console.h calls, create ... Sun, 19 Sep 2021 18:02:14 GMT Jiri Svoboda [6df564c] * uspace/lib/ui/private/resource.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/src/resource.c (modified) Custom colors for selected text in text entry In text mode, ... Fri, 17 Sep 2021 15:53:48 GMT Jiri Svoboda [80d4aea] * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/include/types/ui/promptdialog.h (added) * uspace/lib/ui/include/ui/promptdialog.h (added) * uspace/lib/ui/meson.build (modified) * uspace/lib/ui/private/promptdialog.h (added) * uspace/lib/ui/src/promptdialog.c (added) * uspace/lib/ui/test/promptdialog.c (added) Prompt dialog Stock dialog window that requests the user to enter a ... Wed, 15 Sep 2021 15:22:27 GMT Martin Decky [5ecac7e] * kernel/generic/src/mm/frame.c (modified) Improve merging zones once more It is not sufficient to just mark ... Wed, 15 Sep 2021 15:01:03 GMT Martin Decky [ebb3538] * HelenOS.config (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/arm64/include/arch/machine_func.h (modified) * kernel/arch/arm64/src/arm64.c (modified) * kernel/arch/arm64/src/asm.S (modified) * kernel/arch/arm64/src/mach/hikey960/hikey960.c (modified) * kernel/arch/arm64/src/machine_func.c (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/generic/src/console/console.c (modified) Improve early kernel debugging prints Since the early kernel ... Tue, 07 Sep 2021 08:53:42 GMT Jiri Svoboda [8ce56a6] * uspace/lib/memgfx/include/memgfx/xlategc.h (added) * uspace/lib/memgfx/include/types/memgfx/xlategc.h (added) * uspace/lib/memgfx/meson.build (modified) * uspace/lib/memgfx/private/memgc.h (modified) * uspace/lib/memgfx/private/xlategc.h (added) * uspace/lib/memgfx/src/xlategc.c (added) * uspace/lib/memgfx/test/main.c (modified) * uspace/lib/memgfx/test/xlategc.c (added) * uspace/lib/ui/private/window.h (modified) * uspace/lib/ui/src/ui.c (modified) * uspace/lib/ui/src/window.c (modified) Translate window rendering in console/SSR with translation GC In ... Sun, 05 Sep 2021 08:11:37 GMT Jiri Svoboda [a0aeb8f] * uspace/app/hello/hello.c (modified) * uspace/lib/gfxfont/src/text.c (modified) * uspace/lib/ui/include/ui/label.h (modified) * uspace/lib/ui/private/label.h (modified) * uspace/lib/ui/src/label.c (modified) Fix broken T-shirt slogan Need to make sure "# hello -d cons@" ... Sun, 05 Sep 2021 07:47:10 GMT Jiri Svoboda [ab3bfc1] * uspace/app/uidemo/uidemo.c (modified) Make UI Demo window smaller in text mode Sat, 04 Sep 2021 08:09:38 GMT Jiri Svoboda [7896f23] * uspace/lib/ui/src/window.c (modified) Do not delete window->gc when destroying window In all cases this ... Sat, 04 Sep 2021 08:04:36 GMT Jiri Svoboda [3c3657c] * uspace/lib/ui/private/window.h (modified) * uspace/lib/ui/src/ui.c (modified) * uspace/lib/ui/src/window.c (modified) Correctly position windows in fullscreen mode (only works with CSR) ... Fri, 03 Sep 2021 17:44:29 GMT Martin Decky [81d3612] * kernel/generic/src/mm/frame.c (modified) Fix memory corruption caused by merging zones Originally, the ... Fri, 03 Sep 2021 09:27:57 GMT Jiri Svoboda [400a16d] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/gfxfont/include/types/gfx/text.h (modified) * uspace/lib/gfxfont/src/text.c (modified) * uspace/lib/ui/src/wdecor.c (modified) Clarify right/bottom-aligned text position and fix off-by-ones Fri, 03 Sep 2021 09:13:46 GMT Jiri Svoboda [f7c12b3] * uspace/app/gfxdemo/gfxdemo.c (modified) Fix GFX demo text colors Wed, 01 Sep 2021 19:44:37 GMT Jiri Svoboda [1ebcb791] * uspace/lib/ui/private/resource.h (modified) * uspace/lib/ui/private/ui.h (modified) * uspace/lib/ui/src/resource.c (modified) * uspace/lib/ui/src/ui.c (modified) Fill text UI background with color Wed, 01 Sep 2021 09:45:37 GMT Jiri Svoboda [45004f3] * uspace/app/calculator/calculator.c (modified) * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/src/filedialog.c (modified) * uspace/lib/ui/src/msgdialog.c (modified) * uspace/lib/ui/src/resource.c (modified) * uspace/lib/ui/src/wdecor.c (modified) Text-style window title bar Wed, 01 Sep 2021 07:30:41 GMT Jiri Svoboda [b79c91cc] * uspace/srv/hid/output/port/chardev.c (modified) Enable UTF-8 on user-space serial console output Tue, 31 Aug 2021 08:57:24 GMT Jiri Svoboda [81ec7e1] * uspace/lib/ui/include/types/ui/paint.h (modified) * uspace/lib/ui/include/ui/paint.h (modified) * uspace/lib/ui/src/menuentry.c (modified) * uspace/lib/ui/src/paint.c (modified) * uspace/lib/ui/test/paint.c (modified) Brace for a text mode menu separator entry Pun intended. Mon, 30 Aug 2021 20:41:27 GMT Jiri Svoboda [ff6e91b] * uspace/lib/ui/include/types/ui/paint.h (modified) * uspace/lib/ui/include/ui/paint.h (modified) * uspace/lib/ui/private/menu.h (modified) * uspace/lib/ui/src/menu.c (modified) * uspace/lib/ui/src/paint.c (modified) * uspace/lib/ui/src/rbutton.c (modified) * uspace/lib/ui/src/slider.c (modified) * uspace/lib/ui/src/wdecor.c (modified) * uspace/lib/ui/test/menu.c (modified) * uspace/lib/ui/test/paint.c (modified) Make use of code page 437 characters To draw proper text boxes, for ... Wed, 25 Aug 2021 13:59:41 GMT Jiri Svoboda [9b2e20c] * uspace/app/tester/meson.build (modified) * uspace/app/tester/print/print4.c (modified) * uspace/lib/codepage/doc/doxygroups.h (added) * uspace/lib/codepage/include/codepage/cp437.h (added) * uspace/lib/codepage/meson.build (added) * uspace/lib/codepage/src/cp437.c (added) * uspace/lib/codepage/test/cp437.c (added) * uspace/lib/codepage/test/main.c (added) * uspace/lib/meson.build (modified) * uspace/srv/hid/output/meson.build (modified) * uspace/srv/hid/output/port/ega.c (modified) Add code page 437 support EGA driver can now display all 256 ... Sun, 22 Aug 2021 19:22:37 GMT Martin Decky [c21cc26] * tools/deploy/hikey960/fastboot (added) * tools/deploy/hikey960/hi3660-hikey960.dtb (added) * tools/deploy/hikey960/hikey960.rd (added) * tools/deploy/hikey960/mkfastboot (added) Fastboot deployment script for HiKey 960 Convenience script to ... Sun, 22 Aug 2021 19:08:44 GMT Martin Decky [06f10ac] * HelenOS.config (modified) * boot/arch/arm64/include/arch/arch.h (modified) * boot/arch/arm64/meson.build (modified) * defaults/arm64/hikey960/Makefile.config (added) * defaults/arm64/hikey960/output (added) * defaults/arm64/virt/output (moved) * kernel/arch/arm64/include/arch/barrier.h (modified) * kernel/arch/arm64/include/arch/istate_struct.h (modified) * kernel/arch/arm64/include/arch/mach/hikey960/hikey960.h (moved) * kernel/arch/arm64/include/arch/mach/virt/virt.h (modified) * kernel/arch/arm64/include/arch/mm/km.h (modified) * kernel/arch/arm64/include/arch/mm/page.h (modified) * kernel/arch/arm64/meson.build (modified) * kernel/arch/arm64/src/asm.S (modified) * kernel/arch/arm64/src/mach/hikey960/hikey960.c (added) * kernel/arch/arm64/src/machine_func.c (modified) * kernel/arch/arm64/src/start.S (modified) * meson/arch/arm64/meson.build (modified) * tools/ew.py (modified) * uspace/drv/meson.build (modified) * uspace/drv/platform/hikey960/hikey960.c (added) * uspace/drv/platform/hikey960/hikey960.ma (added) * uspace/drv/platform/hikey960/meson.build (added) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) Implement support for HiKey 960 Initial support for the 96Boards ... Sun, 22 Aug 2021 17:05:13 GMT Martin Decky [95b7d4df] * boot/arch/arm64/include/arch/barrier.h (modified) * boot/arch/arm64/src/asm.S (modified) * boot/arch/arm64/src/main.c (modified) Improve boot loader versatility Add support for booting from EL3 ... Sun, 22 Aug 2021 16:59:16 GMT Martin Decky [99589a9] * boot/arch/arm64/src/asm.S (modified) Improve compatibility with 3rd-party boot loaders (e.g. U-Boot) Sun, 15 Aug 2021 10:02:32 GMT Jiri Svoboda [bc52b5b] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/congfx/src/console.c (modified) * uspace/lib/gfx/include/gfx/color.h (modified) * uspace/lib/gfx/private/color.h (modified) * uspace/lib/gfx/src/color.c (modified) * uspace/lib/gfxfont/src/text.c (modified) * uspace/lib/memgfx/src/memgc.c (modified) * uspace/lib/ui/src/pbutton.c (modified) * uspace/lib/ui/src/resource.c (modified) Allow the use of EGA attributes/24-bit characters alongside RGB In ... Fri, 13 Aug 2021 22:37:12 GMT Jiri Svoboda [de0c55a] * uspace/app/uidemo/uidemo.c (modified) Correctly position moire image in text mode Fri, 13 Aug 2021 22:27:15 GMT Jiri Svoboda [943f032] * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/private/slider.h (modified) * uspace/lib/ui/src/slider.c (modified) * uspace/lib/ui/test/slider.c (modified) Slider text mode Fri, 13 Aug 2021 16:02:18 GMT Jiri Svoboda [ce0a5af] * uspace/lib/ui/src/rbutton.c (modified) Do not even initialize twice It's a good idea to think twice before ... Fri, 13 Aug 2021 16:00:53 GMT Jiri Svoboda [320abf3] * uspace/lib/ui/src/rbutton.c (modified) Do not set alignment twice Fri, 13 Aug 2021 15:58:50 GMT Jiri Svoboda [297b1b3] * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/private/rbutton.h (modified) * uspace/lib/ui/src/rbutton.c (modified) * uspace/lib/ui/test/checkbox.c (modified) * uspace/lib/ui/test/rbutton.c (modified) Radio button text mode Fri, 13 Aug 2021 10:57:34 GMT Jiri Svoboda [307d4d2] * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/private/checkbox.h (modified) * uspace/lib/ui/src/checkbox.c (modified) * uspace/lib/ui/test/checkbox.c (modified) Check box text mode Tue, 10 Aug 2021 09:49:21 GMT Jiri Svoboda [5e109e1] * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/include/types/ui/filedialog.h (added) * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/include/ui/filedialog.h (added) * uspace/lib/ui/include/ui/msgdialog.h (modified) * uspace/lib/ui/meson.build (modified) * uspace/lib/ui/private/filedialog.h (added) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/src/filedialog.c (added) * uspace/lib/ui/src/msgdialog.c (modified) * uspace/lib/ui/test/filedialog.c (added) * uspace/lib/ui/test/main.c (modified) * uspace/lib/ui/test/msgdialog.c (modified) File dialog prototype This only contains a text entry for entering ... Tue, 10 Aug 2021 09:22:19 GMT Jiri Svoboda [edeee9f] * uspace/lib/ddev/include/ipc/ddev.h (modified) * uspace/lib/device/include/bd.h (modified) * uspace/lib/device/include/bd_srv.h (modified) * uspace/lib/device/include/device/led_dev.h (modified) * uspace/lib/device/include/devman.h (modified) * uspace/lib/device/include/ieee80211/ieee80211.h (modified) * uspace/lib/device/include/io/chardev.h (modified) * uspace/lib/device/include/io/chardev_srv.h (modified) * uspace/lib/device/include/io/label.h (modified) * uspace/lib/device/include/io/serial.h (modified) * uspace/lib/device/include/ipc/adb.h (modified) * uspace/lib/device/include/ipc/bd.h (modified) * uspace/lib/device/include/ipc/chardev.h (modified) * uspace/lib/device/include/ipc/devman.h (modified) * uspace/lib/device/include/ipc/irc.h (modified) * uspace/lib/device/include/ipc/pci.h (modified) * uspace/lib/device/include/ipc/serial_ctl.h (modified) * uspace/lib/device/include/ipc/vbd.h (modified) * uspace/lib/device/include/ipc/vol.h (modified) * uspace/lib/device/include/irc.h (modified) * uspace/lib/device/include/nic/eth_phys.h (modified) * uspace/lib/device/include/nic/nic.h (modified) * uspace/lib/device/include/pci.h (modified) * uspace/lib/device/include/types/io/chardev.h (modified) * uspace/lib/device/include/types/label.h (modified) * uspace/lib/device/include/types/pci.h (modified) * uspace/lib/device/include/types/vol.h (modified) * uspace/lib/device/include/vbd.h (modified) * uspace/lib/device/include/vol.h (modified) * uspace/lib/device/src/bd.c (modified) * uspace/lib/device/src/bd_srv.c (modified) * uspace/lib/device/src/device/led_dev.c (modified) * uspace/lib/device/src/devman.c (modified) * uspace/lib/device/src/io/chardev.c (modified) * uspace/lib/device/src/io/chardev_srv.c (modified) * uspace/lib/device/src/io/label.c (modified) * uspace/lib/device/src/irc.c (modified) * uspace/lib/device/src/pci.c (modified) * uspace/lib/device/src/vbd.c (modified) * uspace/lib/device/src/vol.c (modified) * uspace/lib/display/include/ipc/display.h (modified) * uspace/lib/drv/include/battery_iface.h (modified) * uspace/lib/drv/include/ieee80211_iface.h (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/inet/include/inet/addr.h (modified) * uspace/lib/inet/include/inet/dhcp.h (modified) * uspace/lib/inet/include/inet/dnsr.h (modified) * uspace/lib/inet/include/inet/endpoint.h (modified) * uspace/lib/inet/include/inet/eth_addr.h (modified) * uspace/lib/inet/include/inet/host.h (modified) * uspace/lib/inet/include/inet/hostname.h (modified) * uspace/lib/inet/include/inet/hostport.h (modified) * uspace/lib/inet/include/inet/inet.h (modified) * uspace/lib/inet/include/inet/inetcfg.h (modified) * uspace/lib/inet/include/inet/inetping.h (modified) * uspace/lib/inet/include/inet/iplink.h (modified) * uspace/lib/inet/include/inet/iplink_srv.h (modified) * uspace/lib/inet/include/inet/tcp.h (modified) * uspace/lib/inet/include/inet/udp.h (modified) * uspace/lib/inet/include/ipc/dhcp.h (modified) * uspace/lib/inet/include/ipc/dnsr.h (modified) * uspace/lib/inet/include/ipc/inet.h (modified) * uspace/lib/inet/include/ipc/iplink.h (modified) * uspace/lib/inet/include/ipc/tcp.h (modified) * uspace/lib/inet/include/ipc/udp.h (modified) * uspace/lib/inet/include/types/inet.h (modified) * uspace/lib/inet/include/types/inet/host.h (modified) * uspace/lib/inet/include/types/inet/hostport.h (modified) * uspace/lib/inet/include/types/inetcfg.h (modified) * uspace/lib/inet/include/types/inetping.h (modified) * uspace/lib/inet/src/addr.c (modified) * uspace/lib/inet/src/dhcp.c (modified) * uspace/lib/inet/src/endpoint.c (modified) * uspace/lib/inet/src/eth_addr.c (modified) * uspace/lib/inet/src/host.c (modified) * uspace/lib/inet/src/hostname.c (modified) * uspace/lib/inet/src/hostport.c (modified) * uspace/lib/inet/src/iplink.c (modified) * uspace/lib/inet/src/iplink_srv.c (modified) * uspace/lib/inet/src/tcp.c (modified) * uspace/lib/inet/src/udp.c (modified) Fix header guards and doxy groups of stuff moved out of libc Sun, 08 Aug 2021 22:34:38 GMT Jiri Svoboda [241ab7e] * uspace/lib/inet/include/inet/eth_addr.h (modified) * uspace/lib/inet/src/eth_addr.c (modified) Declare buffer as uint8_t * for stricter type checking Sun, 08 Aug 2021 21:51:33 GMT Jiri Svoboda [2177b39] * uspace/lib/inet/src/eth_addr.c (modified) Add missing docblocks Sun, 08 Aug 2021 17:47:47 GMT jxsvoboda <5887334+jxsvoboda@…> [a7f7b9c3] * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: performance boost on raspberry pi * enable the icache and ... Sun, 08 Aug 2021 17:30:29 GMT Jiri Svoboda [3e6bca8] * uspace/app/inet/inet.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/inet/include/inet/eth_addr.h (modified) * uspace/lib/inet/meson.build (modified) * uspace/lib/inet/src/addr.c (modified) * uspace/lib/inet/src/eth_addr.c (modified) * uspace/lib/inet/test/eth_addr.c (added) * uspace/lib/inet/test/main.c (added) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) Represent Ethernet address as a number instead of an array ... Sun, 08 Aug 2021 09:20:20 GMT Jiri Svoboda [b4edc96] * uspace/lib/inet/include/inet/addr.h (modified) * uspace/lib/inet/include/inet/eth_addr.h (modified) * uspace/lib/inet/include/inet/iplink.h (modified) * uspace/lib/inet/include/inet/iplink_srv.h (modified) * uspace/lib/inet/include/types/inetcfg.h (modified) * uspace/lib/inet/src/addr.c (modified) * uspace/lib/inet/src/eth_addr.c (modified) * uspace/lib/inet/src/inetcfg.c (modified) * uspace/lib/inet/src/iplink.c (modified) * uspace/lib/inet/src/iplink_srv.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ndp.h (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/ntrans.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/slip.c (modified) Rename and move addr48_t to eth_addr_t Sun, 08 Aug 2021 08:31:02 GMT Jiri Svoboda [d5ed54b] * uspace/lib/inet/include/inet/addr.h (modified) * uspace/lib/inet/src/addr.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) Use assignment operator to copy Ethernet addresses Sun, 08 Aug 2021 08:28:24 GMT Jiri Svoboda [f05edcb] * uspace/app/inet/inet.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/inet/include/inet/addr.h (modified) * uspace/lib/inet/include/inet/eth_addr.h (added) * uspace/lib/inet/include/inet/iplink.h (modified) * uspace/lib/inet/meson.build (modified) * uspace/lib/inet/src/addr.c (modified) * uspace/lib/inet/src/eth_addr.c (added) * uspace/lib/inet/src/iplink.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ndp.h (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/ntrans.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Make addr48_t a structure Wed, 04 Aug 2021 19:30:39 GMT jxsvoboda <5887334+jxsvoboda@…> [98a935e] * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) Configure NS16550 transmission format settings on initialization on ... Wed, 04 Aug 2021 15:18:08 GMT jxsvoboda <5887334+jxsvoboda@…> [31e15be] * kernel/arch/sparc64/include/arch/sun4v/cpu.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/halt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/thread/thread1.c (modified) kernel: deprecate atomic_t Wed, 04 Aug 2021 13:55:12 GMT Jiri Svoboda [de38873] * README.md (modified) Put up warning signs Sun, 01 Aug 2021 15:11:06 GMT Jiri Svoboda [ba74416] * uspace/lib/ui/src/entry.c (modified) I said cursor width should not be taken into account Sun, 01 Aug 2021 15:06:03 GMT Jiri Svoboda [1e242121] * uspace/lib/c/generic/io/asprintf.c (modified) Fix asprintf() returning garbage instead of empty string When ... Sun, 01 Aug 2021 14:47:33 GMT Jiri Svoboda [dbb42c9] * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) Scroll entry text when it is long Whew! This is so much harder than ... Wed, 28 Jul 2021 18:22:58 GMT Jiri Svoboda [5de71df] * uspace/app/uidemo/uidemo.c (modified) * uspace/app/uidemo/uidemo.h (modified) * uspace/lib/ui/include/ui/rbutton.h (modified) * uspace/lib/ui/src/rbutton.c (modified) Demonstrate entry alignment and read-only flag We already have ... Wed, 21 Jul 2021 18:04:12 GMT Jiri Svoboda [a106037] * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) Selecting entry text by shift-click You can never have enough ways ... Wed, 21 Jul 2021 16:12:49 GMT Jiri Svoboda [282c86d] * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) Selecting entry text by dragging the mouse Tue, 20 Jul 2021 00:18:59 GMT Jiri Svoboda [c9722c1] * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/test/entry.c (modified) Cut, copy and paste entry text Using Ctrl-X, Ctrl-C and Ctrl-V. Mon, 19 Jul 2021 22:35:19 GMT Jiri Svoboda [9eb8d12] * uspace/lib/gfxfont/include/gfx/text.h (modified) * uspace/lib/gfxfont/src/text.c (modified) * uspace/lib/gfxfont/test/text.c (modified) * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/test/entry.c (modified) Entry text selection (using keyboard) Text can be selected with ... Mon, 19 Jul 2021 18:14:09 GMT Jiri Svoboda [ead72f2] * uspace/srv/hid/output/proto/vt100.c (modified) Fix mapping of blue color on ECMA/VT-100 Don't wanna be seeing red ... Mon, 19 Jul 2021 11:04:14 GMT Jiri Svoboda [e116461] * uspace/app/tetris/screen.c (modified) Fix EGA color support in Tetris Fri, 16 Jul 2021 20:40:19 GMT Jiri Svoboda [4afb6c9] * uspace/lib/c/generic/io/console.c (modified) Use of uninitialized variable causes UI to fail in terminal You ... Fri, 16 Jul 2021 17:45:12 GMT Jiri Svoboda [d63623f] * uspace/lib/gfxfont/include/gfx/text.h (modified) * uspace/lib/gfxfont/src/text.c (modified) * uspace/lib/gfxfont/test/text.c (modified) * uspace/lib/ui/include/ui/paint.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/src/paint.c (modified) * uspace/lib/ui/test/paint.c (modified) Seeking in entry text using mouse Wed, 30 Jun 2021 16:48:54 GMT Jiri Svoboda [61bf9dd9] * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/test/entry.c (modified) Seeking in entry text (using keyboard) Seek using Home, End, Left ... Tue, 29 Jun 2021 19:25:50 GMT Jiri Svoboda [5d1ff11] * uspace/drv/char/i8042/i8042.h (modified) * uspace/srv/hid/console/console.c (modified) Implement mouse/tablet support in the console That is, we can now ... Sat, 26 Jun 2021 23:35:09 GMT Jiri Svoboda [e87415e6] * HelenOS.config (modified) Client-side rendering needs no framebuffer libui can do client-side ... Sat, 26 Jun 2021 23:30:18 GMT Jiri Svoboda [1215db9] * uspace/lib/memgfx/include/memgfx/memgc.h (modified) * uspace/lib/memgfx/include/types/memgfx/memgc.h (modified) * uspace/lib/memgfx/private/memgc.h (modified) * uspace/lib/memgfx/src/memgc.c (modified) * uspace/lib/memgfx/test/memgfx.c (modified) * uspace/lib/ui/src/window.c (modified) * uspace/srv/hid/display/display.c (modified) * uspace/srv/hid/display/window.c (modified) Memory GC needs to be able to forward cursor control Sat, 26 Jun 2021 16:40:28 GMT Jiri Svoboda [bb14312] * uspace/lib/congfx/src/console.c (modified) * uspace/lib/gfx/include/gfx/cursor.h (added) * uspace/lib/gfx/include/types/gfx/ops/context.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/src/cursor.c (added) * uspace/lib/gfx/test/cursor.c (added) * uspace/lib/gfx/test/main.c (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/src/ui.c (modified) * uspace/lib/ui/test/entry.c (modified) Use hardware cursor in text mode We extend GC with cursor control ... Fri, 25 Jun 2021 15:28:41 GMT Martin Decky [69511176] * kernel/generic/include/adt/list.h (modified) * uspace/lib/c/include/adt/list.h (modified) Avoid undefined behavior even more While the previous ... Fri, 25 Jun 2021 13:01:40 GMT Jiri Svoboda [f5819ca1] * uspace/lib/ui/src/entry.c (modified) Add missing docblock Thu, 24 Jun 2021 21:33:49 GMT Jiri Svoboda [65ec18d] * uspace/lib/ui/src/entry.c (modified) Draw text cursor as a vertical bar Thu, 24 Jun 2021 08:32:54 GMT GitHub [37d0dd4] * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (modified) Merge pull request #214 from maurizio-lombardi/gfx_rpi3 Graphics ... Wed, 23 Jun 2021 09:52:22 GMT Jiri Svoboda [a977e37] * uspace/app/uidemo/uidemo.c (modified) Make more of UI demo visible in text mode So that we can test text ... Wed, 23 Jun 2021 08:15:00 GMT Jiri Svoboda [7481ee19] * uspace/app/calculator/calculator.c (modified) * uspace/lib/ui/include/types/ui/control.h (modified) * uspace/lib/ui/include/ui/control.h (modified) * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/include/ui/fixed.h (modified) * uspace/lib/ui/include/ui/window.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/src/control.c (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/src/fixed.c (modified) * uspace/lib/ui/src/window.c (modified) * uspace/lib/ui/test/control.c (modified) * uspace/lib/ui/test/entry.c (modified) Basic editable text entry Tue, 22 Jun 2021 19:36:39 GMT Maurizio Lombardi [1b7b7af] * kernel/genarch/src/drivers/bcm2835/mbox.c (modified) raspberrypi: map the mbox address to memory We should memory-map ... Tue, 22 Jun 2021 19:36:32 GMT Maurizio Lombardi [73abf49] * kernel/arch/arm32/src/mach/raspberrypi/raspberrypi.c (modified) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (modified) raspberrypi: mbox: read the framebuffer size from VideoCore Get the ... Sun, 13 Jun 2021 07:43:23 GMT Jiri Svoboda [034ce6bb] * uspace/lib/device/meson.build (added) Add missing build file Sat, 12 Jun 2021 21:22:48 GMT Jiri Svoboda [5fc8244] * uspace/app/barber/meson.build (modified) * uspace/app/devctl/meson.build (modified) * uspace/app/fdisk/meson.build (modified) * uspace/app/lprint/meson.build (modified) * uspace/app/pci/meson.build (modified) * uspace/app/vol/meson.build (modified) * uspace/lib/block/meson.build (modified) * uspace/lib/c/generic/capa.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/capa.h (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/device/include/bd.h (moved) * uspace/lib/device/include/bd_srv.h (moved) * uspace/lib/device/include/device/led_dev.h (moved) * uspace/lib/device/include/devman.h (moved) * uspace/lib/device/include/ieee80211/ieee80211.h (moved) * uspace/lib/device/include/io/chardev.h (moved) * uspace/lib/device/include/io/chardev_srv.h (moved) * uspace/lib/device/include/io/label.h (moved) * uspace/lib/device/include/io/serial.h (moved) * uspace/lib/device/include/ipc/adb.h (moved) * uspace/lib/device/include/ipc/bd.h (moved) * uspace/lib/device/include/ipc/chardev.h (moved) * uspace/lib/device/include/ipc/devman.h (moved) * uspace/lib/device/include/ipc/irc.h (moved) * uspace/lib/device/include/ipc/pci.h (moved) * uspace/lib/device/include/ipc/serial_ctl.h (moved) * uspace/lib/device/include/ipc/vbd.h (moved) * uspace/lib/device/include/ipc/vol.h (moved) * uspace/lib/device/include/irc.h (moved) * uspace/lib/device/include/nic/eth_phys.h (moved) * uspace/lib/device/include/nic/nic.h (moved) * uspace/lib/device/include/pci.h (moved) * uspace/lib/device/include/types/io/chardev.h (moved) * uspace/lib/device/include/types/label.h (moved) * uspace/lib/device/include/types/pci.h (moved) * uspace/lib/device/include/types/vol.h (moved) * uspace/lib/device/include/vbd.h (moved) * uspace/lib/device/include/vol.h (moved) * uspace/lib/device/src/bd.c (moved) * uspace/lib/device/src/bd_srv.c (moved) * uspace/lib/device/src/device/led_dev.c (moved) * uspace/lib/device/src/devman.c (moved) * uspace/lib/device/src/io/chardev.c (moved) * uspace/lib/device/src/io/chardev_srv.c (moved) * uspace/lib/device/src/io/label.c (moved) * uspace/lib/device/src/io/serial.c (moved) * uspace/lib/device/src/irc.c (moved) * uspace/lib/device/src/pci.c (moved) * uspace/lib/device/src/vbd.c (moved) * uspace/lib/device/src/vol.c (moved) * uspace/lib/drv/meson.build (modified) * uspace/lib/fdisk/meson.build (modified) * uspace/lib/ipcgfx/src/server.c (modified) * uspace/lib/label/meson.build (modified) * uspace/lib/meson.build (modified) * uspace/srv/bd/file_bd/meson.build (modified) * uspace/srv/bd/rd/meson.build (modified) * uspace/srv/devman/meson.build (modified) * uspace/srv/hw/char/s3c24xx_uart/meson.build (modified) * uspace/srv/test/chardev-test/meson.build (modified) Move device-related stuff out of libc to libdevice Unfortunately, ... Fri, 11 Jun 2021 17:14:37 GMT Jiri Svoboda [af5d62eb] * README.md (modified) README's screenshot is not up to date Thu, 10 Jun 2021 17:10:11 GMT Jiri Svoboda [db3895d] * uspace/app/calculator/calculator.c (modified) * uspace/app/uidemo/uidemo.c (modified) * uspace/lib/display/include/types/display/cursor.h (modified) * uspace/lib/ui/include/types/ui/cursor.h (modified) * uspace/lib/ui/include/ui/entry.h (modified) * uspace/lib/ui/include/ui/window.h (modified) * uspace/lib/ui/private/entry.h (modified) * uspace/lib/ui/private/window.h (modified) * uspace/lib/ui/src/entry.c (modified) * uspace/lib/ui/src/window.c (modified) * uspace/lib/ui/test/entry.c (modified) * uspace/lib/ui/test/window.c (modified) * uspace/srv/hid/display/cursimg.c (modified) Set cursor shape to I-beam when hovering over text entry Thu, 10 Jun 2021 13:22:33 GMT jxsvoboda <5887334+jxsvoboda@…> [90f1f19] * uspace/lib/display/include/types/display/wndparams.h (modified) * uspace/lib/ui/src/window.c (modified) * uspace/srv/hid/display/window.c (modified) Allow setting initial window position (instead of moving the window) ... Thu, 10 Jun 2021 13:22:33 GMT jxsvoboda <5887334+jxsvoboda@…> [98735eb] * uspace/srv/hid/display/client.c (modified) * uspace/srv/hid/display/client.h (modified) * uspace/srv/hid/display/test/client.c (modified) Purge events from client event queue when destroying window If the ... Thu, 10 Jun 2021 13:22:33 GMT jxsvoboda <5887334+jxsvoboda@…> [d7f82635] * uspace/lib/ui/src/menu.c (modified) * uspace/lib/ui/src/menubar.c (modified) * uspace/lib/ui/src/popup.c (modified) * uspace/srv/hid/display/seat.c (modified) Deliver close event to popup window when appropriate That is, when ... Thu, 10 Jun 2021 13:22:33 GMT jxsvoboda <5887334+jxsvoboda@…> [5823aef3] * uspace/srv/hid/display/seat.c (modified) Fix delivery of release events to popup window Thu, 10 Jun 2021 13:22:33 GMT jxsvoboda <5887334+jxsvoboda@…> [9e84d2c] * uspace/lib/display/include/types/display/wndparams.h (modified) * uspace/lib/ui/include/types/ui/window.h (modified) * uspace/lib/ui/include/ui/window.h (modified) * uspace/lib/ui/src/popup.c (modified) * uspace/lib/ui/src/window.c (modified) * uspace/srv/hid/display/client.c (modified) * uspace/srv/hid/display/dsops.c (modified) * uspace/srv/hid/display/seat.c (modified) * uspace/srv/hid/display/seat.h (modified) * uspace/srv/hid/display/test/client.c (modified) * uspace/srv/hid/display/test/display.c (modified) * uspace/srv/hid/display/test/seat.c (modified) * uspace/srv/hid/display/test/window.c (modified) * uspace/srv/hid/display/types/display/seat.h (modified) * uspace/srv/hid/display/types/display/window.h (modified) * uspace/srv/hid/display/window.c (modified) Popup windows event delivery is special Popup windows don't get ...