summaryrefslogtreecommitdiff
path: root/DevTools/FormCompiler/main.cpp
AgeCommit message (Expand)Author
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-04-06AK: Add out() and warn() streams that forward to stdout and stderrAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21FormCompiler: Generate code that uses ObjectPtr for widgetsAndreas Kling
2019-08-07FormCompiler: Oops, need to use JsonValue::serialized() for propertiesAndreas Kling
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-07-10FormCompiler: Produce a C++ header file as output.Andreas Kling
2019-07-10FormCompiler: Generate a basic UI skeleton holder struct.Andreas Kling
2019-07-10FormCompiler: Start working on a C++ code generator for VisualBuilder forms.Andreas Kling