Historial de Commits

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