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
/
VisualBuilder
/
VBForm.cpp
Age
Commit message (
Expand
)
Author
2019-09-17
VisualBuilder: Fix hit testing for composite widgets
Andreas Kling
2019-09-17
VisualBuilder: Make it possible to add a layout to a widget
Andreas Kling
2019-09-17
VisualBuilder: Support nested widgets
Andreas Kling
2019-09-14
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
Andreas Kling
2019-09-14
VisualBuilder: Use GCommonActions::make_delete_action()
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-06
VBForm: Fixed cursor not changing on resize /w multiple selections
rhin123
2019-08-30
VBForm: Set mouse type relative to how we resize the VBWidget
rhin123
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-16
LibGUI: Add input types to GMessageBox.
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-29
VisualBuilder: Support loading a saved form from JSON.
Andreas Kling
2019-06-27
VisualBuilder: Use NonnullRefPtrVector.
Andreas Kling
2019-06-18
AK: Rename JsonObject::to_string() and pals to serialized().
Andreas Kling
2019-06-17
VisualBuilder: Switch to JSON for the form output.
Andreas Kling
2019-06-07
VisualBuilder: Run clang-format on everything.
Andreas Kling
2019-05-08
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
Andreas Kling
2019-05-08
Move VisualBuilder into a new DevTools directory.
Andreas Kling