Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-27 | LibSyntax: Teach each highlighter about it's comment syntax | Kyle Lanmon | |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz | |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani | |
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler." | |||
2022-02-07 | LibGUI: Remove GML prefix in favor of proper namespace | kleines Filmröllchen | |
Prefixes are very much a C thing which we don't need in C++. This commit moves all GML-related classes in LibGUI into the GUI::GML namespace, a change somewhat overdue. |