Feature/more#1
Merged
Merged
Conversation
… polish - Icons: bundle a Lucide subset (icons.ttf) as the `icon_font` import; new `Icon`/`IconButton`/`IconName` reusing the glyph path (src/icons.zig, font.drawIcon, Context.icon_cache). No new DrawCommand. - Emoji: bundle Noto Emoji (NotoEmoji.ttf) as a fallback face for glyphs Inter lacks. - Text-field context menu: right-click Cut/Copy/Paste/Select All via ClipboardOps + open/close/hover/fieldAt helpers. - Selection/motion: double/triple-click (dispatchDoubleClick/TripleClick), selectWordAt, selectedText. - Scrollbar fade animation (setFrameTime/scrollbarsAnimating) and hoverFill. - Version is now read from build.zig.zon via build_options so zigui.version can't drift from the manifest. - llm-chat: discard TrayMenu.addItem results (now returns a value).
… fixes - Theme registry with five families (macOS, Windows 10, Windows 2000, KDE Plasma, Material), each light/dark, picked via forScheme(). - macOS theme reworked for the macOS 26 Liquid Glass look: capsule buttons/segments with sheen + specular rim (shared glassCapsule), accent-capsule segmented selection, glassy switch track and panels. - Painter.segmentedSelection now returns the selected label color (fixes black-on-accent contrast in Windows 10/KDE light); Win2000 toggles render as classic 13px checkboxes; Material switch gets the thin overhung track, grey disabled buttons, and spec track colors. - Rasterizer: clip-aware per-command bounds (culls scrolled-away work), full-coverage span fast path for fills (opaque rows become memset, vertical gradients one color per row), hollow-interior skip for strokes, opaque store in blend — 6.27ms -> 0.95ms/frame on the showcase at 1x, byte-identical output. showcase gains --bench N; ZIGUI_FRAME_LOG also logs the events that wake the loop. - wrapText breaks unbreakable over-long tokens (paths/URLs) at codepoint boundaries; overlay content is clipped to its panel — alerts no longer overflow. - View hub split into src/components/ modules (navigation, tabs, menu, grid, list, collections, text_buffer); view.zig re-exports. - README: theme-gallery screenshots replace the retired settings/llm-chat shots.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.