index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-14
LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers
Idan Horowitz
2021-06-14
LibJS: Add tests for DataView.prototype getters and setters
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.set* methods
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.get* methods
Idan Horowitz
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Make a couple of %TypedArray%.prototype properties accessors
Linus Groh
2021-06-13
LibJS: Make Symbol.prototype.description an accessor
Linus Groh
2021-06-13
LibJS: Make Set.prototype.size an accessor
Linus Groh
2021-06-13
LibJS: Make a couple of RegExp.prototype properties accessors
Linus Groh
2021-06-13
LibJS: Make ArrayBuffer.prototype.byteLength an accessor
Linus Groh
2021-06-13
LibJS: Add two missing missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-13
LibJS: Don't repeat attributes in {Boolean,Symbol}Prototype
Linus Groh
2021-06-13
Calculator: Fix offensive button misalignment
Andreas Kling
2021-06-13
Browser: Fix build breakage from 29cce65
Andreas Kling
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
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
Utilites: Implement `unzip -q`
Jelle Raaijmakers
2021-06-13
Utilities: Change `unzip -o` option to `-d`
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
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
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
[prev]
[next]