Commit History

作者 SHA1 備註 提交日期
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 年之前
  Caoimhe d05cb50b24 LibGUI: Only clear `TreeView::m_view_metadata` when required 2 年之前
  Andreas Kling eb9d2c64c8 LibGUI: Center TreeView item icons vertically 2 年之前
  Tim Schumacher 82a152b696 LibGfx: Remove `try_` prefix from bitmap creation functions 2 年之前
  Andreas Kling 3407ab0fd1 LibGfx: Make Font::width() return a float 2 年之前
  martinfalisse 481c0419ba LibGUI: Fix highlighting of elements in TreeView 2 年之前
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Easton Pillay 22d54cd446 LibGUI: Hold down Alt when clicking TreeView to expand full subtree 2 年之前
  Timothy Flynn 32642394a9 LibGUI: Programatically draw table header sorting arrows 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  kleines Filmröllchen cd5ed44f64 LibGUI: Don't stringify non-textlike data in TreeView's tree column 3 年之前
  kleines Filmröllchen 4e8cb0508f LibGUI: Add is_toggled getter for TreeView 3 年之前
  kleines Filmröllchen d813bf77ee LibGUI: Associate model index metadata directly with the model index 3 年之前
  kleines Filmröllchen 68a758304a LibGUI: Register should_fill_selected_rows for GML in TreeView 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 年之前
  networkException b67d4ab52f LibGUI: Allow falling back to default paint behavior in delegate 3 年之前
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 年之前
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
  sin-ack 309a20c014 LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows 3 年之前
  sin-ack 158629d1c4 LibGUI: Partially restore original TreeView column painting behavior 3 年之前
  sin-ack 8c1a6a8436 LibGUI: Default TreeView to SelectionBehavior::SelectItems 3 年之前
  sin-ack 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon 3 年之前
  sin-ack ba768eb872 LibGUI: TreeView tree column text painting adjustments 3 年之前
  Andreas Kling 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 3 年之前
  Andreas Kling 4486e5b26d LibGUI: Remove some unused code in GUI::TreeView 3 年之前
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年之前
  Andreas Kling df96380121 LibGUI: Tighten paint invalidation rects in item views :^) 4 年之前
  Marcus Nilsson 94551149d1 TreeView: Don't try to move cursor with invalid index 4 年之前