git.lucas.co / cce-color-editor
color picker and palette editor
git clone https://git.lucas.co/cce-color-editor.git

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 hand-rolled 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-08feat: the channel sliders are bands onlyLucas Galante
2026-09-06Rename the internal backplate vocabulary to root plate (cce-ui RFC 7a-4)Lucas 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-13build: drop the unused glyphon declarationLucas 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-07-31fix: center slider labels/readouts on the track, right-align valuesLucas Galante
2026-07-31feat: band-style slider tracks carrying the channel gradientsLucas Galante
2026-07-31feat: full-saturation slider tracks while the window is focusedLucas Galante
2026-07-30rename: cce-colors -> cce-color-editorLucas Galante
2026-07-24feat: --stream mode — print every color change liveLucas Galante
2026-07-13refactor: dispatch roots go by WidgetId (cce-ui plumbing retype)Lucas Galante
2026-07-12refactor: cce-colors on routed events (6bd shrink — direct dispatch retired)Lucas Galante
2026-07-12refactor: Element -> WidgetHost (cce-ui 6bd flip)Lucas Galante
2026-07-12refactor: ColorSlider onto the narrow traits as Adapted<ColorSlider> (Phase 6az)Lucas Galante
2026-07-11refactor: local widgets' labels inherent + paint_self (cce-ui Phase 6ar getter deletion)Lucas Galante
2026-07-09feat: root Backplate DISSOLVED (Phase 6r)Lucas Galante
2026-07-09feat: whole frame through display_list — text as prims, TextItem assembly deleted (Phase 6e)Lucas Galante
2026-07-09chore: display_list signature gains (size, scale) (cce-ui Phase 6)Lucas 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 (flat-list bridge, Phase 3)Lucas Galante
2026-07-07refactor: use cce_ui::color hex parser instead of a local copyLucas Galante
2026-07-07refactor: create FontSystem via cce_ui::create_font_system_with_system_fontsLucas Galante
2026-06-28Rename project to cce-colorsLucas Galante
2026-06-28Remove manual background_color assignments on BackplateLucas Galante
2026-06-28Remove manual backplate corner radius assignmentsLucas Galante
2026-06-27Hide Apply and Cancel buttons when color interface is opened without stdout redirectionLucas Galante
2026-06-27Fix scroll events on color sliders by using UiContext propagate_eventLucas Galante
2026-06-26fix: clear hierarchy and dirty status in rebuild_layout to restore backplate draggingLucas Galante
2026-06-26feat: implement scroll locks and clamp absorption on ColorSliderLucas Galante
2026-06-26Loosen hover check in ColorSlider mouse_wheel to use the full widget boundsLucas Galante
2026-06-24refactor: rename Window widget to Backplate to avoid OS window naming collisionLucas Galante
2026-06-24Implement mouse scroll support for color slidersLucas Galante
2026-06-24Implement ui_context for ColorApp to support default draggable windowLucas Galante
2026-06-23Make color preview sliders high-resolution and responsiveLucas Galante
2026-06-21fix: use transparent clear_color to support rounded window cornersLucas Galante
2026-06-21feat: use global window_corner_radius config instead of hardcoded 12.0Lucas Galante
2026-06-19Remove Client-Side Decoration (CSD) header title bar and adjust layout coordinatesLucas Galante
2026-06-19Refactor color interface to use cce-ui window as base object and runner engineLucas Galante
2026-06-19Rename window title and header to Color InterfaceLucas Galante
2026-06-18refactor: adapt to dynamic color and opacity changes in cce-uiLucas Galante
2026-06-18refactor: update dependencies and rename clear-ui to cce-uiLucas Galante
2026-06-13Refactor color interface and update widgets/rendering logicLucas Galante
2026-06-09Refactor and adapt widgets to use UiContext and scale factorLucas Galante
2026-06-05chore: add MakefileLucas Galante
2026-06-03Update and align interface featuresLucas Galante
2026-06-01Change wgpu power preference to LowPower to reduce resource usageLucas Galante
2026-05-26Update system configuration and interface modulesLucas Galante
2026-05-25Update system configuration and interface modulesLucas Galante
2026-05-25Migrate from winit to smithay-client-toolkit and calloopLucas Galante
2026-05-24Update components and system settingsLucas Galante
2026-05-23Revert project name to clear-color-interface after folder renamingLucas Galante
2026-05-23Rename project/program to clear design interfaceLucas Galante
2026-05-23Rename project to Clear Color InterfaceLucas Galante
2026-05-22Ignore .antigravitycli directoryLucas Galante
2026-05-21Add Apply/Cancel buttons and support parsing initial hex color from argumentsLucas Galante
2026-05-19Initial commit: basic RGB color chooser with clear-uiLucas Galante