summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardMapper
AgeCommit message (Expand)Author
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
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31KeyboardMapper: Add menus before showing the windowLuK1337
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
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-06-02KeyboardMapper: Add default path to keymapsNonStandardModel
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12KeyboardMapper: Embed icon in executableLinus Groh
2021-05-12KeyboardMapper: Stylize title as "Keyboard Mapper"Linus Groh
2021-05-12KeyboardMapper: Remove two useless commentsLinus Groh
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling