提交历史

作者 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 20cfd2a6bf LibGfx: Unpublish Gfx::Rect from global namespace 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 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling fc86460134 AK: Move the userspace SharedBuffer from LibC to AK 5 年之前
  Sergey Bugaev f2546d15ce Taskbar: Add a quick launch bar 5 年之前
  Andreas Kling 272d65e3e2 WindowServer: Port to the new IPC system 5 年之前
  Andreas Kling 8a024a3305 LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection 5 年之前
  Andreas Kling bc319d9e88 LibCore: Make CObject reference-counted 5 年之前
  Andreas Kling defafd72bc LibGUI: Convert custom widgets and subclasses to ObjectPtr 5 年之前
  Andreas Kling 55a6e4ac0b LibGUI: Convert GFrame to ObjectPtr 5 年之前
  Andreas Kling d4892b3fdc WindowServer+LibGUI: Remove old "icon path" way of doing things. 6 年之前
  Andreas Kling 841b2e5d13 WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 6 年之前
  Andreas Kling 72a3f69df7 LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 6 年之前
  Andreas Kling aa2224a2f0 GWidget: Add set_preferred_size(width, height) overload. 6 年之前
  Andreas Kling fd604a7c68 Applications: Run clang-format on everything. 6 年之前
  Andreas Kling 21c56477b0 LibGUI: Add a GAbstractButton base class for button widgets. 6 年之前
  Andreas Kling 956bd23aae WindowServer+TaskBar: Add a taskbar window button popup menu. 6 年之前
  Andreas Kling 49e7ffc06a WindowServer: Introduce a WM event mask so Taskbar can ignore window rects. 6 年之前
  Andreas Kling c931eaa22c WindowServer: Generate a separate WM event for window icon changes. 6 年之前
  Andreas Kling c09c114d77 WindowServer+LibGUI: Add ability to set per-window icons. 6 年之前
  Andreas Kling 696ada2810 Taskbar: Don't unconditionally update buttons on every state change. 6 年之前
  Andreas Kling 4ab0cd5d4c LibGUI: Move frame painting from GFrame to StylePainter. 6 年之前
  Andreas Kling 93a4a4c597 Taskbar: Replace TaskbarWidget with a simple GFrame. 6 年之前
  Andreas Kling ef9fbef4c6 Taskbar: Show minimized window titles in [brackets]. 6 年之前
  Andreas Kling 99b98dc653 WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged. 6 年之前