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-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-04-15
LibGfx+Userland: Add width_rounded_up() helper
thankyouverycool
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
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
[next]