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-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
2021-05-09
Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel
Andreas Kling
2021-05-08
LibGUI: Clear GUI::TextEditor selection before performing undo/redo
Andreas Kling
2021-05-08
LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor
Andreas Kling
2021-05-08
LibGUI: Show command name in GUI::TextEditor undo/redo action text
Andreas Kling
2021-05-08
LibGUI: Add UndoStack::{undo,redo}_action_text()
Andreas Kling
2021-05-08
LibGUI: Make Command::action_text() virtual
Andreas Kling
2021-05-08
LibGUI: Make Action::set_text() update any associated menu items
Andreas Kling
2021-05-08
LibGUI: Remove UndoStack's automatic command combo'ing
Andreas Kling
2021-05-08
LibGUI: Implement merging of TextDocument's RemoveTextCommand
Andreas Kling
2021-05-08
LibGUI: Implement merging of TextDocument's InsertTextCommand
Andreas Kling
2021-05-08
LibGUI: Support merging of adjacent commands on the UndoStack
Andreas Kling
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
2021-05-08
LibGUI: Don't fire TextDocument change notification after each command
Andreas Kling
2021-05-08
LibWasm: Implement parsing all remaining instructions
Ali Mohammad Pur
2021-05-08
LibWasm: Add some more descriptive parse errors
Ali Mohammad Pur
2021-05-08
LibWasm: Start implementing a basic WebAssembly binary format parser
Ali Mohammad Pur
2021-05-08
AK+LibCpp: Remove DEBUG_SPAM in favour of per-application defines
Ali Mohammad Pur
2021-05-08
LibC: Add stubs for getrlimit()/setrlimit()
Gunnar Beutner
2021-05-08
LibPthread: Add implementation for pthread_mutexattr_gettype
Gunnar Beutner
2021-05-08
LibC: Add definition for LC_MESSAGES
Gunnar Beutner
2021-05-08
LibC: Add definition for EDQUOT
Gunnar Beutner
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-08
LibGUI: Add missing <AK/Function.h> include
Maciej Zygmanowski
[next]