summaryrefslogtreecommitdiff
path: root/Applications/KeyboardMapper
AgeCommit message (Expand)Author
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