index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2020-11-14
UserspaceEmulator: Print an emulator backtrace on OOB access
Andreas Kling
2020-11-14
HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator icons
Linus Groh
2020-11-14
HackStudio: Make Locator search case insensitive
Linus Groh
2020-11-13
UserspaceEmulator: When auditing accesses, show nearest mallocation
Andreas Kling
2020-11-13
UserspaceEmulator: Support FCMOVBE and FCMOVNBE
Andreas Kling
2020-11-13
UserspaceEmulator: Emulate the sys$get_stack_bounds() syscall
Andreas Kling
2020-11-13
UserspaceEmulator: Initial FPU support (by @nico)
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
HackStudio: Scroll embedded terminals to bottom upon command execution
Andreas Kling
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-08
UserspaceEmulator: Support the first two levels of CPUID
Andreas Kling
2020-11-08
UserspaceEmulator+LibC: Have UE notice realloc() and update accounting
Andreas Kling
2020-11-08
UserspaceEmulator: Fix busted backtraces with --report-to-debug
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-11-03
HackStudio: Run clang-format
Andreas Kling
2020-11-03
HackStudio: Store and restore the scrollbar values of ProjectFiles when they ...
Zac
2020-11-02
HackStudio: Removes the file from the list of open files
Kesse Jones
2020-11-01
HackStudio: Fixed opening the project by always opening the main.cpp file
Kesse Jones
2020-10-31
Profiler: Set window title based on the selected View
Uma Sankar Yedida
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-29
HackStudio: Use GUI::TextDocument::span_at()
Andreas Kling
2020-10-29
HackStudio: Remove ProcessStateWidget
Andreas Kling
2020-10-29
LanguageServers/Cpp: Find the right token under the cursor
Andreas Kling
2020-10-29
LanguageServers/Cpp: Make token_in_position() return a StringView
Andreas Kling
2020-10-29
LanguageServers/Cpp: Avoid some unnecessary vector copies
Andreas Kling
2020-10-29
HackStudio: Don't track ctrl key state manually
Andreas Kling
2020-10-27
LibGUI: Shrink the default selection rect of TreeView items
Andreas Kling
2020-10-26
HackStudio: Reset the cursor to I-beam when switching between files
Andreas Kling
2020-10-26
HackStudio: Run clang-format
Andreas Kling
2020-10-26
HackStudio: Allow toggling line wrapping on/off from the Edit menu :^)
Andreas Kling
2020-10-26
HackStudio: Add a simple "open files" view
Andreas Kling
2020-10-25
HackStudio: Include missing files in the project tree
Andreas Kling
2020-10-25
HackStudio: Don't assert when project has non-existent file
Andreas Kling
2020-10-25
UserspaceEmulator: Remove some unneeded String copies
AnotherTest
2020-10-25
UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setsid
AnotherTest
2020-10-25
UserspaceEmulator: Add support for set_thread_name
AnotherTest
2020-10-25
UserspaceEmulator: Add support for fchown
AnotherTest
2020-10-25
UserspaceEmulator: Add support for chmod
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setgroups
AnotherTest
2020-10-25
UserspaceEmulator: Add support for sched_(g s)etparam
AnotherTest
2020-10-25
UserspaceEmulator: Add support for some more ioctl() requests
AnotherTest
2020-10-25
UserspaceEmulator: Add support for emulating SC_mount
AnotherTest
2020-10-25
UserspaceEmulator: Optionally write reports to the debug log
AnotherTest
2020-10-24
AK: Introduce SourceGenerator::fork().
asynts
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-19
Profiler: Implement "Top functions" feature like Instruments.app has
Andreas Kling
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-13
Use new format functions in remaining DevTools. (#3755)
Paul Scharnofske
2020-10-12
IPCCompiler: Use new SourceGenerator class.
asynts
[next]