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
Age
Commit message (
Expand
)
Author
2021-07-29
Profiler: Don't perform disassembly when disassembly view is hidden
Andreas Kling
2021-07-29
HackStudio: Add GML Preview action tab
Conor Byrne
2021-07-29
HackStudio: Add autocompletion for GML files
Conor Byrne
2021-07-29
LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI
Conor Byrne
2021-07-28
HackStudio: Tweak splitter spacings in the main UI
Andreas Kling
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-26
HackStudio: Resize editors when removing panes
Nicholas Hollett
2021-07-24
GML Playground: Add Vim emulation
Phoenix
2021-07-22
UserspaceEmulator: Move to using the new SoftFPU
Hendiadyoin1
2021-07-22
UserspaceEmulator: Implement SoftFPU instructions
Hendiadyoin1
2021-07-22
UserspaceEmulator: Sketch out a SoftFPU interface
Hendiadyoin1
2021-07-22
LibX86: Add missing MovD and MovQ instructions
Hendiadyoin1
2021-07-22
LibX86: Use names closer to the spec for the Modrm
Hendiadyoin1
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-07-20
Profiler: Make profiler not truncate 64-bit addresses
Gunnar Beutner
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-19
Revert "Profiler: Configure the TimelineContainer to be shrink to fit"
Brian Gianforcaro
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-07-18
LibRegex+Everywhere: Make LibRegex more unicode-aware
Ali Mohammad Pur
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-17
Profiler: Configure the TimelineContainer to be shrink to fit
Brian Gianforcaro
2021-07-17
HackStudio: Continue removing files after failure
Karol Kosek
2021-07-17
HackStudio: Disable Delete action on insufficient permissions
Karol Kosek
2021-07-16
HackStudio: Add statusbar with file and selected text information
ry-sev
2021-07-14
UserpaceEmulator: Handle possibly unaligned IO
Hendiadyoin1
2021-07-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
UserspaceEmulator: Fix stack for new processes
Gunnar Beutner
2021-07-12
IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines
Andrew Kaster
2021-07-12
HackStudio: Disable debug specific context entries
Maurice Hieronymus
2021-07-12
HackStudio: Disable run button while debugging
Maurice Hieronymus
2021-07-10
LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts
Itamar
2021-07-10
LibCpp: Make the fields of AST node types private
Itamar
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-08
UserspaceEmulator: Use long double in `FABS`
Daniel Bertalan
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-08
Everywhere: Forward declare structs as structs
Daniel Bertalan
2021-07-08
IPCCompiler+WindowServer: Fix deleted function warning
Daniel Bertalan
2021-07-08
HackStudio: Do not check NonnullRefPtr for null value
Daniel Bertalan
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
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
2021-07-04
CppLanguageServer: Add test for "get_parameters_hint"
Itamar
2021-07-04
HackStudio: Show tooltip with parameters hint when pressing Ctrl+P
Itamar
2021-07-04
CppLanguageServer: Add "get_parameters_hint" capability
Itamar
[next]