summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-17LibGL: Remove Texture note leftovers from the NameAllocator classStephan Unverwerth
2022-12-17LibGL: Add stubs for shader and program related functionsStephan Unverwerth
2022-12-17Documentation: Explain CMake 3.25.x requirementAndrew Kaster
2022-12-17Documentation: Clarify that clang can be used as a host compilerAndrew Kaster
2022-12-17Meta: Prefer clang as a host compiler to gccAndrew Kaster
2022-12-17Meta: Allow building with Apple clang 14.xAndrew Kaster
2022-12-17Meta: Fix `mke2fs` on MacOSEWouters
2022-12-17AK+Everywhere: Move custom deleter capability to OwnPtrLenny Maiorani
2022-12-17PixelPaint: Debounce ImageEditor on_modified_change eventTim Ledbetter
2022-12-17PixelPaint: Improve guide tool performance for large imagesTim Ledbetter
2022-12-17SystemMonitor: Propagate errors when trying to load an iconKeir Davis
2022-12-17PDFViewer: Move to page when outline item is selectedRodrigo Tobar
2022-12-17PDFViewer: Inform about selections on Outline viewRodrigo Tobar
2022-12-17PDFViewer: Show page numbers in Outline TreeViewRodrigo Tobar
2022-12-17PDFViewer: Fix parent_index() implementation in OutlineModelRodrigo Tobar
2022-12-17LibPDF: Store page number, not Value, in OutlineItemRodrigo Tobar
2022-12-17LibPDF: Keep track of OutlineItem parentsRodrigo Tobar
2022-12-17PDFViewer: Propagate errors from OutlineModel constructionRodrigo Tobar
2022-12-17PDFViewer: Perform standard error handling when opening filesRodrigo Tobar
2022-12-17PixelPaint: Encode layers in PixelPaint project files as PNGKarol Kosek
2022-12-17PixelPaint: Propagate more errors when saving a project fileKarol Kosek
2022-12-17LibWeb: Improve variable name in HTMLTableElementQuentin Ligier
2022-12-17Kernel: Propagate errors in E1000NetworkAdapterBaitinq
2022-12-17Tests: ASCII-betical-ize CMakeLists AK testsLenny Maiorani
2022-12-17LibWeb: Add NamedNodeMap::setNamedItemNS() methodAlexander Narsudinov
2022-12-17LibWeb: Add NamedNodeMap::removeNamedItemNS() methodAlexander Narsudinov
2022-12-17LibWeb: Fix incorrect behaviour in NamedNodeMap::removeNamedItem()Alexander Narsudinov
2022-12-17LibWeb: Add NamedNodeMap::getNamedItemNS()Alexander Narsudinov
2022-12-17LibWeb: Make method NamedNodeMap::set_attribute() closer to the specAlexander Narsudinov
2022-12-17LibWeb: Add internal get_attribute_ns() methods of NamedNodeMapAlexander Narsudinov
2022-12-17Kernel/Plan9FS: Propagate errors in Plan9FSMessage::append_dataFreakness109
2022-12-16tsort: Suppress warnings with -qEli Youngs
2022-12-16Userland: Add a tsort utilityEli Youngs
2022-12-16AK: Add a try_ensure() method to HashMapEli Youngs
2022-12-16AK: Support popping an arbitrary element from a HashTableEli Youngs
2022-12-16CatDog: Simplify animation frame logic and fix minor bugsAndre Eisenbach
2022-12-16PixelPaint: Fix move tool scaling function when zoomedTim Ledbetter
2022-12-16PixelPaint: Display a preview image when scaling with the move toolTim Ledbetter
2022-12-16PixelPaint: Add Text ToolTimothy Slater
2022-12-16LibGUI: Prevent key_down event from bubbling for Key_Up and Key_DownTimothy Slater
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-16PixelPaint: Account for rulers on Tool second paint eventsTimothy Slater
2022-12-16PixelPaint: Allow tools to know when the user has left themTimothy Slater
2022-12-16AK: Synchronize explicit instantiations of to_int and to_uintTimothy Flynn
2022-12-16LibLine: Convert strings to time_t using signed conversion methodsTimothy Flynn
2022-12-16PDFViewer: Avoid errors due to copying of ErrorOrRodrigo Tobar
2022-12-16PDFViewer: Remove unnecessary ternary operationRodrigo Tobar
2022-12-16PDFViewer: Add TreeView to communicate rendering errorsRodrigo Tobar
2022-12-16LibPDF: Don't abort on unsupported drawing operationsRodrigo Tobar
2022-12-16LibPDF: Switch to best-effort PDF renderingRodrigo Tobar