index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
IconView.cpp
Age
Commit message (
Expand
)
Author
2020-12-28
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
Andreas Kling
2020-12-28
LibGUI: Make selected item tint color based on focused state
Andreas Kling
2020-12-27
LibGUI: Make IconView return a larger content rect for editing
Andreas Kling
2020-12-27
LibGUI: Support top-to-bottom flow in IconView
Andreas Kling
2020-12-27
LibGUI: Move some large IconView internal helpers to the .cpp file
Andreas Kling
2020-12-16
LibGUI: Don't fill IconView item text background unless actually wanted
Andreas Kling
2020-12-16
LibGUI: Make the IconView cursor rect show up on the desktop
Andreas Kling
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-11
LibGUI: Set vertical distance between icons relative to scroll value
AmusedNetwork
2020-11-10
LibGUI: Limit the height of item text in IconView
AmusedNetwork
2020-11-06
LibGUI: Clip rubber band to IconView widget content area
Joseph Bywater
2020-10-28
LibGUI: IconView was hard-coding column 0 instead of model_column()
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in IconView
Andreas Kling
2020-10-27
LibGUI: Improve and simplify IconView item name wrapping
Andreas Kling
2020-10-26
LibGUI: Tint selected icons in {Icon,Table,Columns}View
Andreas Kling
2020-10-23
LibGUI: Add some horizontal padding to multi-line IconView item titles
Andreas Kling
2020-10-23
LibGUI: Break IconView item titles into two lines if necessary
Andreas Kling
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-09-24
LibGUI: Move keyboard item activation up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Move editing key handling up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Support inline editing in GUI::IconView
Andreas Kling
2020-09-02
LibGUI: Handle cursor keydown events in AbstractView
Andreas Kling
2020-09-01
LibGUI: Implement the virtual IconView::scroll_into_view()
Andreas Kling
2020-09-01
LibGUI: Teach IconView to use AbstractView::move_cursor()
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-07-13
LibGUI: Add ability to disable multiselect for views
Tom
2020-07-13
LibGUI: Improve IconView performance with large selections
Tom
2020-07-09
LibGUI: Implement IconView auto-scrolling when trying to select items out of ...
Tom
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake