summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/AbstractTableView.cpp
AgeCommit message (Expand)Author
2020-11-19LibGUI: Remove AbstractTableView::doubleclick_event()Andreas Kling
2020-10-25LibGUI: Make table view row height+padding font-size-relativeAndreas Kling
2020-10-23LibGUI: TableView should only scroll to the selected cellTom
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-20LibGUI: Pad row/column headers of AbstractTableViewTibor Nagy
2020-09-20LibGUI: Fix row_rect(int) calculation in AbstractTableViewItamar
2020-09-02LibGUI: Handle cursor keydown events in AbstractViewAndreas Kling
2020-08-28LibGUI: Add optional "tab key navigation" to AbstractViewAndreas Kling
2020-08-28LibGUI: Add AbstractView "edit triggers" to improve editing controlAndreas Kling
2020-08-27LibGUI: Unbreak PageUp/PageDown in AbstractTableViewAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-27LibGUI: Remove unused variables in AbstractTableView::mousedown_event()Andreas Kling
2020-08-27LibGUI: Add AbstractView::move_cursor() and share some movement logicAndreas Kling
2020-08-26LibGUI: Update AbstractTableView row header sizes on set_row_height()Andreas Kling
2020-08-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26LibGUI: Add a top-left-corner button to table viewsAndreas Kling
2020-08-26LibGUI: Add (optional) row headers to GUI::TableViewAndreas Kling
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas 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: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)Andreas Kling
2020-08-24LibGUI: Calculate the text rect correctly in AbstractTableViewAnotherTest
2020-08-24LibGUI: Make AbstractTableView and TableView more customisableAnotherTest
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-07-07LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableViewLinus Groh
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Fix view column auto-sizing of icon-only columnsAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas Kling
2020-05-20LibGUI: Replace up and down arrows with emojiHüseyin ASLITÜRK
2020-05-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas Kling
2020-05-02LibGUI: Display hidden columns as hiddenBen Wiederhake
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-03LibGUI: Clear any hovered index when the cursor leaves an AbstractViewAndreas Kling
2020-02-25LibGUI: Mouse events didn't hit table headers when vertically scrolledAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-22LibGUI: Remove debug spam when resizing table columnsAndreas Kling
2020-02-22LibGUI: Take scroll offset into account when manipulating table headersAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Reduce header dependencies of GUI::ActionAndreas Kling
2020-02-12LibGUI: Always unhighlight table view column headers when cursor leavesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling