提交历史

作者 SHA1 备注 提交日期
  Andreas Kling d17e23bd27 LibCore: Remove leading C from filenames 5 年之前
  Andreas Kling 799b0a4fa8 LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout 5 年之前
  Andreas Kling 5c06c32df4 LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png() 5 年之前
  Andreas Kling f8b00aa290 LibGfx: Unpublish Gfx::Size from the global namespace 5 年之前
  Andreas Kling 9b87843af1 LibGfx: Unpublish Gfx::Point from global namespace 5 年之前
  Andreas Kling 9ac94d393e LibGfx: Rename from LibDraw :^) 5 年之前
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace 5 年之前
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 年之前
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C 5 年之前
  Andreas Kling d67da8c101 LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes 5 年之前
  Andreas Kling 6906edee9a LibGUI: Add 64-bit signed integer support to GVariant 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 年之前
  Andreas Kling 411058b2a3 WindowServer+LibGUI: Implement basic color theming 5 年之前
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 年之前
  Andreas Kling 8d550c174e LibCore: Convert CFile to ObjectPtr 5 年之前
  Andreas Kling 664dff0581 VisualBuilder: Disallow moving managed widgets with the arrow keys 5 年之前
  Andreas Kling 4f184114de VisualBuilder: Add icons for the layout menu actions 5 年之前
  Andreas Kling 9d460d55d1 VisualBuilder: Don't allow moving/resizing widgets that are in a layout 5 年之前
  Andreas Kling 5e439bb3c8 VisualBuilder: Fix hit testing for composite widgets 5 年之前
  Andreas Kling b37fc9f655 VisualBuilder: Make it possible to add a layout to a widget 5 年之前
  Andreas Kling 9acdf9bb0a VisualBuilder: Support nested widgets 5 年之前
  Andreas Kling d754ac5bcb LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions 5 年之前
  Andreas Kling 92b17eab23 VisualBuilder: Use GCommonActions::make_delete_action() 5 年之前
  Andreas Kling 11f2e7cd5c GMenu: Update apps now that you can create a nameless GMenu 5 年之前
  rhin123 8fc2034ca1 VBForm: Fixed cursor not changing on resize /w multiple selections 5 年之前
  rhin123 e7d15ccca4 VBForm: Set mouse type relative to how we resize the VBWidget 5 年之前
  Andreas Kling f6998b1817 JSON: Templatize the JSON serialization code 6 年之前
  Andreas Kling 1d0b464618 AK: Make HashMap::get(Key) return an Optional<Value>. 6 年之前
  Andreas Kling a17fbd98e7 LibGUI: Add input types to GMessageBox. 6 年之前