Commits

trunk
Switch branches/tags
All users
All time
March 2026
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4
5 6 7 8 9 10 11

Commits on March 5, 2026

  1. mfwolffe committed

Commits on February 3, 2026

Commits on February 2, 2026

  1. fix fullscreen rendering and dialog stacking
    - Implement chunked put_image for images exceeding X11 max request size
    - Remove initial render before event loop to avoid stale dimensions
    - Add surface/window size verification before blitting
    - Pass parent_window to picker for transient-for hint
    mfwolffe committed
  2. picker: add save mode with filename textbox
    - Add --save and --save-filename CLI args for save dialogs
    - Add SaveFile variant to PickerMode enum
    - Add filename textbox to picker toolbar with editing support
    - Portal spawn_save_picker passes filename to garfield
    - Portal finds garfield in ~/.cargo/bin first for development
    - Improved focus highlighting on filename textbox
    mfwolffe committed

Commits on January 30, 2026

  1. mfwolffe committed
  2. mfwolffe committed
  3. mfwolffe committed
  4. mfwolffe committed
  5. mfwolffe committed
  6. mfwolffe committed
  7. mfwolffe committed
  8. mfwolffe committed

Commits on January 29, 2026

  1. mfwolffe committed
  2. mfwolffe committed

Commits on January 28, 2026

  1. mfwolffe committed

Commits on January 27, 2026

  1. mfwolffe committed
  2. mfwolffe committed
  3. grid: optimize rubber band selection, fix status bar update
    - throttle render requests during drag to ~60fps
    - add visible_indices cache to avoid repeated allocations
    - pre-compute colors and font sizes outside render loop
    - call final selection update in stop_drag before clearing state
    - add select_by_path to Tab for selecting renamed files
    - add lightweight status bar update for drag operations
    mfwolffe committed

Commits on January 24, 2026