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