Commit Graph
4 Commits
Author SHA1 Message Date
Fehér László c807e52c53 Tracker: Adjusted highlight boxes to better fit the icon label
* also fixes a glitch where label outline was sometimes cropped on some files

Change-Id: I24ab4808ac97a6ad7e24d605d1d892d5ce1c0080
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11248
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Máximo Castañeda <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
2026-07-11 11:06:47 +00:00
Fehér László d259e3e162 Tracker: Better placement of filename editor (WidgetTextView)
* fixes #16855
* fixes #20049

Change-Id: I57da269827d03b8341a957ababfbe1ea58e0820e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11165
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Máximo Castañeda <[email protected]>
2026-07-11 11:06:47 +00:00
Fehér László 7a51fa68c4 TextWidget: Use the cached FontHeight for better performance
* We already have a cached version, no need to recalculate it every time
* Font's height is rounded up to match TextView's LineHeight definition

Change-Id: Iba4e5b1f53d7b5b491fac9dcb8dfe17cb89b77d8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11164
Reviewed-by: Máximo Castañeda <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2026-07-09 06:50:18 +00:00
Fehér László ae15c23b20 TextView: Fix invisible caret and dirty margins
* Caret should be shown when moved if TextView is r/o but selectable
* Padding area is now properly erased

Change-Id: Ife2179bef80a03a98186fdb1641c47247214161e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11163
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Máximo Castañeda <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2026-07-09 06:50:18 +00:00