summaryrefslogtreecommitdiff
path: root/Applications/FontEditor/FontEditorBottom.frm
AgeCommit message (Collapse)Author
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
This took me a moment. Welcome to the new world of GUI::Widget! :^)
2019-12-30FontEditor: Add glyph spacing spinboxTibor Nagy
2019-08-03FontEditor(UI): Update the groupbox to have the right background colorAndreas Kling
2019-07-11FontEditor: 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. :^)