index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
KeyboardMapper
Age
Commit message (
Expand
)
Author
2021-01-06
KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.
Davide Carella
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-11-02
Applications: Use pledge and unveil
Brendan Coles
2020-11-02
Applications: Use GUI::CommonActions for save and save as menu options
Brendan Coles
2020-09-27
LibC: Remove an unneeded string.h include in ctype.h/cpp
Benoit Lormeau
2020-09-25
Meta+Applications: Make clang-format-10 clean
Ben Wiederhake
2020-09-13
KeyboardMapper: Avoid using [&] captures for persistent lambdas
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-16
LibGUI: Add InputBox::show with required parent window argument
Tom
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-16
KeyboardMapper: Replace char data type to u32 for code point
Hüseyin ASLITÜRK
2020-06-13
Application: KeyboardMapper, make button to like a real key
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-03
KeyboardMapper: Add missing #pragma once
Andreas Kling
2020-06-03
Applications: Add new KeyboardMapper application
Hüseyin ASLITÜRK