git.lucas.co / cce-text-editor
text editor
git clone https://git.lucas.co/cce-text-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-04fix: forward the plain wheel to the editor — it never reached the TextBoxLucas 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-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-07-16feat: resolve shortcuts through input.kdl's cce-text-editor 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: 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: id-keyed popover/context-menu API (cce-ui Phase 6bc slice 2)Lucas Galante
2026-07-10chore: drop the global popovers-registry write — the registry is deleted (Phase 6ae)Lucas Galante
2026-07-10feat: routed events + scene-solver layout (Phase 6ab) — the reference ApplicationLucas Galante
2026-07-10feat: menu popover draws INTO the frame — off the engine popup path (Phase 6x)Lucas Galante
2026-07-09feat: whole frame through display_list — walk text rendered, TextItem shaping deleted (Phase 6h)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-07feat: render via the single paint path by default (Phase 3)Lucas 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-04fix: register widgets in UiContext and rebuild spatial grid to prevent window drag interceptionLucas Galante
2026-07-04fix: short-circuit mouse input routing to prevent fall-through behind dropdown popoverLucas Galante
2026-07-04fix: implement rounded corners for window background, header, and footerLucas Galante
2026-07-04feat: move menubar buttons into a File dropdown menuLucas Galante
2026-07-04fix: resolve button/UI text invisibility by defaulting to system monospace fontLucas Galante
2026-07-04refactor: adapt to cce-ui all_quads and view_rounded_quads changesLucas Galante
2026-06-29refactor: adapt to cce-ui event layering and renaming changesLucas Galante
2026-06-24Implement ui_context for Application to support default draggable windowLucas Galante
2026-06-18refactor: update dependencies and rename clear-ui to cce-uiLucas Galante
2026-06-15Improve text editor: logical line/col numbers, autofocus, keyboard/mouse zoom, unsaved changes asterisk, and status-bar messagesLucas Galante
2026-06-13Update text editor main applicationLucas Galante
2026-06-09Refactor and adapt widgets to use UiContext and scale factorLucas Galante
2026-06-06Update clear-text-editor to adapt to Element trait refactoring (modified: src/main.rs)Lucas Galante
2026-06-05refactor: update text rendering to support bounding boxes and generic font familiesLucas Galante
2026-06-03Initialize clear-text-editor project and basic monospace text editorLucas Galante