summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-27LanguageServers/Cpp: Add type to DeclarationsItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-02-27TextEditor: Initialize menubar before opening initial fileAndreas Kling
2021-02-27TextEditor: Rename open_sesame() => open_file()Andreas Kling
2021-02-27LibVT: Make VT::Line use a Vector for storageAndreas Kling
2021-02-27LibGUI: Make empty TextRange invalidspeles
2021-02-27WidgetGallery: add a simple Wizard demo :^)Nick Vella
2021-02-27LibGUI: add a rudimentary framework for Wizards.Nick Vella
2021-02-27LibJS: Enable the BrowserExtended ECMA262 regexp flag by defaultAnotherTest