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
/
GModel.h
Age
Commit message (
Expand
)
Author
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-22
LibGUI: Let GModel specify the drag data type
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-10
LibGUI: Fix GModel::is_valid() behavior for tree-like models
Sergey Bugaev
2020-01-07
LibGUI: Run clang-format on GModel.h to neaten up some formatting
Conrad Pankoff
2019-12-20
WindowServer+LibGUI: Add data_type and data fields to drag operations
Andreas Kling
2019-12-13
LibGUI: Make GTreeView inherit from GAbstractColumnView
Andreas Kling
2019-10-22
LibGUI: Allow override the font on a per-index basis in GListView
Andreas Kling
2019-10-03
LibGUI: Remove GModel::on_selection_changed
Sergey Bugaev
2019-09-07
GModel: Remove selected_index() and set_selected_index()
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-20
GModel: Rename on_model_update(GModel&) => on_update()
Andreas Kling
2019-08-20
LibGUI: Remove confusing GModelNotification concept
Andreas Kling
2019-08-18
GModel: Have create_index() take a const void*
Andreas Kling
2019-08-12
GTableView and friends: API improvements for 'Sortable' flag.
Ignas S
2019-08-12
GTableView: add 'sortable' column header flag.
Ignas S
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling