summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-30LibC: Implement openpty(), forkpty() and login_tty()Gunnar Beutner
2021-04-30LibLine: Fix writing to temporary file in ^X^E handlerAli Mohammad Pur
2021-04-30LibELF: Perform verification of TLS data in dlopenItamar
2021-04-30LibELF: Change TLS offset calculationItamar
2021-04-30Kernel+LibELF: Support initializing values of TLS dataItamar
2021-04-30LibELF: Rename tls_size to tls_size_of_current_objectItamar
2021-04-30LibELF: Extract TLS offset calculation logic to separate functionItamar
2021-04-30LibELF: Fix TLS offset calculation for librariesItamar
2021-04-30Browser: Add FrogFind search engineMaciej Zygmanowski
2021-04-30LibWeb: Position absolute boxes relative to the containing blockEgor Ananyin
2021-04-30LibWeb: Use min-height in calculating block box heightEgor Ananyin
2021-04-30LibWeb: Fix floating box position calculationEgor Ananyin
2021-04-30Kernel/LibC: Implement `setreuid`Jesse Buhagiar
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-30LibC: Add missing initialization for the FILE mutexGunnar Beutner
2021-04-29LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()Gunnar Beutner
2021-04-29LibC: Make rewind() ignore errors as it shouldGunnar Beutner
2021-04-29LibC: Make stdio thread-safeGunnar Beutner
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29WindowServer: Move configuration file to /etc/WindowServer.iniAndreas Kling
2021-04-29WindowServer: Fix alpha hit-test accessing out-of-bounds pixelsTom
2021-04-29LibC: Fix validation logic error in construct_pwd()Ali Mohammad Pur
2021-04-29Shell: Implement formatting for HeredocsAli Mohammad Pur
2021-04-29Shell: Add some tests for heredocsAli Mohammad Pur
2021-04-29Shell: Add support for heredocsAli Mohammad Pur
2021-04-29Shell: Do not assume that all parts of a node are enclosed in the nodeAli Mohammad Pur
2021-04-29Shell: Avoid position push/pop when checking for next_is()Ali Mohammad Pur
2021-04-29Shell: Allow Syntax errors to be mutated while parsingAli Mohammad Pur
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29LibCore: Support Vector<String> positional argumentsAndreas Kling
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Conversion from number to bijective-base with alphabet.Tobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-29Tests: Convert LibC exec unit test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibC mktemp tests to be LibTest based.Brian Gianforcaro
2021-04-29LibTest: Add EXPECT_NE(..) test assertion.Brian Gianforcaro
2021-04-29Tests: Enable Spreadsheet unit tests so they actually buildBrian Gianforcaro
2021-04-29Tests: Unify LibC tests to single location.Brian Gianforcaro
2021-04-29Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)Brian Gianforcaro
2021-04-29Tests: Convert LibGfx font handling test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Convert LibGfx image decoder test to be LibTest based.Brian Gianforcaro
2021-04-29Tests: Rename LibGfx painter benchmark to denote it's not a test.Brian Gianforcaro
2021-04-29Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txtBrian Gianforcaro
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
2021-04-29iLibC: Fix some missed camelCase => snake_caseAndreas Kling
2021-04-29LibWeb: Move Layout::TextNode whitespace collapse to separate functionAndreas Kling
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-29Implemented llabs() in stdlib.h/cpp.Holden Green