summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TableView.cpp
AgeCommit message (Expand)Author
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-11-30LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressedAnotherTest
2020-10-30LibGUI: Remove redundant scroll_into_view() calls in TableViewAndreas Kling
2020-10-28LibGUI: Model-less views should not swallow key eventsAndreas Kling
2020-10-27LibGUI: Run clang-format on TableView.cppAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in TableViewAndreas Kling
2020-10-26LibGUI: Tint selected icons in {Icon,Table,Columns}ViewAndreas Kling
2020-10-22LibGUI: Implement searching/jumping as you type in viewsTom
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-24LibGUI: Move editing key handling up to AbstractViewAndreas Kling
2020-08-29LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit triggerAndreas Kling
2020-08-28LibGUI: Let's make F2 the standard "edit key"Andreas Kling
2020-08-28LibGUI: Implement a basic "any key pressed" edit trigger for TableViewAndreas Kling
2020-08-28LibGUI: Add AbstractView "edit triggers" to improve editing controlAndreas Kling
2020-08-28LibGUI: Add optional grid and cursor styles to TableViewAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-27LibGUI: Add AbstractView::move_cursor() and share some movement logicAndreas Kling
2020-08-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26LibGUI: Add (optional) row headers to GUI::TableViewAndreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-24LibGUI: Pressing Return in an editable TableView should begin editingAndreas Kling
2020-08-24LibGUI: Allow moving the TableView selection horizontally with keyboardAndreas Kling
2020-08-24LibGUI: Make AbstractTableView and TableView more customisableAnotherTest
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Make all views use CenterLeft as the default text alignmentAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas Kling
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-12LibGUI: Make TableView ignore custom colors for selected rowsAndreas Kling
2020-04-11LibGUI: Fill whole TableView cells with custom background colorAndreas Kling
2020-04-11LibGUI: Respect Model::Role::BackgroundColorAndreas Kling
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling