summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardMapper/KeyboardMapperWidget.cpp
AgeCommit message (Expand)Author
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-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-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: Show multiple pressed keys at onceRasmusNylander
2022-01-06KeyboardMapper: Extract method map_from_nameRasmusNylander
2022-01-06KeyboardMapper: Extract creation of map-selection buttonsRasmusNylander
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-06KeyboardMapper: Add GUI alert in case load from file failsNonStdModel
2021-06-03KeyboardMapper: Fix crash upon loading an invalid JSON fileNonStandardModel
2021-05-12KeyboardMapper: Stylize title as "Keyboard Mapper"Linus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-01KeyboardMapper: Without arguments, load current keymapBen Wiederhake
2021-02-01KeyboardMapper: Export keymap not as a byte, but as unicodeBen Wiederhake
2021-02-01KeyboardMapper: Remove duplicate 'save' buttonBen Wiederhake
2021-02-01KeyboardMapper: Make all of the GUI visibleBen Wiederhake
2021-01-12Applications: Move to Userland/Applications/Andreas Kling