index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
FormCompiler
Age
Commit message (
Expand
)
Author
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-21
FormCompiler: Generate code that uses ObjectPtr for widgets
Andreas Kling
2019-08-17
DevTools: Add CLocalServer to the host-side tool build dependencies
Andreas Kling
2019-08-07
FormCompiler: Oops, need to use JsonValue::serialized() for properties
Andreas Kling
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-07-26
FormCompiler: Add some more LibCore object files to host build.
Andreas Kling
2019-07-10
FormCompiler: Build individual compilation units instead of all-at-a-time.
Andreas Kling
2019-07-10
Build: Build the host-side FormCompiler before everything else.
Andreas Kling
2019-07-10
FormCompiler: Produce a C++ header file as output.
Andreas Kling
2019-07-10
FormCompiler: Generate a basic UI skeleton holder struct.
Andreas Kling
2019-07-10
FormCompiler: Start working on a C++ code generator for VisualBuilder forms.
Andreas Kling