index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-21
Userland: Switch su over to Core::Account
Peter Elliott
2020-09-21
LibCore: Add Core::Account for login management.
Peter Elliott
2020-09-21
AK: Add format function like std::format or fmt::format.
asynts
2020-09-21
AK: Add template deduction guides for Array.
asynts
2020-09-21
AK: Add StringView::substring_view(size_t) overload.
asynts
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
HackStudio: Add AutoCompleteBox
Itamar
2020-09-21
HackStudio: Basic C++ autocomplete logic
Itamar
2020-09-21
Base: Add the PlaceholderText attribute to themes
Peter Elliott
2020-09-21
Applications: Use placeholders in TextBoxes where applicable
Peter Elliott
2020-09-21
LibGUI: Add optional placeholder to TextEditor
Peter Elliott
2020-09-21
LibJS: VM::interpreter() should just assert when no active interpreter
Andreas Kling
2020-09-21
LibJS: Assert if garbage collection is restarted while ongoing
Andreas Kling
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-21
test-web: Keep the Interpreter on the VM interpreter stack during test
Andreas Kling
2020-09-21
LibJS: GC should gather roots from all active interpreters
Andreas Kling
2020-09-21
AK: Remove BufferStream class.
asynts
2020-09-21
LibIPC: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+JPGLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
TelnetServer: Use OutputMemoryStream instead of BufferStream.
asynts
2020-09-21
LookupServer: Use DuplexMemoryStream instead of BufferStream.
asynts
2020-09-21
AudioServer: Use OutputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+ICOLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+Font: Use OutputFileStream instead of BufferStream.
asynts
2020-09-21
LibAudio: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
AK: Add missing const in Span::operator==.
asynts
2020-09-21
AK: Add OutputMemoryStream::is_end.
asynts
2020-09-21
Spreadsheet: Always keep the workbook interpreter in VM scope
AnotherTest
2020-09-20
FontEditor: Draw the baseline in the glyph editor widget
Tibor Nagy
2020-09-20
Meta: Fix build-root-filesystem.sh on macOS
Valtteri Koskivuori
2020-09-20
LibGUI: Remove unnecessary type cast in JsonArrayModel.
asynts
2020-09-20
LibGUI: Pad row/column headers of AbstractTableView
Tibor Nagy
2020-09-20
Meta: Add Itamar Shenhar to the contributors list :^)
Andreas Kling
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-20
LibWeb: Add Bindings::ScriptExecutionContext
Andreas Kling
2020-09-20
LibJS: Remove some unnecessary indirection in Object constructors
Andreas Kling
2020-09-20
LibJS: Make Interpreter::in_strict_mode() work outside of scope
Andreas Kling
2020-09-20
LibJS: Don't allocate property table during GC marking phase
Andreas Kling
2020-09-20
LibJS: Remove unused argument in NativeFunction constructor
Andreas Kling
2020-09-20
LibGUI: Fix row_rect(int) calculation in AbstractTableView
Itamar
2020-09-19
HackStudio: Move bulk of GUI logic into HackStudioWidget
Itamar
2020-09-19
LibGfx: Move vertically centered text down slightly based on baseline
Andreas Kling
2020-09-19
WindowServer: Shrink menubar menu text rects slightly
Andreas Kling
2020-09-19
LibGfx: Add a helper to check if a TextAlignment is vertically centered
Andreas Kling
2020-09-19
LibGfx+FontEditor+Base: Add "baseline" value to all fonts
Andreas Kling
2020-09-19
Kernel: Remove unnecessary class member in UHCIController
Liav A
2020-09-19
Meta: Add .clangd to .gitignore
Linus Groh
2020-09-19
LibGUI: Increase slider acceleration with Ctrl (#3499)
Jakob-Niklas See
2020-09-19
Kernel: Fix assertion statement in GenericInterruptHandler
Liav A
[prev]
[next]