1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 08:25:00 +00:00
serenity/Userland/DevTools/HackStudio/Debugger
Karol Kosek 3805e4e3a9 LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
I had to add a set_title(String) helper function for ImageEditor because
TabWidget requires it. This is a temporary fix and will be handled in
subsequent commit.
2023-03-16 09:58:42 +01:00
..
BacktraceModel.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
BacktraceModel.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
BreakpointCallback.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Debugger.cpp HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
Debugger.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DebugInfoWidget.cpp LibGUI+HackStudio+PixelPaint: Port Widget title to the new String 2023-03-16 09:58:42 +01:00
DebugInfoWidget.h HackStudio: Add 'pause debuggee' button 2023-02-24 19:09:27 +01:00
DisassemblyModel.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DisassemblyModel.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
DisassemblyWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DisassemblyWidget.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
RegistersModel.cpp HackStudio: Remove i686 support 2022-12-28 11:53:41 +01:00
RegistersModel.h Kernel+Userland: Remove dependency on i386-specific registers 2022-12-28 11:53:41 +01:00
VariablesModel.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
VariablesModel.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00