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
/
SortingProxyModel.h
Age
Commit message (
Expand
)
Author
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-09-24
LibGUI: Make SortingProxyModel forward is_editable() and set_data()
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-16
LibGUI: Make SortingProxyModel support hierarchical models
Andreas Kling
2020-08-16
LibGUI: Virtualize SortingProxyModel comparator
Andreas Kling
2020-08-13
LibGUI: Remove unused bool SortingProxyModel::m_sorting
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-13
LibGUI: Rename SortingProxyModel "target" to "source" instead
Andreas Kling
2020-07-13
LibGUI: Add ModelClient abstract class and allow registering clients
Tom
2020-07-04
LibGUI: Add SortingProxyModel::sort_role()
Andreas Kling
2020-05-21
LibGUI: Remove Model::row_name() since nothing used it
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling