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
2021-06-21
LibJS: Rename virtuals in EnvironmentRecord
Andreas Kling
2021-06-21
LibJS: Rename EnvironmentRecord::parent() => outer_environment()
Andreas Kling
2021-06-21
LibJS: Convert EnvironmentRecord & friends to east-const style
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-21
Meta: Disable USB IDs file download in CI
Brian Gianforcaro
2021-06-21
PixelPaint: Add loading and saving of color palettes
Felix Rauch
2021-06-21
LaunchServer: Make all file handlers configurable including directories
bitwitch
2021-06-21
LaunchServer: Check if handler programs exist when registering them
bitwitch
2021-06-22
LibWasm: Generate all spec tests, even ones that aren't valid modules
Ali Mohammad Pur
2021-06-22
LibWasm: Limit the call stack depth and the number of executed insts
Ali Mohammad Pur
2021-06-22
LibWasm: Trap if a non-Value is used as a Value
Ali Mohammad Pur
2021-06-22
Meta+LibWasm: Add support for module linking tests
Ali Mohammad Pur
2021-06-22
LibWeb: Implement the WebAssembly Memory object and Memory imports
Ali Mohammad Pur
2021-06-22
LibJS: Don't assert for empty reciever if AllowSideEffects::No is given
Ali Mohammad Pur
2021-06-22
LibWeb: Cache the WebAssembly objects that we hand out to JS
Ali Mohammad Pur
2021-06-22
LibWeb: Use SignedBigInteger::create() to create wasm i64 values
Ali Mohammad Pur
2021-06-22
LibWeb: Avoid resolving the wasm call address type on every invocation
Ali Mohammad Pur
2021-06-21
LibJS: Add VM::dump_scope_chain()
Andreas Kling
2021-06-21
LibJS: Rename Parser::m_parser_state => m_state
Andreas Kling
2021-06-21
LibJS: Fix spelling mistake in VariableDeclaration::execute()
Andreas Kling
2021-06-21
Kernel: Add more entries to the list of valid E1000E device ids
stelar7
2021-06-21
Kernel: Fix assertion failure on large TTY writes
Daniel Bertalan
2021-06-21
WindowServer: Fix animated cursor regression
Tom
2021-06-21
cp: Copy sources into destination if it is already a directory
Sam Atkins
2021-06-21
WindowServer: Focus windows blocked by a modal window
Max Wipfli
2021-06-21
Ports: Bump nano to version 5.8
Daniel Bertalan
2021-06-21
LibC: Add P_tmpdir macro
Daniel Bertalan
2021-06-21
SoundPlayer: Handle any input file sample rate
Nick Miller
2021-06-21
LibAudio: Sleep less when the audio buffer is full
Nick Miller
2021-06-21
LibAudio: Avoid reading past the end of sample data
Nick Miller
2021-06-21
LibJS: Add bytecode support for regexp literals
Matthew Olsson
2021-06-20
js: Insert newline after each line in REPL mode
yeeter-the-dog
2021-06-20
LibGUI/TabWidget: Make sure we don't act on two mouseup events
Marcus Nilsson
2021-06-20
LibWeb: Fix redirects when a response has no data
Gil Mendes
2021-06-20
LibJS: Implement support for the [[IsHTMLDDA]] internal slot
Linus Groh
2021-06-20
PixelPaint: Add basic support for closing tabs
Marcus Nilsson
2021-06-20
Browser: Enable close button on tabs
Marcus Nilsson
2021-06-20
LibGUI/TabWidget: Add close button to tabs
Marcus Nilsson
2021-06-20
LibJS: Let if yield undefined for branches that don't yield a value
Gunnar Beutner
2021-06-20
WindowServer: Reload icons on scale changes
Tom
2021-06-20
WindowServer: Update compositor reference to cursor on reload
Tom
2021-06-20
WindowServer: Enable screen capture to span multiple screens
Tom
2021-06-20
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
Tom
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Validate that all screens can be reached
Tom
2021-06-20
WindowServer: Fix artifacts after window resize in some cases
Tom
2021-06-20
WindowServer: Constrain rendering windows to one screen in some cases
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-20
LibGfx: Add a Line class and a Rect<T>::RelativeLocation class
Tom
2021-06-20
LibCore: Call optional did_construct() method when constucting objects
Ali Mohammad Pur
[next]