Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling | |
This took me a moment. Welcome to the new world of GUI::Widget! :^) | |||
2019-12-30 | FontEditor: Add glyph spacing spinbox | Tibor Nagy | |
2019-08-03 | FontEditor(UI): Update the groupbox to have the right background color | Andreas Kling | |
2019-07-11 | FontEditor: Initial port to using a VisualBuilder generated UI. | Andreas Kling | |
Here goes the first attempt at using VisualBuilder to make an application. There are many features missing that we are gonna have to implement, noticeably custom widgets (for the glyph editor and glyph map widgets) but this patch already moves most of the UI layout to a form file. :^) |