A simple, high performance text editor.
Go to file
Greg Pomerantz 4a9253616d Fix StatusBar background using push/pop instead of op.Record macro
The op.Record macro was leaving a clip on the stack that prevented
subsequent elements from drawing. Use clip.Rect{}.Push()/clip.Pop()
instead for immediate push/pop.
2026-05-09 19:13:33 -04:00
cmd/pad Fix StatusBar background using push/pop instead of op.Record macro 2026-05-09 19:13:33 -04:00
doc Add light gray background to StatusBar and BottomBar 2026-05-09 18:49:43 -04:00
internal Fix StatusBar background using push/pop instead of op.Record macro 2026-05-09 19:13:33 -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