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-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-17
Playground: Show the modified state in the window title
faxe1008
2021-05-17
UE: Don't look up binaries in PATH when the user specified a full path
Gunnar Beutner
2021-05-17
UE: Use Vector<String> for the command-line arguments
Gunnar Beutner
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
UE: Make sure we return the right values for get{peer,sock}name
Gunnar Beutner
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-17
UE: Make sure the buffers for get{sock,peer}name() are large enough
Gunnar Beutner
2021-05-16
LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine
Itamar
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
DevTools: Add StateMachineGenerator utility
Daniel Bertalan
2021-05-15
CppLanguageServer: Fix syntax of a test case program
Itamar
2021-05-15
CppLanguageServer: Make autocomplete logic consider scopes
Itamar
2021-05-15
CppLanguageServer: Only re-create DocumentData in file_opened if needed
Itamar
2021-05-15
CppLanguageServer: Autocomplete namespaces
Itamar
2021-05-15
CppLanguageServer: Don't suggest inaccessible declarations
Itamar
2021-05-15
HackStudio: Pledge "fattr"
Γmer Kurttekin
2021-05-14
IPCCompiler: Fix declaration of static functions
Jean-Baptiste Boric
2021-05-14
Profiler: Mark model columns as non-sortable
Andreas Kling
2021-05-14
LanguageServer/Cpp: Add tests
Itamar
2021-05-14
LanguageServers: Allow set_declarations_of_document callback to be null
Itamar
2021-05-14
LanguageServers/FileDB: Allow m_project_root to be null
Itamar
2021-05-14
LanguageServers: Remove ClientConnection dependency
Itamar
2021-05-14
Profiler: Avoid JsonArray copying during perfcore parsing
Andreas Kling
2021-05-14
Profiler: Avoid copies / String construction when parsing profile (#7096)
Brian Gianforcaro
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-14
Profiler: Let the user ignore context switches
Gunnar Beutner
2021-05-14
Profiler: Add histogram for sample counts
Gunnar Beutner
2021-05-13
Inspector: Don't check that target has pledged "accept"
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-13
IPCCompiler: Add "u64" and "i64" to the list of primitive types
Andreas Kling
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
HackStudio: Tweak Files/Classes tab views
Andreas Kling
2021-05-10
HackStudio: Use is<GitWidget>() instead of comparing class_name()
Andreas Kling
2021-05-10
HackStudio: Remove the visual form editor
Andreas Kling
2021-05-09
CppLanguageServer: Cache declarations from headers in every document
Itamar
2021-05-09
CppLanguageServer: Call Parser::parse() inside create_document_data()
Itamar
2021-05-09
LibCpp: Rename m_definitions=>m_preprocessor_definitions
Itamar
2021-05-09
LanguageServers: Fix incorrect use of adopt_ref in FileDB::get()
Itamar
2021-05-09
UserspaceEmulator: Allow running executables not in PATH
Brendan Coles
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-08
HackStudio: Remove redundant insertion to m_open_files
Itamar
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
[next]