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
2023-02-03
LibVideo/VP9: Use proper indices for updating inter_mode probabilities
Zaggy1024
2023-02-03
LibVideo/VP9: Use u32 to store the parsed value counts
Zaggy1024
2023-02-03
LibVideo/VP9: Prevent negation overflow in BitStream::read_s
Zaggy1024
2023-02-03
LibVideo/VP9: Correct the mode/partition probability adaption counts
Zaggy1024
2023-02-03
LibVideo/VP9: Increase the size of summed boolean counts in merge_probs
Zaggy1024
2023-02-02
LibPDF: Simplify Encoding to align with simple font requirements
Rodrigo Tobar
2023-02-02
LibPDF: Stop calculating code points for glyphs
Rodrigo Tobar
2023-02-02
LibPDF: Fix ZapfDingbat's char codes
Rodrigo Tobar
2023-02-02
LibPDF: Stop storing unicode code points in Encoding
Rodrigo Tobar
2023-02-02
LibGUI: Use the correct font when relayouting Breadcrumbbar
Andreas Kling
2023-02-02
LibGUI: Merge two loops over the segments in Breadcrummbar::relayout()
Andreas Kling
2023-02-02
LibGUI: Center TreeView item icons vertically
Andreas Kling
2023-02-02
LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)
Karol Kosek
2023-02-02
LibWeb: Allow to set a root mode value when constructing a ShadowRoot
Karol Kosek
2023-02-02
LibWeb: Add a helper function for checking if element is a shadow host
Karol Kosek
2023-02-02
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
Karol Kosek
2023-02-02
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
Karol Kosek
2023-02-02
LibWeb: Actually initialize ShadowRoot bindings
Karol Kosek
2023-02-02
LibWeb+LibWebSocket: DOM WebSocket subprotocol support
Guilherme Gonçalves
2023-02-02
LibSoftGPU: Only enable texture stages if required
Jelle Raaijmakers
2023-02-02
LibSoftGPU: Make blending simpler and more efficient
Jelle Raaijmakers
2023-02-02
LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom
Andrew Kaster
2023-02-02
LibWeb: Restore handling of the serenity:ladybird/headless capability
Timothy Flynn
2023-02-02
LibGUI: Make Tray item height honor the current font size
Andreas Kling
2023-02-02
LibGUI: Relayout Breadcrumbbar on font change
Andreas Kling
2023-02-02
LibGUI: Invalidate IconView cache on font change
Andreas Kling
2023-02-02
LibGUI: Don't hard-code TreeView row height
Andreas Kling
2023-02-02
LibJS: Format the era of ISO year 0 as BC
Timothy Flynn
2023-02-02
LibGUI: Add allowed file types to FilePicker
Marcus Nilsson
2023-02-02
LibGUI: Add allowed file extensions to FileSystemModel
Marcus Nilsson
2023-02-01
LibGfx: Give ICC::TagType a virtual destructor
Nico Weber
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-02-01
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103
Nico Weber
2023-02-01
LibLine: Quit event loop when an error occurs on update
Ali Mohammad Pur
2023-01-31
LibGfx: Make glyph ID lookup faster with a cache
Andreas Kling
2023-01-30
LibJS: Allow "approximately" results to differ in plural form
Timothy Flynn
2023-01-30
LibSoftGPU: Remove DeprecatedString usage
Jelle Raaijmakers
2023-01-30
LibGPU: Remove DeprecatedString usage
Jelle Raaijmakers
2023-01-30
LibGL: Remove DeprecatedString usage
Jelle Raaijmakers
2023-01-30
LibJS: Make use of the Intl MV in more Intl.NumberFormat AOs
Timothy Flynn
2023-01-30
LibJS: Refactor the Intl.NumberFormat GetStringOrBooleanOption AO
Timothy Flynn
2023-01-30
LibJS: Shorten some spec text for BestAvailableLocale
Timothy Flynn
2023-01-30
LibJS: Allow locale approximately signs to be empty in Intl.NumberFormat
Timothy Flynn
2023-01-30
LibJS: Move resolution of some Intl.NumberFormat options to a common AO
Timothy Flynn
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move buffered streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
[next]