git.lucas.co / cce-fonts
font browser

DateMessageAuthor
2026-09-24Spacing: the ladder, not literalsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Root plate: the toolkit's standard spec, not a stroked fillLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Pin workspace dependencies to GitHub, the crates' originLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-19Depend on cce-ui through git.lucas.co, so this crate builds aloneLucas Galante
2026-09-11Time the double-click window on a wall clock, not tick's dtLucas Galante
2026-09-08chore: label_strip replaces widget::label_offsetLucas Galante
2026-09-06Rename the internal backplate vocabulary to root plate (cce-ui RFC 7a-4)Lucas Galante
2026-09-01scrollbars: designer raise/sink treatment on both panelsLucas Galante
2026-09-01fix: font-list edge rows render cut, not culledLucas Galante
2026-08-30fix: an open style dropdown keeps its arrow keysLucas Galante
2026-08-25chore: root-surface radius from window_silhouette_radius (cce-ui RFC 7b-2)Lucas Galante
2026-08-25chore: root_plate_* — cce-ui 7a-2 caller migrationLucas Galante
2026-08-16Point Icon= at the app's own theme iconLucas Galante
2026-08-16feat: ship the .desktop entry in this repoLucas Galante
2026-08-14fix: keep the font-row registry in step with the Vec, both directionsLucas Galante
2026-08-14chore: refresh Cargo.lock against the current dependency graphLucas Galante
2026-08-13deps: drop glyphon, use cce-ui's cosmic-text re-exportLucas Galante
2026-08-13build: drop the unused raw-window-handle and pollster declarationsLucas Galante
2026-08-13build: drop the wgpu and bytemuck declarations this crate never usedLucas Galante
2026-08-13build: install via ccebuild instead of hand-listing binariesLucas Galante
2026-08-06feat: dropdown popover on the direct PaintCtx pathLucas Galante
2026-08-06fix: pump ui_context.tick — dropdown menus' close animation froze fully openLucas Galante
2026-07-16feat: resolve shortcuts through input.kdl's cce-fonts domainLucas Galante
2026-07-13refactor: paint-walk calls become shared borrows (painter slice 5)Lucas Galante
2026-07-13refactor: dispatch roots go by WidgetId (cce-ui plumbing retype)Lucas Galante
2026-07-12refactor: cce-fonts on routed events (6bd shrink — direct dispatch retired)Lucas Galante
2026-07-12refactor: Element -> WidgetHost (cce-ui 6bd flip)Lucas Galante
2026-07-12refactor: base() Option handling dropped (cce-ui flip part 1)Lucas Galante
2026-07-12refactor: button sizing via inherent Adapted::intrinsic_size (cce-ui 6bd shrink)Lucas Galante
2026-07-12refactor: id-keyed popover/context-menu API (cce-ui Phase 6bc slice 2)Lucas Galante
2026-07-09feat: ScrollBox + List DISSOLVED — cce-fonts is fully embedded-base-free (Phase 6q)Lucas Galante
2026-07-09feat: root Backplate + all three Plates DISSOLVED — cce-fonts is embedded-base-free but for ScrollBox/List (Phase 6p)Lucas Galante
2026-07-09feat: whole frame through display_list — text as prims, TextItem assembly deleted (Phase 6l)Lucas Galante
2026-07-09fix: opt into system fonts in the engine's render FontSystem (Phase 6k)Lucas Galante
2026-07-09chore: display_list signature gains (size, scale) (cce-ui Phase 6)Lucas Galante
2026-07-09chore: TextBox -> Adapted<TextBox> (cce-ui Phase 5q migration)Lucas Galante
2026-07-08chore: Dropdown -> Adapted<Dropdown> (cce-ui Phase 5p migration)Lucas Galante
2026-07-08refactor: adapt Spinbox/Panel/leaf fields to the cce-ui Phase 5 migrationLucas Galante
2026-07-08refactor: adapt Button fields to the cce-ui Phase 5 migrationLucas Galante
2026-07-07feat: render via the single paint path by default (Phase 3)Lucas Galante
2026-07-07fix: render UI text via a resolved font family (was invisible)Lucas Galante
2026-07-07fix: don't crash loading fonts with reversed fc-query charset rangesLucas Galante
2026-07-07feat: lay out the select-mode button bar via the scene layout engineLucas Galante
2026-07-07refactor: create FontSystem via cce_ui::create_font_system_with_system_fontsLucas Galante
2026-07-07refactor: route hardcoded config/font paths through cce_ui XDG helpersLucas Galante
2026-07-02Refactor ScrollingList to List and fix window decoration blur and stylingLucas Galante
2026-06-28Flush stdout before std::process::exit to ensure selected font is written to piped stdoutLucas Galante
2026-06-28Filter out root window background in flat all_quads to prevent flat overdrawLucas Galante
2026-06-28Replace font size Slider with SpinboxLucas Galante
2026-06-28Remove flat window background quad to avoid over-drawing Backplate's rounded cornersLucas Galante
2026-06-28Implement view_rounded_quads on TypefaceApp to support rendering rounded corners from configLucas Galante
2026-06-28Fix search box rendering by calling recursive all_quads and close empty layout gapLucas Galante
2026-06-28Remove manual background_color assignments on BackplateLucas Galante
2026-06-28Remove manual backplate corner radius assignmentsLucas Galante
2026-06-28Draw bottom border for selection bottom bar box in dialog modeLucas Galante
2026-06-28Fix event routing for middle panel widgets using Plate with ScrollBox childLucas Galante
2026-06-28Convert middle panel to ScrollBox and implement precise boundary clippingLucas Galante
2026-06-28Remove sidebar and keybindings page, make Browse page fill the layoutLucas Galante
2026-06-24refactor: rename Window widget to Backplate to avoid OS window naming collisionLucas Galante
2026-06-24Implement ui_context for Application to support default draggable windowLucas Galante
2026-06-22Refactor cce-fonts to use Window as base widget, remove opaque background override, and fix MakefileLucas Galante
2026-06-21Use cce-ui Paginator widget instead of MenuBar vertical page switcherLucas Galante
2026-06-21Remove Paginator widget and tab margin spinboxesLucas Galante
2026-06-19Clean up compiler warningsLucas Galante
2026-06-18refactor: update dependencies and rename clear-ui to cce-uiLucas Galante
2026-06-13Update fonts main function and UI scalingLucas Galante
2026-06-09Refactor and adapt widgets to use UiContext and scale factorLucas Galante
2026-06-06Adapt to Element trait refactoring in clear-ui (modified: src/main.rs)Lucas Galante
2026-06-05feat: support select mode, dynamic panel layout, and bounding box text renderingLucas Galante
2026-06-04Remove menu bar and status bar, expanding layout verticallyLucas Galante
2026-06-04Remove icons from paginator tab labelsLucas Galante
2026-06-04Set sidebar width to 56px and enable rotated vertical tabsLucas Galante
2026-06-04Implement Paginator widget in clear-typeface-interface sidebarLucas Galante
2026-06-04Migrate clear-typeface-interface to clear-ui frameworkLucas Galante
2026-06-04Initial commit of clear-typeface-interface (iced)Lucas Galante