index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
KeyboardMapper
Age
Commit message (
Expand
)
Author
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-06
Keyboard Mapper: Better text color for buttons in dark theme
Anders Fimreite
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-31
KeyboardMapper: Add menus before showing the window
LuK1337
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-06
KeyboardMapper: Add GUI alert in case load from file fails
NonStdModel
2021-06-03
KeyboardMapper: Fix crash upon loading an invalid JSON file
NonStandardModel
2021-06-02
KeyboardMapper: Add default path to keymaps
NonStandardModel
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
KeyboardMapper: Embed icon in executable
Linus Groh
2021-05-12
KeyboardMapper: Stylize title as "Keyboard Mapper"
Linus Groh
2021-05-12
KeyboardMapper: Remove two useless comments
Linus Groh
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-01
Kernel+keymap+KeyboardMapper: New pledge for getkeymap
Ben Wiederhake
2021-02-01
KeyboardMapper: Without arguments, load current keymap
Ben Wiederhake
2021-02-01
KeyboardMapper: Export keymap not as a byte, but as unicode
Ben Wiederhake
2021-02-01
KeyboardMapper: Remove duplicate 'save' button
Ben Wiederhake
2021-02-01
KeyboardMapper: Make all of the GUI visible
Ben Wiederhake
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling