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
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
2022-12-17
LibGL: Implement glLinkProgram
Stephan Unverwerth
2022-12-17
LibGL: Implement glAttachShader
Stephan Unverwerth
2022-12-17
LibGL: Implement glCompileShader
Stephan Unverwerth
2022-12-17
LibGL: Implement glShaderSource
Stephan Unverwerth
2022-12-17
LibGL: Implement glCreateProgram and glDeleteProgram
Stephan Unverwerth
2022-12-17
LibGL: Implement glCreateShader and glDeleteShader
Stephan Unverwerth
2022-12-17
LibGL: Add Shader and Program class stubs
Stephan Unverwerth
2022-12-17
LibGL: Remove Texture note leftovers from the NameAllocator class
Stephan Unverwerth
2022-12-17
LibGL: Add stubs for shader and program related functions
Stephan Unverwerth
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-17
LibPDF: Store page number, not Value, in OutlineItem
Rodrigo Tobar
2022-12-17
LibPDF: Keep track of OutlineItem parents
Rodrigo Tobar
2022-12-17
LibWeb: Improve variable name in HTMLTableElement
Quentin Ligier
2022-12-17
LibWeb: Add NamedNodeMap::setNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Add NamedNodeMap::removeNamedItemNS() method
Alexander Narsudinov
2022-12-17
LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem()
Alexander Narsudinov
[next]