summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Label.cpp
AgeCommit message (Expand)Author
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-15LibGUI: Resize Label on font changesthankyouverycool
2023-04-15LibGUI: Implement calculated_min_size() for Labelthankyouverycool
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-02-25LibGUI: Use full text width for Label's preferred widthkleines Filmröllchen
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-06LibGUI: Simplify GUI::Label preferred height calculationAndreas Kling
2023-01-06LibGfx: Make text painting better at aligning vector fonts verticallyAndreas Kling
2023-01-06LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizesAndreas Kling
2023-01-06LibGfx: Slim down Gfx::TextLayout API by removing unused accessorsAndreas Kling
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2022-12-09LibGUI: Register GUI icon path setters as write-onlyTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibGfx+LibGUI: Use constant for line spacing instead of magic numberlanmonster
2022-06-30LibGUI: Change Label standard preferred height to opportunistic growFrHun
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-04-04LibGUI: Add optional autosize paddingMatthew Olsson
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
2022-01-29LibGUI: Allow Label icons to be set from GMLDylan Katz
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-29LibGUI: Do not wrap text in statusbar segmentssin-ack
2021-07-28LibGUI: Make Label padding work with left/right aligned textAndreas Kling
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-02LibGUI: Add word wrapping to Labelsthankyouverycool
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling