index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
VisualBuilder
/
VBForm.cpp
Age
Commit message (
Expand
)
Author
2019-05-08
Move VisualBuilder into a new DevTools directory.
Andreas Kling
2019-05-08
VisualBuilder: Add a simple mechanism to write a form out to disk.
Andreas Kling
2019-05-07
VisualBuilder: Add a way to dump the current form to the debugger.
Andreas Kling
2019-04-30
VisualBuilder: Tweak form grid color.
Andreas Kling
2019-04-19
VisualBuilder: Emit on_widget_selected() when appropriate.
Andreas Kling
2019-04-19
VisualBuilder: Make widget deletion work properly.
Andreas Kling
2019-04-19
VisualBuilder: Multiple-widget selection support.
Andreas Kling
2019-04-18
LibGUI: Refactor context menus to be event-driven instead of declarative.
Andreas Kling
2019-04-16
VisualBuilder: Pressing the Tab key when there are no widgets is a no-op.
Andreas Kling
2019-04-16
VisualBuilder: Pressing the Tab key when there are no widgets is a no-op.
Andreas Kling
2019-04-16
VisualBuilder: Share code for setting the selected widget.
Andreas Kling
2019-04-16
VisualBuilder: Add some keyboard navigation support.
Andreas Kling
2019-04-16
VisualBuilder: Make it possible to move widgets to front/back.
Andreas Kling
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for per-GWidget context menus.
Andreas Kling
2019-04-11
VisualBuilder: Add a table view with the selected widget's properties.
Andreas Kling
2019-04-11
VisualBuilder: Add a widget registry and a property class.
Andreas Kling
2019-04-11
GGroupBox: Improve appearance with new FrameShape::Box style.
Andreas Kling
2019-04-11
VisualBuilder: Make it possible to insert widgets from the toolbox.
Andreas Kling
2019-04-11
VisualBuilder: Tweak grid size and add an (empty) toolbox window.
Andreas Kling
2019-04-11
VisualBuilder: Use real GWidgets instead of pretend VBWidgets.
Andreas Kling
2019-04-11
VisualBuilder: Add the first VBWidget subclass: VBButtonWidget. :^)
Andreas Kling
2019-04-11
VisualBuilder: Allow resizing widgets using their grabbers.
Andreas Kling
2019-04-11
VisualBuilder: Work on selecting a widget and moving it around.
Andreas Kling
2019-04-11
VisualBuilder: Start working on an interface builder application.
Andreas Kling