serenity/DevTools/HackStudio
Andreas Kling 44e371635e LibGUI: Move table view headers into their own widget
This patch introduces the HeaderView class, which is a widget that
implements the column headers of TableView and TreeView.

This greatly simplifies event management in the view implementations
and also makes it much easier to eventually implement row headers.
2020-08-26 00:51:35 +02:00
..
Debugger HackStudio: Add a registers view for the current function in debug mode 2020-08-25 09:46:06 +02:00
CMakeLists.txt HackStudio: Add a registers view for the current function in debug mode 2020-08-25 09:46:06 +02:00
CodeDocument.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
CodeDocument.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
CursorTool.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
CursorTool.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Editor.cpp LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
Editor.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
EditorWrapper.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
EditorWrapper.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FindInFilesWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FindInFilesWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormEditorWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormEditorWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
FormWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
HackStudio.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Locator.cpp LibGUI: Move table view headers into their own widget 2020-08-26 00:51:35 +02:00
Locator.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
main.cpp HackStudio: Add a disassembly view for the current function in debug mode 2020-08-25 09:46:06 +02:00
ProcessStateWidget.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
ProcessStateWidget.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Project.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Project.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
ProjectFile.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
ProjectFile.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
TerminalWrapper.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
TerminalWrapper.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
Tool.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Tool.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTool.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTool.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTreeModel.cpp HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00
WidgetTreeModel.h HackStudio: Move everything into the HackStudio namespace 2020-08-17 18:05:35 +02:00