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