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
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-20
LibGL: Generate the API wrappers
Jelle Raaijmakers
2022-12-20
LibGL: Implement `glLightModel` integer normalization
Jelle Raaijmakers
2022-12-20
LibGL: Support `glLightModel` inside lists
Jelle Raaijmakers
2022-12-20
LibGL: Correct `GL_LIGHT_MODEL_LOCAL_VIEWER` comparison
Jelle Raaijmakers
2022-12-20
LibGL: Dereference pointer in a consistent way for `glMaterial*`
Jelle Raaijmakers
2022-12-20
LibGL: Simplify transposing input matrices
Jelle Raaijmakers
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-20
LibGUI: Fix bug in the ColorPicker's spinbox not changing colors
Baitinq
2022-12-20
LibPDF: Reset encryption key on failed user password attempt
Rodrigo Tobar
2022-12-20
LibPDF: Treat Encyption's Length item as optional
Rodrigo Tobar
2022-12-20
LibGfx: Support BMP favicons with less than 32 bpp
Bruno Conde
2022-12-20
LibGUI+FontEditor: Restore normalized selections on Undo/Redo
thankyouverycool
2022-12-20
LibGUI: Reset GlyphMapWidget scroll value when changing active range
thankyouverycool
2022-12-20
LibGUI: Focus the actively resizing end of GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Only reset GlyphMapWidget selection on Escape
thankyouverycool
2022-12-20
LibGUI: Add Page{Up,Down} support for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Improve visible glyph estimate in GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Adjust GlyphMapWidget content sizing and glyph padding
thankyouverycool
2022-12-20
LibGUI: Implement calculated_min_size() for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Check bounds when moving GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Ensure GlyphMapWidget selection resets when requested
thankyouverycool
2022-12-20
LibGUI: Disallow GlyphMapWidget selection sizes equal to zero
thankyouverycool
2022-12-20
LibGUI: Forward GlyphMapWidget Key_Tab events
thankyouverycool
2022-12-19
LibSyntax: Add `common_language_extension()` function
Karol Kosek
2022-12-19
LibSyntax: Remove default switch case in `language_to_string()`
Karol Kosek
2022-12-19
LibSyntax+TextEditor: Move Highlighter::language_string() out of class
Karol Kosek
2022-12-19
Browser+WebContent: Fixup some DOM inspector weirdness
MacDue
2022-12-19
LibWeb: Fix crash when serializing nodes for DOM inspector
MacDue
2022-12-19
LibWeb: Fully Implement `get_an_elements_noopener`
Keir Davis
2022-12-19
LibCore: Convert explicit timezone to local in `DateTime::parse`
Jelle Raaijmakers
2022-12-19
LibGfx: Split VERIFY statements in various Bitmap class methods
Liav A
2022-12-18
LibWeb: Don't const_cast layout_box() when calling const functions
Matt Purnell
2022-12-17
LibGL: Pass generated GPU IR to GPU side compiler when linking program
Stephan Unverwerth
2022-12-17
LibSoftGPU: Delegate shader creation to new class ShaderCompiler
Stephan Unverwerth
2022-12-17
LibGLSL: Fill LinkedShaders with dummy IR code
Stephan Unverwerth
2022-12-17
LibGPU: Add inputs and outputs to GPU shader IR
Stephan Unverwerth
2022-12-17
LibSoftGPU: Implement shader processor for SoftGPU ISA
Stephan Unverwerth
2022-12-17
LibSoftGPU: Define a simple shader instruction set
Stephan Unverwerth
2022-12-17
LibSoftGPU: Make output in PixelQuad generic
Stephan Unverwerth
2022-12-17
LibSoftGPU: Make input in PixelQuad generic
Stephan Unverwerth
2022-12-17
LibSoftGPU: Allow binding a fragment shader
Stephan Unverwerth
2022-12-17
LibGL+LibSoftGPU: Add GPU side shader infrastructure
Stephan Unverwerth
2022-12-17
LibGL: Use LibGLSL to compile shaders
Stephan Unverwerth
2022-12-17
LibGLSL: Add LibGLSL
Stephan Unverwerth
2022-12-17
LibGPU: Add basic shader IR
Stephan Unverwerth
2022-12-17
LibGL: Implement glGetProgramiv
Stephan Unverwerth
2022-12-17
LibGL: Implement glGetShaderiv
Stephan Unverwerth
2022-12-17
LibGL: Implement glUseProgram
Stephan Unverwerth
2022-12-17
LibGL: Make shader compilation and program linking always succeed
Stephan Unverwerth
[next]