No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-25 17:19:50 +02:00
.vscode temporary commit to save current changes 2025-08-22 19:26:05 +02:00
components Small bug fix 2025-08-24 20:29:35 +02:00
config * The type of a ColorPanel can now be switched via an additional DropDown component. Configuration (search key, mode, case sensitivity, etc.) will be applied to the new Panel as far as possible 2025-08-24 22:50:42 +02:00
contrib Presets, part I 2025-08-17 00:39:30 +02:00
fail temporary commit to save current changes 2025-08-22 19:26:05 +02:00
model * The type of a ColorPanel can now be switched via an additional DropDown component. Configuration (search key, mode, case sensitivity, etc.) will be applied to the new Panel as far as possible 2025-08-24 22:50:42 +02:00
ui Minor changes to ColorManager 2025-08-25 17:19:50 +02:00
util All Components are Observable now 2025-08-23 00:33:55 +02:00
.gitignore Initial commit 2025-07-22 22:10:09 +02:00
.staticcheck.conf Reading, filtering and UI now running in separate Goroutines 2025-08-03 22:29:41 +02:00
go.mod Presets, part I 2025-08-17 00:39:30 +02:00
go.sum Presets, part I 2025-08-17 00:39:30 +02:00
infilt.go Hopefully finalized Save Preset functionality for now 2025-08-22 21:59:20 +02:00
keyboardshortcuts.txt Minor changes 2025-08-23 15:02:26 +02:00
nix Busy spinner 2025-08-06 16:47:22 +02:00
notes.txt * The type of a ColorPanel can now be switched via an additional DropDown component. Configuration (search key, mode, case sensitivity, etc.) will be applied to the new Panel as far as possible 2025-08-24 22:50:42 +02:00
syslog.2.gz Event handling is now not performed manually for each element in Window.EventLoop() but rather for all registered components in components.RenderAll() 2025-08-17 17:11:03 +02:00
testerli Event handling is now not performed manually for each element in Window.EventLoop() but rather for all registered components in components.RenderAll() 2025-08-17 17:11:03 +02:00