Histórico de Commits

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