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-11-13
LibJS+LibUnicode: Generate all styles of currency localizations
Timothy Flynn
2021-11-13
LibUnicode: Parse numbers in number formats a bit more leniently
Timothy Flynn
2021-11-13
Base: Add some geometric shapes to Katica10Regular
Maciej
2021-11-13
3DFileViewer: Clean some code for increased readability on Mesh
Pedro Pereira
2021-11-13
3DFileViewer: Calculate face-normal from vertex-normals of the triangle
Pedro Pereira
2021-11-13
3DFileViewer: Add 'normals' to Mesh constructor
Pedro Pereira
2021-11-13
3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader
Pedro Pereira
2021-11-13
WindowServer: Clear active input tracking window on menu popup
Andreas Kling
2021-11-13
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
Andreas Kling
2021-11-13
Everywhere: Replace "virtual desktop" => "workspace"
Andreas Kling
2021-11-13
Tests/LibRegex: Add tests for line end anchors in PosixBasic
Tim Schumacher
2021-11-13
LibRegex: Correctly translate BRE pattern end anchors
Tim Schumacher
2021-11-13
Meta: Resolve cyclic dependency between LibPthread and libc++
Daniel Bertalan
2021-11-13
SystemMonitor: Ask user before trying to kill/stop process
Maciej
2021-11-13
SystemMonitor: Add Delete as alternate shortcut for killing a process
Maciej
2021-11-13
SoundPlayer: Add keyboard shortcuts for stop and volume
Elyse
2021-11-13
SoundPlayer: Make 'volume_slider' a member variable
Elyse
2021-11-13
SoundPlayer: Allow volume output of up to 150%
Elyse
2021-11-13
SystemMonitor: Shrink oversized GroupBox margins
Andreas Kling
2021-11-13
Utilities/grep: Implement using multiple patterns
Tim Schumacher
2021-11-13
Utilities/tar: Ignore directory entry if it already exists
Tim Schumacher
2021-11-13
Kernel/Storage: Don't use interrupts when identifying AHCI devices
Liav A
2021-11-13
Kernel/Storage: Move all ATA related code to a new subdirectory
Liav A
2021-11-13
Kernel+LibC: Pass off_t to pread() via a pointer
Daniel Bertalan
2021-11-13
LibJS: Implement Temporal.ZonedDateTime.prototype.with()
Linus Groh
2021-11-13
LibJS: Rename MatchBehavior members back to their old names
Linus Groh
2021-11-13
LibWeb: Allow setting the width & height properties on <canvas> elements
Andreas Kling
2021-11-13
LibGfx: Remove all load_FORMAT_from_memory() decoder wrappers
Andreas Kling
2021-11-13
SpiceAgent: Use image decoder plugins instead of deprecated wrappers
Andreas Kling
2021-11-13
LibGUI: Use PNGImageDecoderPlugin for ELF icon extraction
Andreas Kling
2021-11-13
Fuzzers: Use ImageDecoders instead of load_FORMAT_from_memory() wrappers
Andreas Kling
2021-11-13
WindowServer: Ensure menu visibility after pushing menu to the stack
Tom
2021-11-12
Base: Update synopsis of grep(1) and tr(1) manpages as well
Linus Groh
2021-11-12
Base: Add missing options to grep(1) and tr(1) manpages
Linus Groh
2021-11-12
Utilities/grep: Implement line-counting mode
Tim Schumacher
2021-11-12
Utilities/tr: Implement squeezing repeated characters
Tim Schumacher
2021-11-12
LibUnicode: Move number formatting code generator to UnicodeNumberFormat
Timothy Flynn
2021-11-12
LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocale
Timothy Flynn
2021-11-12
LibJS: Clear exception after running each queued Promise job
Linus Groh
2021-11-12
Base: Add /res/icons/16x16/sidebar.png icon for PDFViewer
Brendan Coles
2021-11-12
Meta: Update the gdb script for the new RefPtr layout
Ali Mohammad Pur
2021-11-12
LibJS+LibTest+js: Convert BC::Interpreter::run to ThrowCompletionOr<>
Ali Mohammad Pur
2021-11-12
LibJS: Implement async functions as generator functions in BC mode
Ali Mohammad Pur
2021-11-12
LibJS: Run the queued promise reaction jobs on bytecode interpreter exit
Ali Mohammad Pur
2021-11-12
LibJS: Make Bytecode::Interpreter return the popped frame
Ali Mohammad Pur
2021-11-12
LibJS: Fix codegen for nodes after try statements without 'finally'
Ali Mohammad Pur
2021-11-12
LibJS: Use a 'Return' completion for generator object body evaluation
Ali Mohammad Pur
2021-11-12
LibJS: Use the correct prototype for generator functions
Ali Mohammad Pur
2021-11-12
LibJS: Implement Temporal.ZonedDateTime.prototype.subtract
Luke Wilde
2021-11-12
LibJS: Implement Temporal.ZonedDateTime.prototype.add
Luke Wilde
[next]