summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-04LibGUI: Increase row height in Table/ColumnViews and center iconsthankyouverycool
2021-03-04AK: Simplify Bitmap and implement in terms of BitmapViewAndreas Kling
2021-03-04LibCrypto: Use BitmapView instead of Bitmap::wrap()Andreas Kling
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-04LibGUI: Handle some edge cases in the spanned text drawing algorithmAnotherTest
2021-03-04Shell: Adjust syntax highlighting logic for the new TextPosition logicAnotherTest
2021-03-04Shell: Make Node::hit_test_position() constAnotherTest
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-03-04TextEditor: Don't attempt to stop the autocomplete timer if it is nullItamar
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