summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder/VBForm.cpp
AgeCommit message (Expand)Author
2019-09-17VisualBuilder: Fix hit testing for composite widgetsAndreas Kling
2019-09-17VisualBuilder: Make it possible to add a layout to a widgetAndreas Kling
2019-09-17VisualBuilder: Support nested widgetsAndreas Kling
2019-09-14LibGUI+VisualBuilder: Add move-to-front/back to GCommonActionsAndreas Kling
2019-09-14VisualBuilder: Use GCommonActions::make_delete_action()Andreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-06VBForm: Fixed cursor not changing on resize /w multiple selectionsrhin123
2019-08-30VBForm: Set mouse type relative to how we resize the VBWidgetrhin123
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-29VisualBuilder: Support loading a saved form from JSON.Andreas Kling
2019-06-27VisualBuilder: Use NonnullRefPtrVector.Andreas Kling
2019-06-18AK: Rename JsonObject::to_string() and pals to serialized().Andreas Kling
2019-06-17VisualBuilder: Switch to JSON for the form output.Andreas Kling
2019-06-07VisualBuilder: Run clang-format on everything.Andreas Kling
2019-05-08GMessageBox: Add icons to message boxes with 3 standard ones to choose from.Andreas Kling
2019-05-08Move VisualBuilder into a new DevTools directory.Andreas Kling