serenity/Userland/DevTools/HackStudio/Debugger
sin-ack 9c9a5c55cb Userland+LibGUI: Make Margins arguments match CSS ordering
Previously the argument order for Margins was (left, top, right,
bottom). To make it more familiar and closer to how CSS does it, the
argument order is now (top, right, bottom, left).
2021-08-18 10:30:50 +02:00
..
BacktraceModel.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
BacktraceModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
BreakpointCallback.h
Debugger.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
Debugger.h HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebuggerGlobalJSObject.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebuggerGlobalJSObject.h
DebuggerVariableJSObject.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DebuggerVariableJSObject.h
DebugInfoWidget.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebugInfoWidget.h
DisassemblyModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DisassemblyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
DisassemblyWidget.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DisassemblyWidget.h
EvaluateExpressionDialog.cpp Userland+LibGUI: Make Margins arguments match CSS ordering 2021-08-18 10:30:50 +02:00
EvaluateExpressionDialog.h
RegistersModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
RegistersModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
VariablesModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
VariablesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00