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
2021-08-18
LibJS: Reflect naming consistency editorial changes in the Temporal spec
Linus Groh
2021-08-18
LibGL: Leave render loop early if color mask empty
Stephan Unverwerth
2021-08-18
LibGL: Fix triangle winding calculation
Stephan Unverwerth
2021-08-18
LibGL: Fix clipping and interpolate vertex attributes
Stephan Unverwerth
2021-08-18
LibGL: Improve texture sampling performance
Stephan Unverwerth
2021-08-18
LibGL: Return white texel when sampling uninitialized texture
Stephan Unverwerth
2021-08-18
LibGL: Complete glGetString implementation
Stephan Unverwerth
2021-08-18
LibGL: Implement glDepthFunc
Stephan Unverwerth
2021-08-18
LibGL: Implement glDepthRange
Stephan Unverwerth
2021-08-18
LibGL: Fix incorrect blend factor setup
Stephan Unverwerth
2021-08-18
LibGL: Allow glTexImage2D to create uninitialized textures
Stephan Unverwerth
2021-08-18
LibGL: Fix interpretation of BGRA byte order
Stephan Unverwerth
2021-08-18
LibGL: Fix glVertexPointer argument validation
Stephan Unverwerth
2021-08-18
LibGL: Fix glTexCoord behaviour
Stephan Unverwerth
2021-08-18
LibGL+3DFileViewer: Make glRotatef accept degrees, not radians
Stephan Unverwerth
2021-08-18
LibCore: Implement preserve flag for file/directory copy
Jean-Baptiste Boric
2021-08-18
LibJS: Update some Temporal spec section numbers
Linus Groh
2021-08-18
LibAudio: Resample FLAC audio data
kleines Filmröllchen
2021-08-18
LibAudio: Resample with integer ratios instead of floats
kleines Filmröllchen
2021-08-18
Meta+LibC: Don't allow text relocations in SerenityOS libraries
Daniel Bertalan
2021-08-18
LibWeb: Add fast_is<Layout::InitialContainingBlockBox>
Andreas Kling
2021-08-18
LibGfx: Make FastBoxBlurFilter go faster
Andreas Kling
2021-08-18
LibGfx: Remove ancient unused NO_FPU macros
Andreas Kling
2021-08-18
LibGUI+Browser: Add UrlBox class
Rob Ryan
2021-08-18
LibGUI: Allow widgets to make themselves non-auto-focusable
Rob Ryan
2021-08-18
LibC: Fix sigsetjmp and siglongjmp
Jean-Baptiste Boric
2021-08-18
LibC: Expose sig_sysname array
Jean-Baptiste Boric
2021-08-18
LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h
Jean-Baptiste Boric
2021-08-18
LibWeb: Fix check for too many 'normal' values in font declaration
Sam Atkins
2021-08-18
LibWeb: Implement font-fallback
Sam Atkins
2021-08-18
LibWeb: Handle numeric font-weights
Sam Atkins
2021-08-18
LibWeb: Calculate font-size in NodeWidthStyle::apply_style()
Sam Atkins
2021-08-18
LibWeb: Handle non-px font sizes
Sam Atkins
2021-08-18
LibGfx: Mark Typeface::get_font() const, because it is const
Sam Atkins
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-18
LibRegex: Ensure the GoBack operation decrements the code unit index
Timothy Flynn
2021-08-18
LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern
Timothy Flynn
2021-08-18
LibGL: Implement `glGetIntegerv`
Jesse Buhagiar
2021-08-18
LibGL: Implenent `glGetBooleanv`
Jesse Buhagiar
2021-08-17
LibJS/Tests: Add Temporal.Calendar.from() tests for more object types
Linus Groh
2021-08-17
LibJS: Reflect Record wording editorial change in the Temporal spec
Linus Groh
2021-08-17
LibJS: Add PlainDateTime fast path to various Calendar.prototype getters
Linus Groh
2021-08-17
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
Linus Groh
2021-08-17
LibJS: Implement Temporal.Calendar.prototype.mergeFields()
Linus Groh
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
2021-08-16
LibJS: Correctly handle Unicode characters in JS source text
davidot
2021-08-16
LibJS: Disallow standalone super expression
davidot
2021-08-16
LibJS: Handle '++' and '--' more correctly within expression
davidot
2021-08-16
LibJS: Check that 'let' is followed by declaration before matching it
davidot
[next]