beansprout-custom/src
Ben Buhse 9b0bac12ff
Fix text scaling in Bar
Before, we were missing the initial events from the wl_output, including
the scale. This meant that we weren't scaling the bar clock correctly.
To fix it, we just moved the wl_global binding into the .wl_output event

We also got rid of the hashmap of outputs in Globals and Context.
2026-02-16 19:09:33 -06:00
..
config Implement configuration for the Bar 2026-02-16 16:07:02 -06:00
Bar.zig Fix text scaling in Bar 2026-02-16 19:09:33 -06:00
Buffer.zig Apply Rect to Buffer.borderedRectangle 2026-02-16 17:32:46 -06:00
BufferPool.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
Config.zig Implement configuration for the Bar 2026-02-16 16:07:02 -06:00
Context.zig Fix text scaling in Bar 2026-02-16 19:09:33 -06:00
flags.zig Change errdefers in create()/init() functions 2026-02-13 19:30:21 -06:00
InputDevice.zig Change errdefers in create()/init() functions 2026-02-13 19:30:21 -06:00
InputManager.zig Change errdefers in create()/init() functions 2026-02-13 19:30:21 -06:00
LibinputDevice.zig Add Capabilities and State to LibinputDevice 2026-02-15 17:12:33 -06:00
main.zig Fix text scaling in Bar 2026-02-16 19:09:33 -06:00
Output.zig Fix text scaling in Bar 2026-02-16 19:09:33 -06:00
Seat.zig Create utils.Rect struct for geometries 2026-02-16 17:16:25 -06:00
TagOverlay.zig Apply Rect to Buffer.borderedRectangle 2026-02-16 17:32:46 -06:00
utils.zig Apply Rect to Buffer.borderedRectangle 2026-02-16 17:32:46 -06:00
WallpaperImage.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
Window.zig Apply Rect to Buffer.borderedRectangle 2026-02-16 17:32:46 -06:00
WindowManager.zig Change errdefers in create()/init() functions 2026-02-13 19:30:21 -06:00
XkbBindings.zig Apply Rect to Output 2026-02-16 17:27:31 -06:00