index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-09-21
LibCore: Add Core::Account for login management.
Peter Elliott
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
Base: Add the PlaceholderText attribute to themes
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
LibJS: GC should gather roots from all active interpreters
Andreas Kling
2020-09-21
LibIPC: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+JPGLoader: Use InputMemoryStream 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-20
LibGUI: Remove unnecessary type cast in JsonArrayModel.
asynts
2020-09-20
LibGUI: Pad row/column headers of AbstractTableView
Tibor Nagy
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
LibGfx: Move vertically centered text down slightly based on baseline
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
LibGUI: Increase slider acceleration with Ctrl (#3499)
Jakob-Niklas See
2020-09-19
LibJS: Handle getter exception in JSONObject::serialize_json_property()
Linus Groh
2020-09-19
LibJS: Do not revisit already visited values in update_function_name()
AnotherTest
2020-09-18
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
Andreas Kling
2020-09-18
LibGUI: Unbreak FileSystemModel::index(path) after virtual root changes
Andreas Kling
2020-09-18
iLibGUI+Base: Show inaccessible directories with special icon in views
Andreas Kling
2020-09-18
LibGUI: FileSystemModel should provide full paths to FileIconProvider
Andreas Kling
2020-09-18
LibGUI: StackWidget should not steal focus when switching active child
Andreas Kling
2020-09-18
LibJS: Simplify toEval() implementation
Linus Groh
2020-09-18
LibJS: Add FIXMEs for parsing increment operators with function LHS/RHS
Linus Groh
2020-09-18
LibJS: Mark more ASTNode classes as `final`
Linus Groh
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
LibC: Convert SO_ constants to enum
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-17
LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)
Uma Sankar
2020-09-17
LibGUI: Respect the previously selected sort order in HeaderView (#3522)
Uma Sankar
2020-09-17
LibIPC: Check if socket is still open before using socket descriptor
Tom
2020-09-17
LibGUI: Don't recalcuate color from hue if it was not set by hue
Peter Elliott
2020-09-17
LibGUI: Don't allow 4 character html color codes in GUI::ColorPicker
Peter Elliott
2020-09-16
LibGUI: Use FileIconProvider in the FilePicker dialog
Andreas Kling
2020-09-16
LibGUI+Base: Add a hard-disk icon and use it for the path "/"
Andreas Kling
2020-09-16
LibGUI: Allow FileSystemModel to be rooted one level above "/"
Andreas Kling
2020-09-16
LibCore: Add missing .characters() for String::format.
asynts
2020-09-16
LibCore: Add find_executable_in_path.
asynts
[next]