summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ListView.cpp
AgeCommit message (Expand)Author
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-10-28LibGUI: Model-less views should not swallow key eventsAndreas Kling
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-02LibGUI: Handle cursor keydown events in AbstractViewAndreas Kling
2020-09-02LibGUI: Simplify ListView hover highlightingAndreas Kling
2020-09-02LibGUI: Move ListView to using AbstractView::move_cursor()Andreas Kling
2020-09-01LibGUI: Implement the virtual ListView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Remove ListView::doubleclick_event()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-15LibGUI: Add hover highlighting and keyboard controls to ComboBoxthankyouverycool
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-12LibGUI: Allow scrolling through a ComboBox with the mouse wheelAndreas Kling
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
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-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling