summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Breadcrumbbar.cpp
AgeCommit message (Expand)Author
2023-02-19LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit pathSam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-02LibGUI: Use the correct font when relayouting BreadcrumbbarAndreas Kling
2023-02-02LibGUI: Merge two loops over the segments in Breadcrummbar::relayout()Andreas Kling
2023-02-02LibGUI: Relayout Breadcrumbbar on font changeAndreas Kling
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-06LibGUI: Make Breadcrumbbar resizable below current sizeFrHun
2022-08-23LibGUI: Call on_segment_change handler from on_{click,focus_change}networkException
2022-08-23LibGUI: Don't call on_segment_change handler if the index did not changenetworkException
2022-08-22LibGUI: Clear selected index of Breadcrumbbar if segment is removedJannis Weis
2022-08-22LibGUI: Add on_segment_change handler to BreadcrumbbarJannis Weis
2022-08-18LibGUI: Make Breadcrumbbar remember the selected segment indexAndreas Kling
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-13LibGUI: Allow breadcrumbbar segment activation using the keyboardnetworkException
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-01LibGUI: Adjust BreadcrumbButtons width on resizeMarcus Nilsson
2021-07-01LibGUI: Add search/removal methods to BreadcrumbbarSam Atkins
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling