Age | Commit message (Expand) | Author |
---|---|---|
2020-08-26 | LibGUI: Add (optional) row headers to GUI::TableView | Andreas Kling |
2020-08-26 | LibGUI: Avoid implementing vertical HeaderView section resize for now | Andreas Kling |
2020-08-26 | LibGUI: Don't update key column when clicking vertical headers | Andreas Kling |
2020-08-26 | LibGUI: Fix HeaderView::section_rect() for vertical headers | Andreas Kling |
2020-08-26 | LibGUI: Simplify HeaderView::mouseup_event() slightly | Andreas Kling |
2020-08-26 | LibGUI: Reset hovered section when mouse cursor leaves a HeaderView | Andreas Kling |
2020-08-26 | LibGUI: HeaderView should always notify parent when sections resize | Andreas Kling |
2020-08-26 | LibGUI: Move table view headers into their own widget | Andreas Kling |