summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18LibJS: Convert to_length() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u8_clamp() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u8() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i8() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u16() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i16() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-17LibGL: Implement `glIsEnabled()`Jelle Raaijmakers
2021-10-17LibGL: Implement disabling GL_FOGJelle Raaijmakers
2021-10-17LibGL: Correct GL_MODELVIEW and GL_PROJECTION valuesJelle Raaijmakers
2021-10-18LibWeb: Fill page background with the "base" palette colorAndreas Kling
2021-10-18LoginServer: Use the verb "log in" for window title & submit buttonAndreas Kling
2021-10-17LibC: Define ULLONG_MAXL Pereira
2021-10-17Base: Add a basic SystemServer.ini for the anon user :^)Andreas Kling
2021-10-17LibWeb: Factor out creation of independent formatting contextsAndreas Kling
2021-10-17LibWeb: Expose FormattingContext typeAndreas Kling
2021-10-17LoginServer: Add --auto-login switchPeter Elliott
2021-10-17LibGUI: Don't render placeholders as secretPeter Elliott
2021-10-17TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialogPeter Elliott
2021-10-17Utilities: Show PGID and SID in ps -fPeter Elliott
2021-10-17LoginServer: Process logins and start SystemServer in user modePeter Elliott
2021-10-17LoginServer: Layout a basic login windowPeter Elliott
2021-10-17SystemServer: Add per user mode (--user)Peter Elliott
2021-10-17LibX86: Add SSE supportHediadyoin1
2021-10-17LibGUI: Remember the maximized value if a window hasn't been created yetKarol Kosek
2021-10-17rev: Unbreak reading from standard inputSeekingBlues
2021-10-17tac: Unbreak reading from standard inputSeekingBlues
2021-10-17shuf: Fix division by zero when no lines are readSeekingBlues
2021-10-17LibWeb: Make the CSS serialization functions actually output things :^)Sam Atkins
2021-10-17Tests: Remove Clang workaround from TestSourceLocationDaniel Bertalan
2021-10-17Ports: Make it possible to build (some) ports with ClangDaniel Bertalan
2021-10-17Meta: Support llvm-addr2line in `serenity.sh`Daniel Bertalan
2021-10-17Kernel: Enable LTO for kernel_heap if `ENABLE_KERNEL_LTO` is setDaniel Bertalan
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-17Kernel: Support split data sectionsDaniel Bertalan
2021-10-17Everywhere: Make some symbols `__attribute__((used))` for LTODaniel Bertalan
2021-10-17Kernel: Introduce workaround to make LTO builds work with ClangDaniel Bertalan
2021-10-17LibCoredump: Show frames from Loader.so if the crash occurs in itDaniel Bertalan
2021-10-17LibDebug: Enable parsing `libgcc_s.so`Daniel Bertalan
2021-10-17LibDebug: Don't create compilation units for embedded resourcesDaniel Bertalan
2021-10-17LibDebug: Make use of the newly supported data formsDaniel Bertalan
2021-10-17LibDebug: Support `DW_FORM_data16`Daniel Bertalan
2021-10-17LibDebug: Support `addrx*`, `strx*` and `rnglistx` formsDaniel Bertalan
2021-10-17LibDebug: Don't expose AttributeValue internals, use getters insteadDaniel Bertalan
2021-10-17LibCoredump: Accept dynamic libraries with versioned namesDaniel Bertalan
2021-10-17AK: Make Span trivially copy-constructibleDaniel Bertalan
2021-10-17Toolchain: Introduce stubs for core system librariesDaniel Bertalan
2021-10-17LibC: Primitively implement wcsxfrmDaniel Bertalan