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-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-13
LanguageServers: Only notify client about updated declarations
Itamar
2021-04-13
HackStudio: Store known symbol declarations in ProjectDeclarations
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-12
HackStudio: Fix debugger preview for char variables
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
2021-04-12
HackStudio: Properly support Debugger's new source root concept
FalseHonesty
2021-04-12
HackStudio: Allow users to drag and drop files into the editor
RickySeverino
2021-04-12
UserspaceEmulator: Improve detection of memory leaks
Tobias Christiansen
2021-04-11
Playground: Add Alt shortcuts to menus
Andreas Kling
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-04-10
Profiler: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
Profiler: Don't change window title based on last enabled option
Andreas Kling
2021-04-10
HackStudio: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-09
HackStudio: Make actions with project tree selections work as expected
Algot Axelzon
2021-04-08
UE: only write libc and libsystem location once
Hendiadyoin1
2021-04-08
UE: Use AK's bit_cast and not reimplement it
Hendiadyoin1
2021-04-08
UE: Default initialize regionmap
Hendiadyoin1
2021-04-07
CppLanguageServer: is_empty_property: Return false for null node parent
Brendan Coles
2021-04-06
LibCpp: Add TemplatizedName
Itamar
2021-04-06
LanguageServers/Cpp: Refactor logic of find declaration
Itamar
2021-04-06
LibCpp: Add AST::Name
Itamar
2021-04-06
LanguageServers/Cpp: Don't include declarations bellow the current line
Itamar
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-04-04
HackStudio: File search box stays opened after closing
Tim Waterhouse
2021-03-31
UserspaceEmulator: Default-initialize the siginfo struct used in waitid
AnotherTest
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-29
Playground: Autocomplete after empty {}
Edgar Araújo
2021-03-29
Playground: Move AutocompleteProvider to a separate file
Edgar Araújo
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-23
UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_t
Idan Horowitz
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-03-23
LanguageServers/Cpp: Declarations inside namespaces are globally visible
Itamar
2021-03-22
UserspaceEmulator: Add support for SC_abort syscall
Brendan Coles
2021-03-21
HackStudio: Display warning when opening binary files
Itamar
2021-03-18
UE: Add killpg, getsockname, getpeername, shutdown, sync syscalls
Brendan Coles
2021-03-18
CppLanguageServer: Make preprocessor ignore unsupported keywords
Vyacheslav Pukhanov
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-16
UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscalls
Brendan Coles
2021-03-16
UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()
Brendan Coles
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-15
UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd arg
Brendan Coles
2021-03-14
UserspaceEmulator: Add SC_rmdir syscall
Brendan Coles
2021-03-14
UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiB
Brendan Coles
2021-03-14
UserspaceEmulator: SoftCPU: Add support for FPTAN instruction
Brendan Coles
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
2021-03-13
LanguageServers/Cpp: Complete Preprocessor definitions
Itamar
[next]