summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-07-26LibWeb: Move "has-definite-width/height" flags to UsedValuesAndreas Kling
2022-07-26LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()Andreas Kling
2022-07-26LibWeb: Destroy ICB formatting context before committing used valuesAndreas Kling
2022-07-25LibJS: Use SortIndexedProperties AO in TypedArray.prototype.sortTimothy Flynn
2022-07-25LibJS: Use SortIndexedProperties AO in Array.prototype.sortTimothy Flynn
2022-07-25LibJS: Add missing spec step to CompareTypedArrayElementsTimothy Flynn
2022-07-25LibCore: Add `System::link()`Tim Schumacher
2022-07-25LibGfx+Base: Draw radio buttons programmaticallyAndreas Kling
2022-07-25Kernel/LibC: Implement posix syscall clock_getres()zzLinus
2022-07-25LibDSP: Add a fixed mastering processor to Trackkleines Filmröllchen
2022-07-25LibDSP: Remove Track volume getters and setterskleines Filmröllchen
2022-07-25LibDSP: Actually implement the Mastering processorkleines Filmröllchen
2022-07-25LibGUI: Make Checkbox constructor protectedkleines Filmröllchen
2022-07-25LibWeb: Honor flex container sizing constraints in available spaceAndreas Kling
2022-07-25LibWeb: Position abspos children of flex container after parent layoutAndreas Kling
2022-07-25LibWeb: Simplify some code with CSS::LengthPercentage::is_auto()Andreas Kling
2022-07-25LibWeb: Count flex item's *outer* size towards container intrinsic sizeAndreas Kling
2022-07-25LibWeb: Add helpers for adding margin box to flex item's content sizeAndreas Kling
2022-07-24LibGUI: Properly handle range selections in ColumnsViewnetworkException
2022-07-24LibGUI: Move range selection calculations into separate functionnetworkException
2022-07-24LibGUI: Alphabetize CMake sourcesnetworkException
2022-07-24LibWeb: Paint a frame around (system) <progress> elementsMacDue
2022-07-24LibWeb: Tidy up `<progress>` element default CSSMacDue
2022-07-24LibWeb: Use the palette "button text" on buttons in the default CSSMacDue
2022-07-23Kernel+Userland: Add ioctl to set process ownership of DisplayConnectorLiav A
2022-07-23Kernel+Userland: Rename FB.h => Graphics.hLiav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-23LibWeb: Add a default style for primitive progress barsMacDue
2022-07-23LibWeb: Support `appearance: none` for `<progress>` elementsMacDue
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-23LibWeb: Parse the -webkit-progress-bar/value pseudo elementsMacDue
2022-07-22LibJS+LibUnicode: Generate a set of default DateTimeFormat patternsTimothy Flynn
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'Linus Groh
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'Linus Groh
2022-07-22LibWeb: Implement BufferSource support for XHR::send()Kenneth Myhra
2022-07-22LibWeb: Add spec link for XMLHttpRequestBodyInitKenneth Myhra
2022-07-22LibWeb: Let XHR::extract_body() return ErrorOrKenneth Myhra
2022-07-22LibWeb: Let get_buffer_source_copy() return ErrorOr instead of OptionalKenneth Myhra
2022-07-22Piano+LibDSP: Move Track to LibDSPkleines Filmröllchen
2022-07-22LibAudio: Prevent racy eternal deadlock of the audio enqueue threadkleines Filmröllchen
2022-07-22LibAudio: Don't auto-start the convenience enqueuer threadkleines Filmröllchen
2022-07-22LibThreading: Add is_started state information to Threadkleines Filmröllchen
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-22LibC: Implement `pthread_cancel`Tim Schumacher
2022-07-22LibC: Implement `pthread_setcancel{state,type}`Tim Schumacher
2022-07-22LibJS: Add tests for %TypedArray%.prototype.withObinna Ikeh
2022-07-22LibJS: Add %TypedArray%.prototype.withObinna Ikeh
2022-07-22LibJS: Check PlainMonthDay is in the ISO date time limits in creationLuke Wilde
2022-07-22LibJS: Disallow negative day lengths in ZonedDateTime.protoype.roundLuke Wilde
2022-07-21LibJS: Selectively display DateTimeFormat day periods as noonTimothy Flynn