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
Age
Commit message (
Expand
)
Author
2019-07-10
VisualBuilder: Expose the "name" property on all widgets.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
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-23
LibGUI+VisualBuilder: Support custom editing widgets for property values.
Andreas Kling
2019-06-22
VisualBuilder: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
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
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
VisualBuilder: Run clang-format on everything.
Andreas Kling
2019-06-01
VisualBuilder: Add GRadioButton to the widget repertoire.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-24
LibGUI: Make GCheckBox inherit from GAbstractButton.
Andreas Kling
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-11
VisualBuilder: Tweak margins in properties window.
Andreas Kling
2019-05-08
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
Andreas Kling
2019-05-08
GGroupBox: Rename "name" property to "title"
Andreas Kling
2019-05-08
Move VisualBuilder into a new DevTools directory.
Andreas Kling