summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-21LibC: Remove deprecation warnings from "unsafe" string functionsTim Schumacher
2021-12-21LibRegex: Remove duplicate declaration of execution_result_name(...)Hendiadyoin1
2021-12-21LibRegex: Use AK::any_of in Parser::lookahead_anyHendiadyoin1
2021-12-21LibRegex: Capture `this` explicitly in RegexStringView::equals lambdaHendiadyoin1
2021-12-21LibRegex: Remove some meaningless/useless const-qualifiersHendiadyoin1
2021-12-21LibRegex: Collapse some `if(...) return true; else return false;` blocksHendiadyoin1
2021-12-21LibRegex: Remove some else-after-returnsHendiadyoin1
2021-12-21LibRegex: Add some implied auto qualifiersHendiadyoin1
2021-12-21LibC: Add POSIX spec comments for stat APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for posix_spawn APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for signal APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for search APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for stdio APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for stdlib APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for string APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for sched APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for qsortBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for select APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for memory management APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for socket APIsBrian Gianforcaro
2021-12-21LibC: Add POSIX spec comments for pollBrian Gianforcaro
2021-12-21LibPthread: Add POSIX spec comments to our implementationsBrian Gianforcaro
2021-12-22LibGfx: Keep alpha value of previous pixel for QOI_OP_RGB chunkLinus Groh
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-12-21LibWeb: Fix null-deref in <table> delete_row with index = -1 and no rowsLuke Wilde
2021-12-21LibWeb: Capture <script> element's node document on executionLuke Wilde
2021-12-21Calculator: Construct KeypadValue precisely from the Clipboard contentscreator1creeper1
2021-12-21LibCore: Unconditionally report error in `EventLoop::wait_for_event`Michel Hermier
2021-12-21AK+Everywhere: Replace __builtin bit functionsNick Johnson
2021-12-21chmod+mkdir: Use convert_to_uint_from_octalXavier Defrang
2021-12-21mkdir: Implement --mode optionXavier Defrang
2021-12-21mkdir: Use LibMainXavier Defrang
2021-12-21Profiler: Add horizontal_scrollbar height to initial_heightAstraeus-
2021-12-21LibRegex: Make append_alternation() significantly fasterAli Mohammad Pur
2021-12-21LibRegex: Avoid calling DisjointChunks::size() in get_opcode()Ali Mohammad Pur
2021-12-21LibUnicode: Remove linkage from LibUnicode to LibUnicodeDataTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeNumberFormat symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeLocale symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeData symbolsTimothy Flynn
2021-12-21LibUnicode: Add missing forward declarations to forwarding headerTimothy Flynn
2021-12-21LibUnicode: Remove declaration of function which moved to another headerTimothy Flynn
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-21LibGL: Simplify `glDrawPixels` checks and reduce debug spamJelle Raaijmakers
2021-12-21LibGL: Implement `GL_POLYGON` renderingJelle Raaijmakers
2021-12-21LibGL: Allow querying maximum matrix stack depthsJelle Raaijmakers
2021-12-21LibGL: Implement matrix mode `GL_TEXTURE`Jelle Raaijmakers
2021-12-21LibGL: Make texture coordinates a `FloatVector4`Jelle Raaijmakers
2021-12-21LibC: Make WEOF a signed value on clangAli Mohammad Pur
2021-12-21LibC: Add POSIX spec links to all applicable wide character functionsAli Mohammad Pur