summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Statusbar.h
AgeCommit message (Collapse)Author
2021-05-05LibGUI: Allow specifying GUI::Statusbar segment count in GMLTimothy Flynn
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
SPDX License Identifiers are a more compact / standardized way of representing file license information. See: https://spdx.dev/resources/use/#identifiers This was done with the `ambr` search and replace tool. ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-17LibGUI: Add "override text" to GUI::StatusbarAndreas Kling
Each statusbar segment now has an optional "override text" which can be set, and if non-null will be displayed instead of the regular text. This allows programs to display contextual information in the statusbar temporarily without losing whatever text was already on there.
2021-04-17LibGUI: Make some API's take String instead of StringViewAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^)