提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places 4 年之前
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly 4 年之前
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 年之前
  Andreas Kling 4088beb8eb LibGUI: Remove Model::sibling() since it's the same as index() 4 年之前
  thankyouverycool 332f349e07 LibGUI: Fix keybind conflicts in TreeView 5 年之前
  thankyouverycool 366d7e6d05 LibGUI: Only report toggled directories once on subtree collapse/expansion 5 年之前
  thankyouverycool e6ddc7e022 LibGUI: Add missing on_toggle hook to TreeView 5 年之前
  thankyouverycool cbf3c2caeb LibGUI: Add on_toggle function to TreeView 5 年之前
  Andreas Kling c6c71b0fcc LibGUI: Respect per-index font when computing TreeView item rects 5 年之前
  AnotherTest 476ccb2206 LibGUI: Do not recurse into rows with invalid indices 5 年之前
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  FalseHonesty 12fe546be9 LibGUI+HackStudio: Fix cursor appearance and crash while debugging 5 年之前
  Andreas Kling 278b307713 LibGUI: Make all views use CenterLeft as the default text alignment 5 年之前
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 5 年之前
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata 5 年之前
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font 5 年之前
  Andreas Kling 9d9a31384e LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right 5 年之前
  DexesTTP b478c5f86c LibGUI: Properly draw the background of the selected TreeView line 5 年之前
  Andreas Kling d17b42b28d LibGUI: Make view widgets fill background by default 5 年之前
  Andreas Kling 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 年之前
  Andreas Kling b4fde72013 LibGUI: Brighten icons when hovering items in item views 5 年之前
  Andreas Kling 8e8e8c801c LibGUI: Fix broken TreeView rendering with more than two columns 5 年之前
  Tibor Nagy 0086daf9b0 LibGUI: Scroll selected treeview entries into view 5 年之前
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
  Tibor Nagy 2eb9620415 LibGUI: Improve TreeView keyboard navigation 5 年之前
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 年之前
  Tibor Nagy 4d95163400 LibGUI: Use inactive selection colors from palette instead of hardcoding them 5 年之前
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前