summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder/VBForm.cpp
AgeCommit message (Expand)Author
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
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-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-09-21LibCore: Convert CFile 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-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