Commit Graph

10 Commits

Author SHA1 Message Date
phantom 45f222b4a0 feat(iced): add internationalization support 2026-07-15 17:48:54 +03:00
phantom 89912e2bc3 feat(iced): add ABR brush import 2026-07-15 17:42:05 +03:00
phantom a91fdf295f feat(iced): implement FastStone-like image viewer 2026-07-15 17:19:26 +03:00
phantom 3bc5966630 feat(iced): implement AI script generator with working LLM calls 2026-07-15 17:02:06 +03:00
phantom 828ff4b6af fix(iced): register script module in main.rs 2026-07-15 16:39:33 +03:00
phantom ba6a7f8de2 feat(iced): implement AI chat with streaming SSE and tool execution 2026-07-15 16:31:25 +03:00
phantom f30858c65d feat(iced): add selection state types for transform, crop 2026-07-15 03:01:25 +03:00
phantom 4dccf18743 Implement Photopea theme and tool settings panel
- Added Photopea theme implementation report and design specifications.
- Created tool options and settings panels to match Photopea's layout.
- Implemented settings persistence to save and load user preferences.
- Updated toolbar to include SVG icons and tool options in a single row.
- Enhanced tool settings with specific parameters for each tool type.
- Added functionality for resetting tool settings to defaults.
2026-07-14 14:14:10 +03:00
phantom 660694f00f Refactor styles and implement new canvas viewport
- Updated styles in `styles.rs` to include new pane and canvas backgrounds, while marking unused functions with `#[allow(dead_code)]`.
- Modified `text_editor.rs` to suppress warnings for unused function parameters.
- Enhanced `title_bar.rs` to create a unified title/menu bar with improved hover states and draggable functionality.
- Simplified `sidebar.rs` to always use a single-column layout and improved tool button styling with hover feedback.
- Added a new `viewport.rs` file to implement a custom canvas viewport widget for zoom and pan rendering, replacing the previous layout-based approach.
- Updated theme management in `theme.rs` to suppress warnings for unused methods.
- Adjusted line count report to reflect recent changes in codebase.
2026-07-12 02:05:31 +03:00
phantom f4ad22b55b Add Iced panel adapter and AI chat/script panels
- Implemented a theme system in `iced-panel-adapter` for consistent styling across panels.
- Created `iced-panel-ai-chat` for an AI assistant interface, including message handling and UI components.
- Developed `iced-panel-script` for a DSL editor with execution capabilities, allowing procedural drawing commands.
- Introduced message types for interaction in both chat and script panels.
- Added color and theme management for improved visual consistency.
2026-07-11 18:13:03 +03:00