summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GModel.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-09-07GModel: Remove selected_index() and set_selected_index()Andreas Kling
2019-08-20GModel: Rename on_model_update(GModel&) => on_update()Andreas Kling
2019-08-18GModel: Have create_index() take a const void*Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling