Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection před 4 roky
  Andreas Kling 0b9d765f6b LibGUI: Add AbstractView::move_cursor() and share some movement logic před 4 roky
  thankyouverycool 0bb2025b69 Base: Create /res/icons/serenity for misc. sized system icons před 4 roky
  Andreas Kling c4347a16cf LibGUI: Make AbstractTableView row height configurable před 4 roky
  Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget před 4 roky
  Andreas Kling 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places před 4 roky
  Andreas Kling 96f98b1fc9 LibGUI: Simplify TableCellPaintingDelegate API slightly před 4 roky
  Andreas Kling a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole před 4 roky
  Andreas Kling 4088beb8eb LibGUI: Remove Model::sibling() since it's the same as index() před 4 roky
  thankyouverycool 332f349e07 LibGUI: Fix keybind conflicts in TreeView před 5 roky
  thankyouverycool 366d7e6d05 LibGUI: Only report toggled directories once on subtree collapse/expansion před 5 roky
  thankyouverycool e6ddc7e022 LibGUI: Add missing on_toggle hook to TreeView před 5 roky
  thankyouverycool cbf3c2caeb LibGUI: Add on_toggle function to TreeView před 5 roky
  Andreas Kling c6c71b0fcc LibGUI: Respect per-index font when computing TreeView item rects před 5 roky
  AnotherTest 476ccb2206 LibGUI: Do not recurse into rows with invalid indices před 5 roky
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize před 5 roky
  FalseHonesty 12fe546be9 LibGUI+HackStudio: Fix cursor appearance and crash while debugging před 5 roky
  Andreas Kling 278b307713 LibGUI: Make all views use CenterLeft as the default text alignment před 5 roky
  Andreas Kling 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing před 5 roky
  Andreas Kling 2e03bded43 LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata před 5 roky
  Andreas Kling 04187576ff LibGUI: Models should always specify font via Model::Role::Font před 5 roky
  Andreas Kling 9d9a31384e LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right před 5 roky
  DexesTTP b478c5f86c LibGUI: Properly draw the background of the selected TreeView line před 5 roky
  Andreas Kling d17b42b28d LibGUI: Make view widgets fill background by default před 5 roky
  Andreas Kling 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes před 5 roky
  Andreas Kling b4fde72013 LibGUI: Brighten icons when hovering items in item views před 5 roky
  Andreas Kling 8e8e8c801c LibGUI: Fix broken TreeView rendering with more than two columns před 5 roky
  Tibor Nagy 0086daf9b0 LibGUI: Scroll selected treeview entries into view před 5 roky
  Andreas Kling c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor před 5 roky
  Tibor Nagy 2eb9620415 LibGUI: Improve TreeView keyboard navigation před 5 roky