Commit History

Author SHA1 Message Date
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace 5 years ago
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 years ago
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C 5 years ago
  Andreas Kling d67da8c101 LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 5 years ago
  Andreas Kling 6906edee9a LibGUI: Add 64-bit signed integer support to GVariant 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 years ago
  Andreas Kling 411058b2a3 WindowServer+LibGUI: Implement basic color theming 5 years ago
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 years ago
  Andreas Kling 8d550c174e LibCore: Convert CFile to ObjectPtr 5 years ago
  Andreas Kling 664dff0581 VisualBuilder: Disallow moving managed widgets with the arrow keys 5 years ago
  Andreas Kling 4f184114de VisualBuilder: Add icons for the layout menu actions 5 years ago
  Andreas Kling 9d460d55d1 VisualBuilder: Don't allow moving/resizing widgets that are in a layout 5 years ago
  Andreas Kling 5e439bb3c8 VisualBuilder: Fix hit testing for composite widgets 5 years ago
  Andreas Kling b37fc9f655 VisualBuilder: Make it possible to add a layout to a widget 5 years ago
  Andreas Kling 9acdf9bb0a VisualBuilder: Support nested widgets 5 years ago
  Andreas Kling d754ac5bcb LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions 5 years ago
  Andreas Kling 92b17eab23 VisualBuilder: Use GCommonActions::make_delete_action() 5 years ago
  Andreas Kling 11f2e7cd5c GMenu: Update apps now that you can create a nameless GMenu 5 years ago
  rhin123 8fc2034ca1 VBForm: Fixed cursor not changing on resize /w multiple selections 5 years ago
  rhin123 e7d15ccca4 VBForm: Set mouse type relative to how we resize the VBWidget 5 years ago
  Andreas Kling f6998b1817 JSON: Templatize the JSON serialization code 6 years ago
  Andreas Kling 1d0b464618 AK: Make HashMap::get(Key) return an Optional<Value>. 6 years ago
  Andreas Kling a17fbd98e7 LibGUI: Add input types to GMessageBox. 6 years ago
  Andreas Kling 315716d193 GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 6 years ago
  Andreas Kling b729b5fc64 VisualBuilder: Support loading a saved form from JSON. 6 years ago
  Andreas Kling 65e470c90a VisualBuilder: Use NonnullRefPtrVector. 6 years ago
  Andreas Kling aa3df518e7 AK: Rename JsonObject::to_string() and pals to serialized(). 6 years ago
  Andreas Kling 3b9fcab1af VisualBuilder: Switch to JSON for the form output. 6 years ago
  Andreas Kling 892acfb10d VisualBuilder: Run clang-format on everything. 6 years ago