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-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
2021-05-08
LibGUI+TextEditor: Make TextDocument modified state track undo stack
Andreas Kling
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
2021-05-08
LibGUI: Add UndoStack::on_state_change hook
Andreas Kling
2021-05-08
LibGUI: Reverse internal direction of GUI::UndoStack
Andreas Kling
2021-05-08
Revert "LibGUI: Fix undo stack reporting wrong modified state"
Andreas Kling
2021-05-08
LibWeb: Use list-style-type circle/square for nested unordered lists
Linus Groh
2021-05-08
LibGUI: Fix undo stack reporting wrong modified state
Carlos César Neves Enumo
2021-05-08
LibGL: Move polygon clipping to `Clipper` class
Jesse Buhagiar
2021-05-08
LibGL: Add software rasterizer
Stephan Unverwerth
2021-05-08
LibGL: Add back face culling functions
Stephan Unverwerth
2021-05-08
LibGL: Implement glColor4(ub,f)v
Ali Mohammad Pur
2021-05-08
LibGL: Implement glVertex2f(v)
Ali Mohammad Pur
2021-05-08
LibGL: Implement glVertex3fv
Ali Mohammad Pur
2021-05-08
LibGL: Implement glOrtho and underlying functions
Ali Mohammad Pur
2021-05-08
LibGL: Impement glLoadMatrixf and underlying function
Jesse Buhagiar
2021-05-08
LibGL: Implement glScalef
Jesse Buhagiar
2021-05-08
LibGL: Check for matrix stack over/underflow
Jesse Buhagiar
2021-05-08
LibGL: Set GL error on some calls during begin/end
Jesse Buhagiar
2021-05-08
LibGL: Implement glGetError and underlying function
Jesse Buhagiar
[next]