gui/pkg/window
Snider 62ec735c10
Some checks failed
Security Scan / security (push) Has been cancelled
Test / test (push) Has been cancelled
refactor: AX compliance sweep — replace banned stdlib imports with core primitives
Replaced fmt, strings, sort, os, io, sync, encoding/json, path/filepath,
errors, log, reflect with core.Sprintf, core.E, core.Contains, core.Trim,
core.Split, core.Join, core.JoinPath, slices.Sort, c.Fs(), c.Lock(),
core.JSONMarshal, core.ReadAll and other CoreGO v0.8.0 primitives.

Framework boundary exceptions preserved where stdlib types are required
by external interfaces (Gin, net/http, CGo, Wails, bubbletea).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-13 09:32:01 +01:00
..
layout.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
messages.go Align GUI packages with AX conventions 2026-04-02 20:51:26 +00:00
mock_platform.go Align GUI packages with AX conventions 2026-04-02 20:51:26 +00:00
mock_test.go fix(window): use detected screen size for tiling 2026-04-02 14:47:40 +00:00
options.go chore(gui): align AX naming and docs 2026-04-02 19:50:55 +00:00
platform.go chore(gui): add AX usage examples 2026-04-02 20:36:02 +00:00
register.go Align GUI packages with AX conventions 2026-04-02 20:51:26 +00:00
service.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
service_test.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
state.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
tiling.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
wails.go chore(gui): add AX usage examples 2026-04-02 20:36:02 +00:00
window.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
window_test.go fix(window): fallback title for wails windows 2026-04-02 20:26:27 +00:00