ladybird/Userland/DevTools/HackStudio/Debugger
sin-ack e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor
This allows for typing [8] instead of [8, 8, 8, 8] to specify the same
margin on all edges, for example. The constructors follow CSS' style of
specifying margins. The added constructors are:

- Margins(int all): Sets the same margin on all edges.
- Margins(int vertical, int horizontal): Sets the first argument to top
  and bottom margins, and the second argument to left and right margins.
- Margins(int top, int vertical, int bottom): Sets the first argument to
  the top margin, the second argument to the left and right margins,
  and the third argument to the bottom margin.
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 Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
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 LibJS: Rewrite most of Object for spec compliance :^) 2021-07-04 22:07:36 +01:00
DebuggerVariableJSObject.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DebuggerVariableJSObject.h LibJS: Remove the non-standard put helper and replace it's usages 2021-07-06 14:20:30 +01:00
DebugInfoWidget.cpp HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DebugInfoWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
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 LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers 2021-04-22 23:15:33 +02:00
EvaluateExpressionDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
EvaluateExpressionDialog.h HackStudio: Add evaluate expression popup to debugger 2021-04-25 19:03:57 +02:00
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