summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-02-03LibVideo/VP9: Use proper indices for updating inter_mode probabilitiesZaggy1024
2023-02-03LibVideo/VP9: Use u32 to store the parsed value countsZaggy1024
2023-02-03LibVideo/VP9: Prevent negation overflow in BitStream::read_sZaggy1024
2023-02-03LibVideo/VP9: Correct the mode/partition probability adaption countsZaggy1024
2023-02-03LibVideo/VP9: Increase the size of summed boolean counts in merge_probsZaggy1024
2023-02-02LibPDF: Simplify Encoding to align with simple font requirementsRodrigo Tobar
2023-02-02LibPDF: Stop calculating code points for glyphsRodrigo Tobar
2023-02-02LibPDF: Fix ZapfDingbat's char codesRodrigo Tobar
2023-02-02LibPDF: Stop storing unicode code points in EncodingRodrigo Tobar
2023-02-02LibGUI: Use the correct font when relayouting BreadcrumbbarAndreas Kling
2023-02-02LibGUI: Merge two loops over the segments in Breadcrummbar::relayout()Andreas Kling
2023-02-02LibGUI: Center TreeView item icons verticallyAndreas Kling
2023-02-02LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)Karol Kosek
2023-02-02LibWeb: Allow to set a root mode value when constructing a ShadowRootKarol Kosek
2023-02-02LibWeb: Add a helper function for checking if element is a shadow hostKarol Kosek
2023-02-02LibWeb: Rename DOM::shadow_root() to shadow_root_internal()Karol Kosek
2023-02-02LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of StringKarol Kosek
2023-02-02LibWeb: Actually initialize ShadowRoot bindingsKarol Kosek
2023-02-02LibWeb+LibWebSocket: DOM WebSocket subprotocol supportGuilherme Gonçalves
2023-02-02LibSoftGPU: Only enable texture stages if requiredJelle Raaijmakers
2023-02-02LibSoftGPU: Make blending simpler and more efficientJelle Raaijmakers
2023-02-02LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in LagomAndrew Kaster
2023-02-02LibWeb: Restore handling of the serenity:ladybird/headless capabilityTimothy Flynn
2023-02-02LibGUI: Make Tray item height honor the current font sizeAndreas Kling
2023-02-02LibGUI: Relayout Breadcrumbbar on font changeAndreas Kling
2023-02-02LibGUI: Invalidate IconView cache on font changeAndreas Kling
2023-02-02LibGUI: Don't hard-code TreeView row heightAndreas Kling
2023-02-02LibJS: Format the era of ISO year 0 as BCTimothy Flynn
2023-02-02LibGUI: Add allowed file types to FilePickerMarcus Nilsson
2023-02-02LibGUI: Add allowed file extensions to FileSystemModelMarcus Nilsson
2023-02-01LibGfx: Give ICC::TagType a virtual destructorNico Weber
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2023-02-01LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103Nico Weber
2023-02-01LibLine: Quit event loop when an error occurs on updateAli Mohammad Pur
2023-01-31LibGfx: Make glyph ID lookup faster with a cacheAndreas Kling
2023-01-30LibJS: Allow "approximately" results to differ in plural formTimothy Flynn
2023-01-30LibSoftGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGPU: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibGL: Remove DeprecatedString usageJelle Raaijmakers
2023-01-30LibJS: Make use of the Intl MV in more Intl.NumberFormat AOsTimothy Flynn
2023-01-30LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AOTimothy Flynn
2023-01-30LibJS: Shorten some spec text for BestAvailableLocaleTimothy Flynn
2023-01-30LibJS: Allow locale approximately signs to be empty in Intl.NumberFormatTimothy Flynn
2023-01-30LibJS: Move resolution of some Intl.NumberFormat options to a common AOTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move bit streams from `LibCore`Tim Schumacher
2023-01-29AK: Move buffered streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher