Stone_Red
|
8d1cd6d369
|
Add remote desktop start/stop commands and process with server support
|
2026-06-17 00:02:33 +02:00 |
|
Stone_Red
|
5265f2b574
|
Code cleanup
|
2026-06-16 20:14:15 +02:00 |
|
Stone_Red
|
92cc387f2d
|
Add taskbar, start menu, and desktop background with gradient bands
|
2026-06-16 19:25:04 +02:00 |
|
Stone_Red
|
e3ece1fb4a
|
Add StackLayout and GridLayout classes for window UI element layouts
|
2026-06-16 18:20:20 +02:00 |
|
Stone_Red
|
99c98e74a2
|
Add Panel, ProgressBar, RadioButton, and Slider UI controls and test windows
|
2026-06-16 12:29:04 +02:00 |
|
Stone_Red
|
8ecca53881
|
Remove Point parameter from Terminal window creation in Start method
|
2026-06-16 02:09:10 +02:00 |
|
Stone_Red
|
1355fa06b8
|
Increase UI element sizes and add maxWidth support to DrawString methods
|
2026-06-15 02:10:20 +02:00 |
|
Stone_Red
|
43732684b3
|
Add FontSize property to Text element and render with DrawStringHeight
|
2026-06-14 19:01:52 +02:00 |
|
Stone_Red
|
decd79e6d3
|
Add button click and checkbox toggle handlers for UI controls
|
2026-06-13 15:06:29 +02:00 |
|
Stone_Red
|
0bc9ca6cf2
|
Add mouse event handling and improve key event handling for controls and windows
|
2026-06-12 23:04:38 +02:00 |
|
Stone_Red
|
2f1563d374
|
Refactor YesNtWindowStatements to use constructor for ownerProcess
|
2026-06-12 16:53:10 +02:00 |
|
Stone_Red
|
c70fd501bc
|
Code cleanup
|
2026-06-12 15:18:02 +02:00 |
|
Stone_Red
|
9f2aae3ba8
|
Add YesNtWindowStatements for scripting window and UI element creation
|
2026-06-12 15:00:44 +02:00 |
|
Stone_Red
|
a47656320a
|
Show CPU core count in CLI and add window creation helper methods
|
2026-06-12 02:48:52 +02:00 |
|
Stone_Red
|
5a7b1d1f97
|
Prevent display update during window resizing in TerminalProcess
|
2026-06-12 01:35:27 +02:00 |
|
Stone_Red
|
f15784160d
|
Replace command history padding '#' with spaces in console output
|
2026-06-11 21:33:15 +02:00 |
|
Stone_Red
|
0968d64fa3
|
Add command interruption support with Ctrl+C and cancellation tokens
|
2026-06-11 21:27:06 +02:00 |
|
Stone_Red
|
cda4dcf097
|
Add YesNt interpreter process and command integration
|
2026-06-11 20:44:49 +02:00 |
|
Stone_Red
|
160d0559e8
|
Refactor CLI command system to support async execution and central command history
|
2026-06-11 20:40:26 +02:00 |
|
Stone_Red
|
37c08fa3c5
|
Add command history navigation with up/down arrow keys
|
2026-06-11 18:23:48 +02:00 |
|
Stone_Red
|
fad05a3e9a
|
Add automatic window positioning to avoid overlap and maximize spaciousness
|
2026-06-10 04:02:54 +02:00 |
|
Stone_Red
|
3a635e85df
|
Code cleanup
|
2026-06-10 03:22:45 +02:00 |
|
Stone_Red
|
f6e03c052e
|
Refactor process spawning command and move TestProcess to its own file
|
2026-06-10 03:22:27 +02:00 |
|
Stone_Red
|
a1dc9f4c5e
|
Remove Stop() override and Console.Clear() call from CliProcess
|
2026-06-10 03:06:15 +02:00 |
|
Stone_Red
|
98e4f73cfe
|
Properly ignore control characters when adding input in CLI and Terminal processes
|
2026-06-10 03:03:28 +02:00 |
|
Stone_Red
|
b3c98b1b1d
|
Refactor process lifecycle to use Start, Tick, Stop methods and metrics
|
2026-06-10 02:28:57 +02:00 |
|
Stone_Red
|
a583a5ab44
|
Add CLI process and GUI start/stop commands with process management
|
2026-06-09 22:55:51 +02:00 |
|
Stone_Red
|
f7eea21de5
|
Add singleton/system manifest, process args, and async management support
|
2026-06-09 22:53:13 +02:00 |
|
Stone_Red
|
a0c9f827e0
|
Add XML summary to RNG plug, disable sleep in Desktop, null check update in Terminal
|
2026-06-09 20:34:48 +02:00 |
|
Stone_Red
|
e6bab7e371
|
Add TcpRpc server and client and split crypto code into multiple classes
|
2026-06-09 19:26:34 +02:00 |
|
Stone_Red
|
031b3315a5
|
Refactor window rendering for faster drawing and z-order tracking
|
2026-06-08 22:05:11 +02:00 |
|
Stone_Red
|
145055b77e
|
Code cleanup
|
2026-06-08 21:30:40 +02:00 |
|
Stone_Red
|
169c604c7a
|
Add process exception handling and clean window closing logic
|
2026-06-08 20:34:25 +02:00 |
|
Stone_Red
|
82efb8d967
|
Add thread-safety with locks to window manager and rendering code
|
2026-06-08 20:18:52 +02:00 |
|
Stone_Red
|
fd1db1b904
|
Make terminal display adapt to window resize and dynamic line count
|
2026-06-08 19:57:05 +02:00 |
|
Stone_Red
|
8b900c9d58
|
Add printLine support for commands and implement basic UI controls rendering
|
2026-06-08 19:51:22 +02:00 |
|
Stone_Red
|
fc71af028f
|
Add windowed terminal, basic text, rectangle rendering, and keyboard events
|
2026-06-08 17:42:08 +02:00 |
|
Stone_Red
|
57f011ffe8
|
Add DesktopProcess and start-gui command for launching GUI mode
|
2026-06-08 13:46:10 +02:00 |
|