Age | Commit message (Expand) | Author |
---|---|---|
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 |