summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GModel.h
AgeCommit message (Expand)Author
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas 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: Let GModel specify the drag data typeSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10LibGUI: Fix GModel::is_valid() behavior for tree-like modelsSergey Bugaev
2020-01-07LibGUI: Run clang-format on GModel.h to neaten up some formattingConrad Pankoff
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-10-22LibGUI: Allow override the font on a per-index basis in GListViewAndreas Kling
2019-10-03LibGUI: Remove GModel::on_selection_changedSergey Bugaev
2019-09-07GModel: Remove selected_index() and set_selected_index()Andreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-20GModel: Rename on_model_update(GModel&) => on_update()Andreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-08-18GModel: Have create_index() take a const void*Andreas Kling
2019-08-12GTableView and friends: API improvements for 'Sortable' flag.Ignas S
2019-08-12GTableView: add 'sortable' column header flag.Ignas S
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling