summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-05-16Userland: Don't explicitly call Vector<T>::is_null()Gunnar Beutner
2021-05-16LibGfx: Avoid copying ByteBuffers while loading PNG imagesGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16Userland: Add missing #includesGunnar Beutner
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan
2021-05-16LibVT: Run clang-format on Terminal.cppLinus Groh
2021-05-16LibGL: Add glBlendFunc() and glShadeModel() to call listsStephan Unverwerth
2021-05-16LibGL: Implement glShadeModel()Stephan Unverwerth
2021-05-16LibVT: Implement ST (ESC \) escape sequenceDaniel Bertalan
2021-05-16LibVT: Fix 8-bit control codes clobbering UTF-8Daniel Bertalan
2021-05-16LibVT: fix SM/RM not respecting private markersDaniel Bertalan
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16LibVT: Add state machine file for the new parserDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-16LibLine: Make line management less broken when at the last lineAli Mohammad Pur
2021-05-16LibGL: Implement color blendingStephan Unverwerth
2021-05-16LibGL: Add support for GL_BLEND in glEnable() and glDisable()Stephan Unverwerth
2021-05-16LibGL: Add defines and stubs for glBlendFunc()Stephan Unverwerth
2021-05-16LibGL: Add missing GLAPI function specifiersStephan Unverwerth
2021-05-16LibGUI: Tweak GUI::Button::on_context_menu_event hook signatureAndreas Kling
2021-05-16LibGUI: Make GUI::Toolbar::add_action() return the toolbar buttonAndreas Kling
2021-05-15LibCpp: Modify parsing of a Name's scopeItamar
2021-05-15LibCpp: Modify logic of Parser::index_of_node_atItamar
2021-05-15LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"Andreas Kling
2021-05-15TextEditor: Clear leftover whitespace when inserting newlineseuclidianAce
2021-05-15LibGUI: Delay setting column width in AutocompleteBoxAndreas Kling
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15LibWeb: Fix incorrect variable names when parsing CSSGunnar Beutner
2021-05-15LibGfx: Fix incorrect origin for checkerboard pattern fillsAndreas Kling
2021-05-15LibDebug: Avoid unnecessary String allocation in append_to_line_info()Andreas Kling
2021-05-15LibGfx/Vector*: Implement FormattersJelle Raaijmakers
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-15LibELF: Use binary search when looking up symbols :^)Andreas Kling
2021-05-15LibELF: Remove sketchy use of "undefined" ELF::Image::SectionAndreas Kling
2021-05-14LibCore: Expose DirIterator's underlying file descriptorMart G
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-14LibThread: Port Lock to foreign environmentsJean-Baptiste Boric
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-14AK: Introduce get_random_uniform()Jean-Baptiste Boric
2021-05-14LibGL: Implement glFlush() and glFinish()Stephan Unverwerth
2021-05-14LibCore: Never connect to InspectorServer if getuid() == 0Andreas Kling
2021-05-14LibImageDecoderClient: Decoded images with 0 frames are not successfulAndreas Kling
2021-05-14ImageViewer: Rename QSWidget => ImageViewer::ViewWidgetAndreas Kling
2021-05-14LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()Andreas Kling
2021-05-14LibCrypto: Prevent a signed overflow during BigInt Modular PowerDexesTTP
2021-05-14LibGUI: Resize GUI::HeaderView section vector to final size immediatelyAndreas Kling
2021-05-14LibTLS: Actually verify the certificatsAli Mohammad Pur