index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Documentation: Explain CMake 3.25.x requirement
Andrew Kaster
2022-12-17
Documentation: Clarify that clang can be used as a host compiler
Andrew Kaster
2022-12-17
Meta: Prefer clang as a host compiler to gcc
Andrew Kaster
2022-12-17
Meta: Allow building with Apple clang 14.x
Andrew Kaster
2022-12-17
Meta: Fix `mke2fs` on MacOS
EWouters
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-17
PixelPaint: Debounce ImageEditor on_modified_change event
Tim Ledbetter
2022-12-17
PixelPaint: Improve guide tool performance for large images
Tim Ledbetter
2022-12-17
SystemMonitor: Propagate errors when trying to load an icon
Keir Davis
2022-12-17
PDFViewer: Move to page when outline item is selected
Rodrigo Tobar
2022-12-17
PDFViewer: Inform about selections on Outline view
Rodrigo Tobar
2022-12-17
PDFViewer: Show page numbers in Outline TreeView
Rodrigo Tobar
2022-12-17
PDFViewer: Fix parent_index() implementation in OutlineModel
Rodrigo Tobar
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
PDFViewer: Propagate errors from OutlineModel construction
Rodrigo Tobar
2022-12-17
PDFViewer: Perform standard error handling when opening files
Rodrigo Tobar
2022-12-17
PixelPaint: Encode layers in PixelPaint project files as PNG
Karol Kosek
2022-12-17
PixelPaint: Propagate more errors when saving a project file
Karol Kosek
2022-12-17
LibWeb: Improve variable name in HTMLTableElement
Quentin Ligier
2022-12-17
Kernel: Propagate errors in E1000NetworkAdapter
Baitinq
2022-12-17
Tests: ASCII-betical-ize CMakeLists AK tests
Lenny Maiorani
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
2022-12-17
LibWeb: Add NamedNodeMap::getNamedItemNS()
Alexander Narsudinov
2022-12-17
LibWeb: Make method NamedNodeMap::set_attribute() closer to the spec
Alexander Narsudinov
2022-12-17
LibWeb: Add internal get_attribute_ns() methods of NamedNodeMap
Alexander Narsudinov
2022-12-17
Kernel/Plan9FS: Propagate errors in Plan9FSMessage::append_data
Freakness109
2022-12-16
tsort: Suppress warnings with -q
Eli Youngs
2022-12-16
Userland: Add a tsort utility
Eli Youngs
2022-12-16
AK: Add a try_ensure() method to HashMap
Eli Youngs
2022-12-16
AK: Support popping an arbitrary element from a HashTable
Eli Youngs
2022-12-16
CatDog: Simplify animation frame logic and fix minor bugs
Andre Eisenbach
2022-12-16
PixelPaint: Fix move tool scaling function when zoomed
Tim Ledbetter
2022-12-16
PixelPaint: Display a preview image when scaling with the move tool
Tim Ledbetter
2022-12-16
PixelPaint: Add Text Tool
Timothy Slater
2022-12-16
LibGUI: Prevent key_down event from bubbling for Key_Up and Key_Down
Timothy Slater
2022-12-16
PixelPaint: Change tool keydown handle to non-const
Timothy Slater
2022-12-16
PixelPaint: Account for rulers on Tool second paint events
Timothy Slater
2022-12-16
PixelPaint: Allow tools to know when the user has left them
Timothy Slater
2022-12-16
AK: Synchronize explicit instantiations of to_int and to_uint
Timothy Flynn
2022-12-16
LibLine: Convert strings to time_t using signed conversion methods
Timothy Flynn
2022-12-16
PDFViewer: Avoid errors due to copying of ErrorOr
Rodrigo Tobar
2022-12-16
PDFViewer: Remove unnecessary ternary operation
Rodrigo Tobar
2022-12-16
PDFViewer: Add TreeView to communicate rendering errors
Rodrigo Tobar
2022-12-16
LibPDF: Don't abort on unsupported drawing operations
Rodrigo Tobar
2022-12-16
LibPDF: Switch to best-effort PDF rendering
Rodrigo Tobar
[next]