summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-03-01LibC: Implement fenv.hMițca Dumitru
2021-02-28LibWeb: Set link cursor via the default CSSAdam Hodgen
2021-02-28LibWeb: Support setting the cursor in OutOfProcessWebViewAdam Hodgen
2021-02-28LibWeb: Call `page_did_request_cursor_change` with CSS cursorAdam Hodgen
2021-02-28LibWeb: Parese the CSS "cursor" propertyAdam Hodgen
2021-02-28LibRegex: VERIFY that string builder in print_header is not null.Andrew Kaster
2021-02-28Userland: Don't leak buffer from getline in shuf programAndrew Kaster
2021-02-28Shell: Remove WAITID_ONCE workaroundAndrew Kaster
2021-02-28Userland: Install shell tests on SerenityAndrew Kaster
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-28Userland: Add a simple mktemp(1) utilityIdan Horowitz
2021-02-28Browser: Implemented out of process JS consoleBrandon Scott
2021-02-28LibWeb: Add in all of the plumbing required to use the JS console over IPCBrandon Scott
2021-02-28WebContent: Added IPC calls for initializing JS console and sending inputBrandon Scott
2021-02-28Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...thislooksfun
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-28LibWeb: Added simple parsing for (at)import rulesSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-02-28LibTTF: Fix glyph rasterizer coverage calculationStephan Unverwerth
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-27Profiler: Move ELF object name to its own profile graph columnAndreas Kling
2021-02-27Profiler: Unbreak DisassemblyModel after shared library introductionAndreas Kling
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool