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-11-22
HackStudio: Disable the Rename action on insufficient permissions
Karol Kosek
2021-11-22
HackStudio: Remove noop when deciding whether to disable delete action
Karol Kosek
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-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
Profiler: Stop disassembly on invalid instructions
Hendiadyoin1
2021-11-16
Profiler: Don't try to disassemble empty buffers
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-10
Emulator: Restrict library name check when querying symbols
Tim Schumacher
2021-11-10
Emulator: Use existing queried library name in load check
Tim Schumacher
2021-11-10
Profiler: Use existing path split when mmapping libraries
Tim Schumacher
2021-11-08
UserspaceEmulator: Add support for SC_uname and SC_sysconf syscalls
Brendan Coles
2021-11-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-07
UserspaceEmulator: Improve the MMX formatting on environment dump
Hendiadyoin1
2021-11-07
UserspaceEmulator: Raise an error on FPU stack underflow
Hendiadyoin1
2021-11-07
UserspaceEmulator: Remove some unnecessary casting
Hendiadyoin1
2021-11-07
UserspaceEmulator: Stop overriding flags in FCOMI
Hendiadyoin1
2021-11-07
UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]
Hendiadyoin1
2021-11-07
UserspaceEmulator: Align FPU-exception names with the manual
Hendiadyoin1
2021-11-07
UserspaceEmulator: Check the right flags in FCMOV
Hendiadyoin1
2021-11-07
UserspaceEmulator: Correct FSCALES rounding
Hendiadyoin1
2021-11-07
UserspaceEmulator: Always set C1 when rounding
Hendiadyoin1
2021-11-07
UserspaceEmulator: Simplify the definition of the FPU register stack
Hendiadyoin1
2021-11-07
UserspaceEmulator: Use unsigned types for logical MMX shifting
Hendiadyoin1
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
HackStudio: Don't close autocomplete after applying #include directories
thislooksfun
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
2021-11-02
HackStudio: Remove unused #include
thislooksfun
2021-11-02
HackStudio: Append a / when completing a directory
thislooksfun
2021-11-02
HackStudio: Correctly handle nested paths
thislooksfun
2021-11-02
HackStudio: Handle autocomplete inside #include's <> and ""
thislooksfun
2021-11-02
LibGUI: Remove GUI::AutocompleteProvider::Entry::kind
thislooksfun
2021-11-02
HackStudio+LibGUI: Handle #include quotes and brackets in the engine
thislooksfun
2021-11-02
LibGUI: Allow completion suggestions to fill and display different text
thislooksfun
2021-11-01
UserspaceEmulator: Avoid special character in pseudo-identifier
Ben Wiederhake
2021-11-01
Everywhere: Remove unused ArgsParser header
Ben Wiederhake
2021-10-31
UserspaceEmulator: Fix inconsistent log formatting
Andreas Kling
2021-10-31
Profiler: Cache parsed DWARF debug information in disassembly view
Daniel Bertalan
2021-10-31
Profiler: Load the actual kernel binary for disassembly
Daniel Bertalan
2021-10-31
Profiler: Share the mapped kernel between Profile and DisassemblyModel
Daniel Bertalan
2021-10-29
HackStudio: Add 'Show Dotfiles' option
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
[next]