summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GAbstractView.h
AgeCommit message (Expand)Author
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-22LibGUI: Move most of mouse event handling to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Move index_at_event_position() up to GAbstractViewSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10LibGUI: Add GAbstractView::activate_selected()Sergey Bugaev
2020-01-07GAbstractView: Add function for adding all to selectionShannon Booth
2019-12-13LibGUI: Add a GAbstractColumnView base class for GTableViewAndreas Kling
2019-10-22LibGUI: Allow override the font on a per-index basis in GListViewAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-07LibGUI+FileManager: Add GAbstractView::on_selection_change hookAndreas Kling
2019-09-07LibGUI: Add GModelSelection to help implementing multiple-select viewsAndreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling