Age | Commit message (Expand) | Author |
---|---|---|
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-06 | LibDraw: Put all classes in the Gfx namespace | Andreas Kling |
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-21 | LibGUI: Convert remaining random little things to ObjectPtr | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-15 | LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab. | Andreas Kling |
2019-04-10 | FontEditor: Convert the glyph map and editor widgets to be GFrames. | Andreas Kling |
2019-04-06 | FontEditor: Remove weird focus rects and optimize repaint while drawing. | Andreas Kling |
2019-04-03 | FontEditor: Break out classes into separate files. | Andreas Kling |