summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-03-03Profiler: Symbolicate addresses in non-PIE ELF objectsAndreas Kling
2021-03-03LibJS: Fix a handful of clang-tidy complaints in AST.cppAndreas Kling
2021-03-03Profiler: Cache and reuse mapped ELF objectsAndreas Kling
2021-03-03HackStudio: Allow multi-selection in project view treeBui Quang Minh
2021-03-03FileManager: Add launch handler actions to desktop context menuZac
2021-03-03LibWeb: Stop scrolling above content in BlockBoxdavidot
2021-03-03Terminal: Stop pushing a PROMPT into the shell's environmentAndreas Kling
2021-03-03AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATEBen Wiederhake
2021-03-03AK+LibM: Make EXPECT_CLOSE more useful during debuggingBen Wiederhake
2021-03-03LibJS: Support @@toPrimitive in ToPrimitive abstract operationLinus Groh
2021-03-03Cube: Add an argument for the "frameless cube" optionone-some
2021-03-03WindowServer: Mark screen dirty when changing highlighted windowTom
2021-03-03WindowServer: Use active shadow for highlighted windowTom
2021-03-03WindowServer: Prepare dirty rects if only the frame was invalidatedTom
2021-03-02Kernel+Profiler: Capture metadata about all profiled processesAndreas Kling
2021-03-02LibJS: Use Value::get_method() a bunchLinus Groh
2021-03-02LibJS: Implement the GetMethod abstract operationLinus Groh
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-03-02HackStudio: Implement removing file from diskBui Quang Minh
2021-03-02Piano: Reset position in piano roll when exportingWilliam McPherson
2021-03-02LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClientItamar
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-03-02LibCpp: Parse ellipsisItamar
2021-03-02LibCpp: Consume attribute specification when parsingItamar
2021-03-02LibCpp: Parse type qualifiersItamar
2021-03-02Serendipity: A new welcome appthankyouverycool
2021-03-02LibGUI: Add word wrapping to Labelsthankyouverycool
2021-03-02Userland: Gate OSC 9 usage in test-js behind an argumentAndrew Kaster
2021-03-02LibJS: Put console dbgln() logging behind #ifdef __serenity__Linus Groh
2021-03-01LibJS: Fix crash due to AST node tracking inside call stackJean-Baptiste Boric
2021-03-01LibVT: New terminal cells should be filled with whitespace, not '\0'Andreas Kling
2021-03-01Spreadsheet: Implement the cut operation for cellsIdan Horowitz
2021-03-01TextEditor: Add a command line option to jump to a specific line numberry755
2021-03-01test-web: Utilize new LibTest types from test-webBrian Gianforcaro
2021-03-01LibTest + test-js: Add initial skelaton of LibTest and migrate code there.Brian Gianforcaro
2021-03-01FileManager: Focus on file when opening file's location from Propertiesspeles
2021-03-01FileManager+LaunchServer: Add launching FileManager with focus on filespeles
2021-03-01LibGUI: Add possibility to search for exact match in modelspeles
2021-03-01LaunchServer: Make spawn() helper accept arguments listspeles
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
2021-03-01LibJS: Keep track of current AST node inside the call stackJean-Baptiste Boric
2021-03-01LibJS: Keep track of file names, lines and columns inside the ASTJean-Baptiste Boric
2021-03-01Profiler: Print addresses as pointers in new Samples viewBrian Gianforcaro
2021-03-01LibAudio: Move format and BPS checks before VERIFYs in WAV loaderLuke
2021-03-01LibAudio: Use handle_any_error in WAV loaderLuke
2021-03-01LibGUI: Implemented line wrapping for new spanned text drawingTorben Thaysen
2021-03-01LibGUI: drawing spanned text no longer *horribly* inefficientTorben Thaysen