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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-07-22
LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors
Timothy Flynn
2021-07-22
LibJS: Add UTF-16 tests to String.prototype methods that already work
Timothy Flynn
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-22
AK: Add a getter to JsonValue to get machine-native addresses
Gunnar Beutner
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-22
LibGUI: Fix multi-line tooltip height
FrHun
2021-07-22
LibC: Don't truncate arguments for ioctl() on x86_64
Gunnar Beutner
2021-07-21
LibJS: Implement Temporal.PlainDate.prototype.equals & Required AO
Idan Horowitz
2021-07-21
LibJS: Implement the ToTemporalDate Abstract Operation
Idan Horowitz
2021-07-21
LibJS: Add Temporal.Calendar.prototype.dateFromFields & required AOs
Idan Horowitz
2021-07-21
LibJS: Use trunc instead of a static_cast<i64> in is_integral_number
Idan Horowitz
2021-07-21
LibJS: Remove usages of String's null state in Temporal AOs
Idan Horowitz
2021-07-21
LibJS: Implement Temporal.PlainDate.prototype.valueOf
Idan Horowitz
2021-07-21
LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)
Karol Kosek
2021-07-21
LibAudio: Check if zero-bit padding is actually zero
Karol Kosek
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
VimEditingEngine: Prevent crash upon 'x' or 'v' on blank lines
Ariel Don
2021-07-21
LibJS: Use IntrusiveList for keeping track of WeakContainers
Andreas Kling
2021-07-21
LibJS: Use IntrusiveList for keeping track of MarkedValueLists
Andreas Kling
2021-07-21
LibJS: Use IntrusiveList for keeping track of HandleImpls
Andreas Kling
2021-07-21
LibGfx: Sprinkle [[nodiscard]] on Gfx::Bitmap
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-21
LibC: Simplify assertion failure dbgln() a bit
Andreas Kling
2021-07-21
LibLine: Correct spelling mistake in variable name
Jamie Mansfield
2021-07-21
LibIPC: Fix losing messages when connection is closed
Tom
2021-07-21
LibGfx: Add an algorithm to disperse overlapping rectangles
Tom
2021-07-20
LibJS: Add tests for strict mode and strict mode propagation
davidot
2021-07-20
LibJS: Fix that non-existent references are unresolvable in strict mode
davidot
2021-07-20
LibJS: Fix tests that expected wrong this values
davidot
2021-07-20
LibJS: Follow the spec more closely when determining the this value
Timothy Flynn
2021-07-20
LibJS: Fix that vm.in_strict_mode was propagated to eval and functions
davidot
2021-07-20
LibJS: Disallow unqualified deletes in strict mode
davidot
2021-07-20
LibJS: Disallow multiple __proto__ keys in object expression
davidot
2021-07-20
LibJS: Disallow static methods named prototype in classes
davidot
2021-07-20
LibJS: Disallow duplicated variable declarations
davidot
2021-07-20
LibJS: Handle strict mode for functions more correctly
davidot
2021-07-20
LibJS: Be more strict about reserved and special identifiers
davidot
2021-07-20
LibJS: Be less strict about 'use strict'
davidot
2021-07-20
LibGUI: Tweak GUI::GroupBox title text position
Andreas Kling
2021-07-20
LibJS/Tests: Fix typo in Temporal.Instant.compare test description
Linus Groh
2021-07-20
LibJS: Partially revert e3fa32b
Linus Groh
2021-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-07-20
LibWeb: Don't print JavaScript syntax error hints
Alexander
2021-07-20
LibJS: Optimize source_location_hint and add flag in print_errors
Alexander
2021-07-20
LibC: Implement flock(2) using fcntl's F_SETLK
Peter Elliott
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-07-20
Userland: Hardcode the x86_64 kernel base address for now
Gunnar Beutner
2021-07-20
LibLine: Avoid excessive write() syscalls when refreshing the display
Ali Mohammad Pur
2021-07-20
LibLine: Reset the suggestion page offset when finding the max length
Ali Mohammad Pur
2021-07-20
LibGUI: Add Ctrl-U to insert mode
Ariel Don
[prev]
[next]