summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/IconView.cpp
AgeCommit message (Expand)Author
2020-12-28LibGUI: Refactor AbstractView "multi select" mode into "selection mode"Andreas Kling
2020-12-28LibGUI: Make selected item tint color based on focused stateAndreas Kling
2020-12-27LibGUI: Make IconView return a larger content rect for editingAndreas Kling
2020-12-27LibGUI: Support top-to-bottom flow in IconViewAndreas Kling
2020-12-27LibGUI: Move some large IconView internal helpers to the .cpp fileAndreas Kling
2020-12-16LibGUI: Don't fill IconView item text background unless actually wantedAndreas Kling
2020-12-16LibGUI: Make the IconView cursor rect show up on the desktopAndreas Kling
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-11-11LibGUI: Set vertical distance between icons relative to scroll valueAmusedNetwork
2020-11-10LibGUI: Limit the height of item text in IconViewAmusedNetwork
2020-11-06LibGUI: Clip rubber band to IconView widget content areaJoseph Bywater
2020-10-28LibGUI: IconView was hard-coding column 0 instead of model_column()Andreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in IconViewAndreas Kling
2020-10-27LibGUI: Improve and simplify IconView item name wrappingAndreas Kling
2020-10-26LibGUI: Tint selected icons in {Icon,Table,Columns}ViewAndreas Kling
2020-10-23LibGUI: Add some horizontal padding to multi-line IconView item titlesAndreas Kling
2020-10-23LibGUI: Break IconView item titles into two lines if necessaryAndreas 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-09-24LibGUI: Support inline editing in GUI::IconViewAndreas Kling
2020-09-02LibGUI: Handle cursor keydown events in AbstractViewAndreas Kling
2020-09-01LibGUI: Implement the virtual IconView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Teach IconView to use AbstractView::move_cursor()Andreas 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-07-13LibGUI: Add ability to disable multiselect for viewsTom
2020-07-13LibGUI: Improve IconView performance with large selectionsTom
2020-07-09LibGUI: Implement IconView auto-scrolling when trying to select items out of ...Tom
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: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake