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-13
Kernel: Also `move()` the shebang path in execve
Jelle Raaijmakers
2021-06-13
Browser: Add download finished graphics to download widget
Marcus Nilsson
2021-06-13
Browser: Add close on finished checkbox to download widget
Marcus Nilsson
2021-06-13
LibGUI: Make "Return" after tab return to original column in TableView
Max Trussell
2021-06-13
Solitaire: Disable filling with background color during end animation
Sam Atkins
2021-06-13
Solitaire: Only start timer when a move happens
Sam Atkins
2021-06-13
Solitaire: Prevent undo when the game is over
Sam Atkins
2021-06-13
Solitaire: Allow automatic moves to end the game and animate
Sam Atkins
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Make StringOrSymbol always be FlyString in the string case
Andreas Kling
2021-06-13
AK: Add FlyString::from_fly_impl()
Andreas Kling
2021-06-13
LibJS: Convert PropertyName and StringOrSymbol to east-const style
Andreas Kling
2021-06-13
LibJS: Don't generate unused HeapBlock names on non-SerenityOS systems
Andreas Kling
2021-06-13
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
Andreas Kling
2021-06-13
LibJS: Use the new is_ascii_foo() helpers from AK
Andreas Kling
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-13
Documentation: Move Ubuntu/Debian specific build instructions
Adam Hodgen
2021-06-13
Documentation: Fix QEMU 5 Ubuntu version confusion
Adam Hodgen
2021-06-13
Ports: Add Composer
Jelle Raaijmakers
2021-06-13
Utilites: Implement `unzip -q`
Jelle Raaijmakers
2021-06-13
Utilities: Change `unzip -o` option to `-d`
Jelle Raaijmakers
2021-06-13
Ports: Update diffutils to version 3.7
Jelle Raaijmakers
2021-06-13
LibC: Make `getopt` modify `argv` again
Jelle Raaijmakers
2021-06-13
LibJS: Rewrite Array.prototype.slice to be spec compliant
Luke
2021-06-13
TextEditor: Don't allow opening directories
sinmineryt
2021-06-13
HackStudio: Indicate git changes in the editor's gutter
Dmitrii Ubskii
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-13
LibJS: Add missing ECMA-262 section/title/URL comments to Map
Linus Groh
2021-06-13
Meta: Fix QEMU version check in run.sh
Apoorv Mishra
2021-06-13
IPCCompiler: Avoid copies for IPC method return values
Gunnar Beutner
2021-06-13
LibJS: Fix Object.prototype.valueOf() behavior
Linus Groh
2021-06-13
LibJS: VERIFY() that to_object() succeeds in Object.prototype.toString()
Linus Groh
2021-06-13
LibJS: Fix Promise.length attributes
Linus Groh
2021-06-13
LibJS: Fix Number.parseFloat() attributes
Linus Groh
2021-06-13
LibJS: Don't repeat attributes in {Date,Symbol}Constructor
Linus Groh
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-13
LibJS: Add the MapIterator built-in and the key/values/entries methods
Idan Horowitz
2021-06-13
LibJS: Add most of the Map.prototype methods
Idan Horowitz
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-13
LibJS: Move ValueTraits to Value.h and add special case for -0.0
Idan Horowitz
2021-06-12
LibJS: Use undefined as the fallback value for iterable entry key/value
Idan Horowitz
2021-06-12
Base: Change incorrect "See Also" links in module_load(2) and modunload(8) (#...
Gal Horowitz
2021-06-12
WindowManager: Close tooltip child_windows of previously active window
Sreelakshmi
2021-06-12
TextEditor: Don't close autocomplete box or stop timer on leave_event
Sreelakshmi
2021-06-12
LibC: Expose PAGE_ROUND_UP in mallocdefs.h
Sahan Fernando
2021-06-12
HackStudio: Remove unnecessary unveil in ShellLanguageServer
NonStdModel
2021-06-12
VideoPlayer: Create application to parse (and eventually play) videos
FalseHonesty
2021-06-12
LibVideo/VP9: Add Decoder and begin parsing uncompressed header data
FalseHonesty
2021-06-12
LibVideo/VP9: Implement a bit stream to decode VP9 data
FalseHonesty
2021-06-12
LibVideo/VP9: Implement syntax element counter
FalseHonesty
[next]