summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-24Base: Italicize some symbol glyphs in font Katica Italic 10Karol Kosek
2022-07-24Base: Reduce spacing in some glyphs in font Katica Italic 10Karol Kosek
2022-07-24Base: Make U+002E FULL STOP a 1x1 dot in font Katica Italic 10Karol Kosek
2022-07-24du: Consolidate all "do not print" conditionsTim Schumacher
2022-07-24du: Only use unmodified file sizes internallyTim Schumacher
2022-07-24du: Use 64-bit integers when handling file sizes or related valuesTim Schumacher
2022-07-24du: Fix a typo in the `--exclude-from` optionTim Schumacher
2022-07-24du: Don't stop descending even if the maximum depth is reachedTim Schumacher
2022-07-24LibWeb: Paint a frame around (system) <progress> elementsMacDue
2022-07-24Base: Remove some unnecessary styling from progressbar.htmlMacDue
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-23Kernel/Graphics: Remove out-of-context comment noteLiav A
2022-07-23Ports: Update serenity-theming use latest commit f6d9306djwisdom
2022-07-23Base: Add some more progress bar demosMacDue
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-23Ports/SDL2: Rename LibAudio connection to ConnectionToServerTim Schumacher
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-22Help: Make history navigation work with man pages opened using help urlsnetworkException
2022-07-22WorkspacePicker: Immediately update active workspace on click or scrollnetworkException
2022-07-22WorkspacePicker: Use full words for some variable namesnetworkException
2022-07-22Base: Add Latin-1 Supplement to font Roman Regular 10Karol Kosek
2022-07-22Piano: Increase AudioPlayerLoop resilience against scheduling weirdnesskleines Filmröllchen
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-22AK: Add FixedArray::fill_withkleines Filmröllchen
2022-07-22AK: Remove FixedArray::must_create_but_fixme_should_propagate_errorskleines Filmröllchen
2022-07-22Tests: Add a test for `pthread_cancel`Tim Schumacher
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-22LibC: Implement `pthread_cancel`Tim Schumacher
2022-07-22Tests: Add tests for `pthread_setcancel{state,type}`Tim Schumacher
2022-07-22LibC: Implement `pthread_setcancel{state,type}`Tim Schumacher
2022-07-22Kernel+LibC: Don't hardcode the maximum signal number everywhereTim Schumacher
2022-07-22Ports: Update the CMake platform module from upstreamTim Schumacher
2022-07-22LibJS: Add tests for %TypedArray%.prototype.withObinna Ikeh
2022-07-22LibJS: Add %TypedArray%.prototype.withObinna Ikeh