Commit Graph

51 Commits

Author SHA1 Message Date
daniel 75ef340359 cleanup: remove test programs/libraries 2026-07-08 10:06:07 +02:00
daniel 02a0cf66ad feat: add Character Map (charmap) MTK app
A standalone Window Server app for browsing curated sets of characters
and copying them to the clipboard for pasting into other apps.

- Four sets (Latin, Punctuation, Currency, Symbols) shown as a responsive,
  scrollable tile grid with category tabs, a live preview/detail footer,
  and a Copy button.
- Click a tile (or use arrow keys + Enter/Space) to select and copy; a
  transient toast confirms the copy. Mouse wheel scrolls; Tab cycles sets.
- Styled with the MTK theme (accent, surfaces, rounded tiles) to match the
  other Montauk apps, modeled on the calculator app.

The character set is deliberately the single-byte Windows-1252 range the
system font can render (the glyph cache only holds codepoints 0-255).
Copying writes the raw byte, so glyphs render identically here and in every
other single-byte-text Montauk app (copying UTF-8 would render as mojibake).

Registered in programs/GNUmakefile and scripts/install_apps.sh alongside
calculator; menu category "Applications", icon accessories-character-map.svg.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 18:07:23 +02:00
daniel fcf8ae1e0b feat: add Power GUI app (powermgr) 2026-07-05 11:34:27 +02:00
daniel 4cda83aa58 feat: auto-generate and verify TCC C API syscall numbers 2026-06-21 12:32:22 +02:00
daniel f2aaa39ca6 feat: add proclist command, fix TLS bug, link libc for system programs 2026-06-19 12:03:12 +02:00
daniel c119a70d5b feat: Intel BT firmware download, A2dp & Bluetooth audio progress 2026-06-03 18:05:17 +02:00
daniel 19b255d730 fix: delete redundant 0:/common directory, remove dead 0:/home fallback in Music and Video apps 2026-05-28 20:41:16 +02:00
daniel e17a8de844 fix: move 0:/etc/ => 0:/os/certs/ 2026-05-28 20:30:00 +02:00
daniel a44a65d432 feat: add 2048 game 2026-05-19 21:34:28 +02:00
daniel c6ca17984b feat: audio mixer, Audio app, fix Installer crash 2026-05-19 07:48:09 +02:00
daniel 72e4fa080a feat: screenshot app improvement, WIndow Server supports full-screen overlay, Disks app UI improvements 2026-05-10 10:45:05 +02:00
daniel 3ad5ae2e75 feat: kernel network statistics reporting, new Network configuration applet 2026-05-03 10:45:33 +02:00
daniel f66c9bf1f7 feat: architectural improvements for Apps and System Configuration virtual folders in Files 2026-04-30 16:51:08 +02:00
daniel b4be0fcc0f feat: add time zone configuration applet to System Configuration 2026-04-24 16:37:17 +02:00
daniel 58d2e773fd feat: allow applets to be shared modules 2026-04-24 14:50:08 +02:00
daniel 348ff6981b feat: add warning popup if existing desktop process is present 2026-04-22 21:53:58 +02:00
daniel 15a092d0b4 feat: add message box dialogs 2026-04-22 18:44:25 +02:00
daniel ac23989e47 feat: make dialogs a shared library 2026-04-08 19:37:50 +02:00
daniel 28d0614511 feat: use PIC code model for shared libraries, fix shared library bugs 2026-04-08 17:07:55 +02:00
daniel 886b181bfe feat: add process crash popups 2026-04-07 20:15:56 +02:00
daniel 6f0707bc80 wip: extend shared library support, window demo 2026-04-05 21:38:05 +02:00
daniel 01c242d4de wip: shared library support 2026-04-05 15:14:07 +02:00
daniel 19090d3ea5 feat: add common dialogs, i.e. open/save dialog 2026-04-01 23:45:28 +02:00
daniel 550d4d2a19 feat: support for IPP printing + test page 2026-04-01 21:15:27 +02:00
daniel cbead256c3 feat: new calculator UI, video app icon, Super + Space search window 2026-03-28 23:31:43 +01:00
daniel 23bb57d026 feat: video player 2026-03-28 17:26:25 +01:00
daniel b9dfaba5d1 feat: convert procmgr and mandelbrot to Window Server apps 2026-03-28 10:54:31 +01:00
daniel 48378e3bea feat: make terminal and klog Window Server apps 2026-03-28 09:51:32 +01:00
daniel d197665fdd feat: port lua scripting language 2026-03-27 21:53:33 +01:00
daniel d0ceefd8ef feat: split word processor app out into standalone Window Server app 2026-03-26 18:05:14 +01:00
daniel 63d9270613 feat: Symmetric Multiprocessing, text editor improvements, merge doom libc, implement math functions 2026-03-23 20:09:11 +01:00
daniel a805b06406 feat: add screenshot app 2026-03-22 13:28:49 +01:00
daniel 770dde5001 feat: Intel GPU fixes, add tcc compiler, spreadsheet improvements, paint app, file manager improvements 2026-03-21 17:35:16 +01:00
daniel b5d2cc515c feat: add experimental game engine & demo game, fix ACPI events 2026-03-18 14:26:50 +01:00
daniel 261b536041 feat: multi-user system, bug fixes, security & performance fixes, and more 2026-03-14 13:28:46 +01:00
daniel 576ad34f95 feat: Intel HDA audio driver, audio streaming syscalls, userspace Music app, fixes and improvements, rudimentary Bluetooth support 2026-03-10 17:14:33 +01:00
daniel 1edbec3c66 feat: MontaukOS installer app, toml config, app directory with manifests, and more 2026-03-08 12:06:29 +01:00
daniel 4d0177d55e feat: GPT, FAT32 driver, disks app, userspace adapted for multiple drives, and more 2026-03-07 15:58:27 +01:00
daniel b148f0605a feat: PDF viewer 2026-03-06 08:00:57 +01:00
daniel ead7d296f7 feat: add word processor, spreadsheet, kernel and userspace memory improvements 2026-03-05 19:18:11 +01:00
daniel 83016847b4 feat: rename 'ZenithOS' => 'MontaukOS' and fix build system issues 2026-02-28 12:06:18 +01:00
daniel bd16b9afd1 feat: add Font Preview app 2026-02-27 19:17:09 +01:00
daniel e95089192f feat: jpeg image rendering, desktop backgrounds, fix memory regression 2026-02-27 19:01:07 +01:00
daniel e0bfc97f0f feat: common TLS library, weather app, UI scaling fix in Window Server, and more 2026-02-21 13:06:53 +01:00
daniel 9d5e7eac8d fix: GUI and kernel fixes, Wikipedia app rewrite, among other things 2026-02-21 11:08:11 +01:00
daniel 596be25eaf feat: TrueType (TTF) font rendering, many new desktop applications and DOOM support, among other improvements 2026-02-20 22:46:41 +01:00
daniel 6eebc64863 feat: rudimentary userspace desktop environment 2026-02-20 00:48:51 +01:00
daniel cae7dd352e feat: userspace overhaul, Intel GPU driver, and more 2026-02-19 15:46:49 +01:00
daniel d355d376f9 feat: e100e Ethernet driver, ramdisk reorganization, shell rewrite, web server/client, and more 2026-02-19 01:18:11 +01:00
daniel 24af60d669 feat: expand user mode, add DOOM game, add manpages 2026-02-18 15:13:53 +01:00