index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
HackStudio
/
Debugger
Age
Commit message (
Expand
)
Author
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-22
LibDebug: Propagate errors throughout DWARF parsing
Tim Schumacher
2022-12-28
HackStudio: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-16
HackStudio: Add a factory function for DebugInfoWidget
Baitinq
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-06
HackStudio: Remove "evaluate expression" dialog
Andreas Kling
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
DevTools+LibJS+LibWeb: Change class_name to use StringView
Lenny Maiorani
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-16
DevTools: Use default constructors/destructors
Lenny Maiorani
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
davidot
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2022-01-28
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
Ali Mohammad Pur
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2021-12-22
HackStudio: Attach debuggee to "Console" terminal tab
Itamar
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-20
HackStudio: Add option to inspect Coredump
Itamar
2021-11-20
HackStudio: Improve backtrace accuracy
Itamar
2021-11-20
HackStudio: Use ProcessInspector instead of DebugSession where possible
Itamar
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-08-21
HackStudio: Fix ds => fs typo in fs changed check in RegistersModel
Luke Wilde
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-07-18
HackStudio: Prevent crash when stepping through a program
Maurice Hieronymus
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
[next]