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
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-10-01
DevTools: Remove VisualBuilder and FormCompiler
Andreas Kling
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
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
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-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-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