A simple, high performance text editor.
Go to file
Greg Pomerantz 14284afa73 Add drawPng function to Renderer for PNG icon rendering
- Takes image.Image, position (x,y) in Dp, size (width,height) in Dp
- Tint color with alpha < 255 applies color overlay using clip.Rect
- Converts Dp to pixels using Renderer.toPx()
- Uses paint.NewImageOp for image rendering
2026-05-10 06:26:29 -04:00
cmd/pad Fix FrameEvent: hold mutex during draw + e.Frame() per architecture doc §8 2026-05-09 20:50:30 -04:00
doc Document background drawing with clips — use push/pop, not op.Record macro 2026-05-09 19:17:56 -04:00
icons Add PNG icon assets (48x48, 2x density for 24dp icons) 2026-05-09 23:44:05 -04:00
internal Add drawPng function to Renderer for PNG icon rendering 2026-05-10 06:26:29 -04:00
.DS_Store Add drawPng function to Renderer for PNG icon rendering 2026-05-10 06:26:29 -04:00
go.mod Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
go.sum Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
pad Update BottomBar to use drawText instead of material.Label 2026-05-09 15:53:14 -04:00