summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/AbstractView.cpp
AgeCommit message (Expand)Author
2020-10-06LibGUI: Clear selection if right-clicking item that isn't selectedTom
2020-09-25LibGUI: Do not clear the selection on right-clickAnotherTest
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-24LibGUI: Stop editing in views when the view is hiddenAndreas Kling
2020-09-24LibGUI: Move editing key handling up to AbstractViewAndreas Kling
2020-09-14LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)pkotzbach
2020-09-10LibGUI: Unregister AbstractView from model on destructionAndreas Kling
2020-09-02LibGUI: Handle cursor keydown events in AbstractViewAndreas Kling
2020-09-02LibGUI: Simplify ListView hover highlightingAndreas Kling
2020-09-01LibGUI: Don't return early from AbstractView::set_cursor()Andreas Kling
2020-08-29LibGUI: Make AbstractView::set_cursor() scrolling into view optionalAndreas Kling
2020-08-29LibGUI: Allow AbstractView::set_cursor(ModelIndex(), ...)Andreas Kling
2020-08-28LibGUI: Allow rollback of model editing delegate inputAndreas Kling
2020-08-28LibGUI: Add AbstractView "edit triggers" to improve editing controlAndreas Kling
2020-08-27LibGUI: Ctrl+clicking on an AbstractView should move cursorAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-24LibGUI: Pressing Return in an editable TableView should begin editingAndreas Kling
2020-08-24LibGUI: Return focus to view when stopping editingAndreas Kling
2020-08-24LibGUI: Always update() after changing AbstractView sort column/orderAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas 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-15LibGUI: Add hover highlighting and keyboard controls to ComboBoxthankyouverycool
2020-07-13LibGUI: Add ability to disable multiselect for viewsTom
2020-07-13LibGUI: Improve IconView performance with large selectionsTom
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-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-04-20FileManager+LibGUI: Allow drop on entire DirectoryViewangel
2020-04-14LibGUI: Scroll AbstractView to top on model changeAndreas Kling
2020-04-12LibGUI: Remove debug spam in AbstractView::did_update_model()Andreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-09LibGUI: Keep still-valid indexes in selection after a model updateAndreas Kling
2020-04-03LibGUI: Clear any hovered index when the cursor leaves an AbstractViewAndreas Kling
2020-03-30LibGUI: Fix index invalidationSergey Bugaev
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
2020-02-24LibGUI: Make AbstractView::set_model() take a RefPtr<Model>Andreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-13LibGUI: Allow dropping drags on AbstractViewAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling