summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardMapper
AgeCommit message (Expand)Author
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
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
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-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
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-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling