Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2021-01-03 | LibGUI: Use String::formatted() and String::number() more | Andreas Kling | |
2020-05-06 | Misc: Replace "String(string_view)" with "string_view.to_string()" | Linus Groh | |
StringView::to_string() was added in 917ccb1 but not actually used anywhere yet. | |||
2020-03-07 | LibGUI: Move Icon and FontDatabase into the GUI namespace | Shannon Booth | |
We also clean up some old references to the old G prefixed GUI classes This also fixes a potential bug with using: C_OBJECT_ABSTRACT(GAbstractButton) instead of C_OBJECT_ABSTRACT(AbstractButton) | |||
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling | |
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it. | |||
2020-02-15 | LibGfx: Reduce header dependencies of Bitmap and Font | Andreas Kling | |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling | |