summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder
AgeCommit message (Expand)Author
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSlider to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GProgressBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSpinBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GGroupBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-17VisualBuilder: Disallow moving managed widgets with the arrow keysAndreas Kling
2019-09-17VisualBuilder: Add icons for the layout menu actionsAndreas Kling
2019-09-17VisualBuilder: Don't allow moving/resizing widgets that are in a layoutAndreas Kling
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-17VisualBuilder: Use GAboutDialog :^)Andreas 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-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-06VBForm: Fixed cursor not changing on resize /w multiple selectionsrhin123
2019-09-05VisualBuilder: Added GCommonActionsrhin123
2019-09-01VisualBuilder: Remove empty "Edit" menuAndreas Kling
2019-08-30VBForm: Set mouse type relative to how we resize the VBWidgetrhin123
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-08-05GComboBox: Include the selected index with the on_change notificationAndreas Kling
2019-07-24AK: Make HashMap::get(Key) return an Optional<Value>.Andreas Kling
2019-07-24VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-20GSlider: Add support for vertical sliders.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling