Commit graph

18 commits

Author SHA1 Message Date
wfx
0e31b146a3 docs: update 2026-01-18 20:42:46 +01:00
wfx
1182b7b55d feature: PDF and PDF thumbnails and refresh UI
- Implement PDF and PDF thumbnail generation with incremental loading
- Add UI refresh mechanism (tick counter + RefreshView message)
- Improve fl! macro with named parameters
- Clean up code organization (mod.rs: wiring, model.rs: state only)
2026-01-18 20:35:12 +01:00
wfx
220a886acc feat: add set as wallpaper functionality
Add ability to set current image as desktop wallpaper with keyboard
shortcut 'W' and icon button in Properties panel.

Supports COSMIC, GNOME, KDE, XFCE, and tiling window managers via
automatic detection and fallback mechanism.

Implementation uses wallpaper crate with custom COSMIC config file
integration and gsettings/feh fallbacks.
2026-01-15 20:40:53 +01:00
mow
a4bba8d4f1 chore: remove unused panel icon resources
Remove panel-left-symbolic.svg and panel-right-symbolic.svg
as they are no longer needed.
2026-01-15 19:04:58 +01:00
mow
31fd194d44 docs: update configuration path to correct COSMIC location 2026-01-15 18:52:03 +01:00
mow
4cfb56de61 docs: clarify zoom in/out mathematics
Explain that zoom out is the mathematical inverse of zoom in
(divide by 1.1 instead of multiply), making the operations
reversible.
2026-01-15 18:44:29 +01:00
mow
3726ea16de docs: update usage guide to current implementation status
- Mark all zoom and pan controls as fully working
- Remove status column (all shortcuts are implemented)
- Add detailed descriptions for each feature
- Include mouse controls and toolbar usage
- Add tips for keyboard-driven workflow
- Document bidirectional control synchronization
- Remove or mark planned features accurately
2026-01-15 18:42:30 +01:00
mow
47f2c7020c docs: add (Implemented) markers to all current features
Ensures consistent labeling throughout the Current Features section.
2026-01-15 18:39:56 +01:00
mow
6115e25fed docs: add (Implemented) markers consistently
Mark all current features with (Implemented) for consistency
with the Raster Images section.
2026-01-15 18:37:44 +01:00
mow
3ca9315e7f docs: remove reference to non-existent CONTRIBUTING.md 2026-01-15 18:34:31 +01:00
mow
b7d024bde2 docs: correct feature status for SVG and PDF
Both SVG and PDF support are prepared in code structure but
not yet functionally implemented. They currently show 1x1
placeholder images. Moved to 'Planned Features' section with
proper status documentation.
2026-01-15 18:32:18 +01:00
mow
7df18617bd docs: remove icons from feature documentation
Replace visual icons with text labels (Implemented, Planned, etc.)
for better readability and maintainability.
2026-01-15 18:30:20 +01:00
mow
ffcca4dbfe docs: add comprehensive feature documentation
Document all implemented and planned features:
- Current features with implementation status
- Planned features organized by priority
- Technical architecture details
- Keyboard shortcuts reference
- Contributing guidelines for new features
2026-01-15 18:28:56 +01:00
wfx
2905a3f6f1 docs: moved from docs/images to docs/ 2026-01-15 06:24:28 +01:00
wfx
4afc049f60 docs: reorganize documentation
- Simplify README
- Add docs/features.md (formats, roadmap)
- Add docs/usage.md (shortcuts)
- Keep docs/development.md (build instructions)
2026-01-15 06:20:00 +01:00
mow
afdee6b430 docs: update screenshot 2026-01-14 19:01:58 +01:00
wfx
97988a7be6 fix: Adding a Screenshot 2026-01-10 17:46:08 +01:00
wfx
7414caf185 chore: Adding a Screenshot 2026-01-10 17:40:21 +01:00