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-05-11
LibWeb: Add a maximum redirects limit to FrameLoader
Idan Horowitz
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
2021-05-11
LibJS: Use u64 instead of u32 in NumberPrototype::to_string
Luke
2021-05-11
LibJS: Make number parts unsigned in NumberPrototype::to_string
Luke
2021-05-11
LibLine+Shell: Add dirty history flag and use it
sin-ack
2021-05-11
LibWeb: Paint an element's foreground before painting its children
Timothy Flynn
2021-05-11
LibWeb: Make Element::tag_name return the HTML uppercased qualified name
Luke
2021-05-11
LibWeb: Expose Element.{prefix,localName}
Luke
2021-05-11
LibGL: Implement glGenLists and a few friends
Ali Mohammad Pur
2021-05-11
LibGfx: Implement Bitmap::cropped()
Valtteri Koskivuori
2021-05-10
LibELF: Propagate ELF image validation errors to the caller
Gunnar Beutner
2021-05-10
LibELF: Don't use assignments in return statements
Gunnar Beutner
2021-05-10
LibGUI: Add Clipboard::clear()
Sergey Bugaev
2021-05-10
LibC: Partially implement pthread_setcancel{state,type}()
Gunnar Beutner
2021-05-10
LibJS: Make invalid RegExp flags a SyntaxError at parse time
Linus Groh
2021-05-10
LibJS: Rename RegExpLiteral m_content to m_pattern
Linus Groh
2021-05-10
LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_'
Linus Groh
2021-05-10
LibGUI: Retain Taskbar icon when toggling frameless setting
Brian Gianforcaro
2021-05-10
Clipboard+LibGUI: Make set_clipboard_data asynchronous
Andreas Kling
2021-05-10
WindowServer+LibGUI: Make "move window to front" asynchronous
Andreas Kling
2021-05-10
LibThread: Remove LOCKER() macro, as it adds no value
Brian Gianforcaro
2021-05-10
WindowServer+LibGUI: Make menu and menubar teardown asynchronous
Andreas Kling
2021-05-10
LibPDF: Parse nested Page Tree structures
Matthew Olsson
2021-05-10
LibPDF: Parse page structures
Matthew Olsson
2021-05-10
LibPDF: Add a basic parser and Document structure
Matthew Olsson
2021-05-10
LibPDF: Create basic object structure
Matthew Olsson
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-09
LibC: Add definitions/stubs for IPv6 functionality
Gunnar Beutner
2021-05-09
LibCpp: Support Lexing escaped newlines
Itamar
2021-05-09
LibCpp: Rename m_definitions=>m_preprocessor_definitions
Itamar
2021-05-09
LibWeb: Add tests for HTMLTableElement attributes
Adam Hodgen
2021-05-09
LibWeb: Fix nodeName attribute in tests
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement tbody attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement tfoot attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement thead attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement caption attributes
Adam Hodgen
2021-05-09
LibWeb: Implement HTMLTableElement row attributes
Adam Hodgen
2021-05-09
LibC: Add definition for the rlim_t type
Gunnar Beutner
2021-05-09
LibGfx: Fix clipping in fill_ellipse
Egor Ananyin
2021-05-09
LibGL: Add depth tests and writes to SoftwareRasterizer
Stephan Unverwerth
2021-05-09
LibGL: Add depth buffer class
Stephan Unverwerth
2021-05-09
LibGL: Add supporting code for depth buffer
Stephan Unverwerth
2021-05-09
LibC: Add declarations for various C11 math functions
Gunnar Beutner
2021-05-09
LibC: Implement the _Exit function
Gunnar Beutner
2021-05-09
LibC: Implement vscanf
Gunnar Beutner
2021-05-09
Toolchain+LibM: Make C++ standard library math functions available
Gunnar Beutner
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-05-09
LibWeb: Allow white space inside pseudo-class arguments
miere43
2021-05-09
LibGfx: Change "white_space" => "whitespace"
Andreas Kling
2021-05-09
LibSQL: Add a syntax highlighter
Dylan Katz
[prev]
[next]