Commit történet

Szerző SHA1 Üzenet Dátum
  AnotherTest 71de8b7480 LibGUI: Remove `AbstractView::did_update_model()' 4 éve
  Andreas Kling 80e12999c4 LibGUI: Model-less views should not swallow key events 4 éve
  Andreas Kling ea14c67e29 LibGUI: Make TreeView use the view cursor properly 4 éve
  Andreas Kling 0391806eec LibGUI: Shrink the default selection rect of TreeView items 4 éve
  Tom 52a847a0eb LibGUI: Implement searching/jumping as you type in views 4 éve
  Andreas Kling 3bccd99fe9 LibGUI: Add TreeView::expand_all_parents_of(ModelIndex) 4 éve
  Andreas Kling f69281573e LibGUI: Double-clicking on a TreeView item should set cursor 4 éve
  Andreas Kling 95b6c98435 LibGUI: Fix TreeView scrolling to top when clicking sub-items 4 éve
  Andreas Kling 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection 4 éve
  Andreas Kling 0b9d765f6b LibGUI: Add AbstractView::move_cursor() and share some movement logic 4 éve
  thankyouverycool 0bb2025b69 Base: Create /res/icons/serenity for misc. sized system icons 4 éve
  Andreas Kling c4347a16cf LibGUI: Make AbstractTableView row height configurable 4 éve
  Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget 4 éve
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places 4 éve
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly 4 éve
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
  Andreas Kling 4088beb8eb LibGUI: Remove Model::sibling() since it's the same as index() 4 éve
  thankyouverycool 332f349e07 LibGUI: Fix keybind conflicts in TreeView 5 éve
  thankyouverycool 366d7e6d05 LibGUI: Only report toggled directories once on subtree collapse/expansion 5 éve
  thankyouverycool e6ddc7e022 LibGUI: Add missing on_toggle hook to TreeView 5 éve
  thankyouverycool cbf3c2caeb LibGUI: Add on_toggle function to TreeView 5 éve
  Andreas Kling c6c71b0fcc LibGUI: Respect per-index font when computing TreeView item rects 5 éve
  AnotherTest 476ccb2206 LibGUI: Do not recurse into rows with invalid indices 5 éve
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
  FalseHonesty 12fe546be9 LibGUI+HackStudio: Fix cursor appearance and crash while debugging 5 éve
  Andreas Kling 278b307713 LibGUI: Make all views use CenterLeft as the default text alignment 5 éve
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 5 éve
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata 5 éve
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font 5 éve
  Andreas Kling 9d9a31384e LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right 5 éve