summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GTableView.cpp
AgeCommit message (Expand)Author
2019-09-18GTableView: Only paint the currently visible table rowsAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-13LibGUI: Tweak selection modification behavior on context menu eventAndreas Kling
2019-09-07GTableView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-09-05LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbarsAndreas Kling
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-08-17GTableView: Fix column resize cursor not showing up in scrolled tablesAndreas Kling
2019-08-17GTableView: Fix row selection when clicking between two cellsAndreas Kling
2019-08-14GTableView: Add a way to customize cell painting per-columnAndreas Kling
2019-08-12GTableView and friends: API improvements for 'Sortable' flag.Ignas S
2019-08-12GTableView: add 'sortable' column header flag.Ignas S
2019-08-09GTableView: Add a mode for automatically sizing column to fit contentAndreas Kling
2019-08-08GTableView: Debug-log the current column width while resizingAndreas Kling
2019-07-31GTableView: Elide cell content so it doesn't overflow the cell rectAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling