summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardMapper
AgeCommit message (Expand)Author
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
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-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-14KeyboardMapper: Call event.ignore() on keydown in the main widgetZaggy1024
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08KeyboardMapper: Ask for unsaved changes on window close and file openKarol Kosek
2022-03-08KeyboardMapper: Reset modified flag after loading a fileKarol Kosek
2022-03-08KeyboardMapper: Display dirty close icon when the file is changedKarol Kosek
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-09KeyboardMapper: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-08KeyboardMapper: Add support for dynamic keyboard visualizationJean-Paul Balabanian
2022-01-06KeyboardMapper: Port to Core::StreamRasmusNylander
2022-01-06KeyboardMapper: Propagate errors using ErrorOr and TRYRasmusNylander
2022-01-06KeyboardMapper: Port to LibMainRasmusNylander
2022-01-06KeyboardMapper: Fix discrepancy between cursor and button clickabilityRasmusNylander
2022-01-06KeyboardMapper: Fix displaying null charactersRasmusNylander
2022-01-06KeyboardMapper: Name formerly inlined variablesRasmusNylander
2022-01-06KeyboardMapper: Show multiple pressed keys at onceRasmusNylander
2022-01-06KeyboardMapper: Extract method map_from_nameRasmusNylander
2022-01-06KeyboardMapper: Extract creation of map-selection buttonsRasmusNylander
2022-01-04Userland: Locally suppress -Wc99-designator and re-enable globallyAndrew Kaster
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-06Keyboard Mapper: Better text color for buttons in dark themeAnders Fimreite