summaryrefslogtreecommitdiff
path: root/Applications/VisualBuilder
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-30VisualBuilder: Add GSlider to the widgets toolbox.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-19VisualBuilder: Expose some more widget properties.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-19VisualBuilder: Expose GGroupBox name property.Andreas Kling
2019-04-19VisualBuilder: Remove the separate property editor box in favor of inline.Andreas Kling
2019-04-19VisualBuilder: Hook up everything needed for widget property editing.Andreas Kling
2019-04-18LibGUI: Start working on GTableView inline editing.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-14VisualBuilder: Let's have getters and setters for properties.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-12VisualBuilder: Add some widget-specific properties.Andreas Kling
2019-04-12VisualBuilder: Add some more GWidget default properties.Andreas Kling
2019-04-11VisualBuilder: Add a text box to the properties window.Andreas Kling
2019-04-11VisualBuilder: Add [x, y, width, height] properties for all widgets.Andreas Kling
2019-04-11VisualBuilder: Move properties window to its own class.Andreas Kling
2019-04-11VisualBuilder: Tweak property table column width.Andreas Kling
2019-04-11VisualBuilder: Display read-only propery values in gray.Andreas Kling
2019-04-11VisualBuilder: Remove debug spam.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-11VisualBuilder: Add a properties window.Andreas Kling
2019-04-11GGroupBox: Improve appearance with new FrameShape::Box style.Andreas Kling
2019-04-11VisualBuilder: Add GGroupBox.Andreas Kling
2019-04-11VisualBuilder: Let's use 5 pixels for the grid size for now.Andreas Kling
2019-04-11VisualBuilder: Add GScrollBar (and yes, an icon for it, too.)Andreas Kling
2019-04-11VisualBuilder: Add GCheckBox and GLabel, and draw icons for them, too.Andreas Kling
2019-04-11VisualBuilder: Add icons to the toolbox, and support for GProgressBar.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