summaryrefslogtreecommitdiff
path: root/Applications/KeyboardMapper
AgeCommit message (Expand)Author
2021-01-06KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.Davide Carella
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-11-02Applications: Use pledge and unveilBrendan Coles
2020-11-02Applications: Use GUI::CommonActions for save and save as menu optionsBrendan Coles
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-13KeyboardMapper: Avoid using [&] captures for persistent lambdasAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-16KeyboardMapper: Replace char data type to u32 for code pointHüseyin ASLITÜRK
2020-06-13Application: KeyboardMapper, make button to like a real keyHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-03KeyboardMapper: Add missing #pragma onceAndreas Kling
2020-06-03Applications: Add new KeyboardMapper applicationHüseyin ASLITÜRK