summaryrefslogtreecommitdiff
path: root/DevTools/FormCompiler
AgeCommit message (Expand)Author
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
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-10-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas 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-17DevTools: Add CLocalServer to the host-side tool build dependenciesAndreas Kling
2019-08-07FormCompiler: Oops, need to use JsonValue::serialized() for propertiesAndreas Kling
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-07-26FormCompiler: Add some more LibCore object files to host build.Andreas Kling
2019-07-10FormCompiler: Build individual compilation units instead of all-at-a-time.Andreas Kling
2019-07-10Build: Build the host-side FormCompiler before everything else.Andreas 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