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
2022-07-26
LibWeb: Move "has-definite-width/height" flags to UsedValues
Andreas Kling
2022-07-26
LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()
Andreas Kling
2022-07-26
LibWeb: Destroy ICB formatting context before committing used values
Andreas Kling
2022-07-25
LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Use SortIndexedProperties AO in Array.prototype.sort
Timothy Flynn
2022-07-25
LibJS: Add missing spec step to CompareTypedArrayElements
Timothy Flynn
2022-07-25
LibCore: Add `System::link()`
Tim Schumacher
2022-07-25
LibGfx+Base: Draw radio buttons programmatically
Andreas Kling
2022-07-25
Kernel/LibC: Implement posix syscall clock_getres()
zzLinus
2022-07-25
LibDSP: Add a fixed mastering processor to Track
kleines Filmröllchen
2022-07-25
LibDSP: Remove Track volume getters and setters
kleines Filmröllchen
2022-07-25
LibDSP: Actually implement the Mastering processor
kleines Filmröllchen
2022-07-25
LibGUI: Make Checkbox constructor protected
kleines Filmröllchen
2022-07-25
LibWeb: Honor flex container sizing constraints in available space
Andreas Kling
2022-07-25
LibWeb: Position abspos children of flex container after parent layout
Andreas Kling
2022-07-25
LibWeb: Simplify some code with CSS::LengthPercentage::is_auto()
Andreas Kling
2022-07-25
LibWeb: Count flex item's *outer* size towards container intrinsic size
Andreas Kling
2022-07-25
LibWeb: Add helpers for adding margin box to flex item's content size
Andreas Kling
2022-07-24
LibGUI: Properly handle range selections in ColumnsView
networkException
2022-07-24
LibGUI: Move range selection calculations into separate function
networkException
2022-07-24
LibGUI: Alphabetize CMake sources
networkException
2022-07-24
LibWeb: Paint a frame around (system) <progress> elements
MacDue
2022-07-24
LibWeb: Tidy up `<progress>` element default CSS
MacDue
2022-07-24
LibWeb: Use the palette "button text" on buttons in the default CSS
MacDue
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-23
Kernel+Userland: Rename FB.h => Graphics.h
Liav A
2022-07-23
Userland: Remove stale remainders of old framebuffer devices
Liav A
2022-07-23
LibWeb: Add a default style for primitive progress bars
MacDue
2022-07-23
LibWeb: Support `appearance: none` for `<progress>` elements
MacDue
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-23
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
MacDue
2022-07-22
LibJS+LibUnicode: Generate a set of default DateTimeFormat patterns
Timothy Flynn
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-07-22
LibWeb: Implement BufferSource support for XHR::send()
Kenneth Myhra
2022-07-22
LibWeb: Add spec link for XMLHttpRequestBodyInit
Kenneth Myhra
2022-07-22
LibWeb: Let XHR::extract_body() return ErrorOr
Kenneth Myhra
2022-07-22
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
Kenneth Myhra
2022-07-22
Piano+LibDSP: Move Track to LibDSP
kleines Filmröllchen
2022-07-22
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
kleines Filmröllchen
2022-07-22
LibAudio: Don't auto-start the convenience enqueuer thread
kleines Filmröllchen
2022-07-22
LibThreading: Add is_started state information to Thread
kleines Filmröllchen
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-07-22
LibC: Implement `pthread_cancel`
Tim Schumacher
2022-07-22
LibC: Implement `pthread_setcancel{state,type}`
Tim Schumacher
2022-07-22
LibJS: Add tests for %TypedArray%.prototype.with
Obinna Ikeh
2022-07-22
LibJS: Add %TypedArray%.prototype.with
Obinna Ikeh
2022-07-22
LibJS: Check PlainMonthDay is in the ISO date time limits in creation
Luke Wilde
2022-07-22
LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round
Luke Wilde
2022-07-21
LibJS: Selectively display DateTimeFormat day periods as noon
Timothy Flynn
[next]