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
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
KeyboardMapper: Call event.ignore() on keydown in the main widget
Zaggy1024
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
KeyboardMapper: Ask for unsaved changes on window close and file open
Karol Kosek
2022-03-08
KeyboardMapper: Reset modified flag after loading a file
Karol Kosek
2022-03-08
KeyboardMapper: Display dirty close icon when the file is changed
Karol Kosek
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-13
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
sin-ack
2022-01-09
KeyboardMapper: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-08
KeyboardMapper: Add support for dynamic keyboard visualization
Jean-Paul Balabanian
2022-01-06
KeyboardMapper: Port to Core::Stream
RasmusNylander
2022-01-06
KeyboardMapper: Propagate errors using ErrorOr and TRY
RasmusNylander
2022-01-06
KeyboardMapper: Port to LibMain
RasmusNylander
2022-01-06
KeyboardMapper: Fix discrepancy between cursor and button clickability
RasmusNylander
2022-01-06
KeyboardMapper: Fix displaying null characters
RasmusNylander
2022-01-06
KeyboardMapper: Name formerly inlined variables
RasmusNylander
2022-01-06
KeyboardMapper: Show multiple pressed keys at once
RasmusNylander
2022-01-06
KeyboardMapper: Extract method map_from_name
RasmusNylander
2022-01-06
KeyboardMapper: Extract creation of map-selection buttons
RasmusNylander
2022-01-04
Userland: Locally suppress -Wc99-designator and re-enable globally
Andrew Kaster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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
[next]