summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardMapper/KeyButton.cpp
AgeCommit message (Expand)Author
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-06KeyboardMapper: Port to Core::StreamRasmusNylander
2022-01-06KeyboardMapper: Fix discrepancy between cursor and button clickabilityRasmusNylander
2022-01-06KeyboardMapper: Fix displaying null charactersRasmusNylander
2022-01-06KeyboardMapper: Name formerly inlined variablesRasmusNylander
2021-09-06Keyboard Mapper: Better text color for buttons in dark themeAnders Fimreite
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling