summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-02-27LibRegex: Allow missing high bound in {x,y} quantifiersAnotherTest
2021-02-27LibRegex: Match the escaped part of escaped syntax charactersAnotherTest
2021-02-27LibRegex: Implement section B.1.4. of the ECMA262 specAnotherTest
2021-02-27LibGfx: Fix read buffer overflow in interlaced GIF decodeLuke
2021-02-26LibCpp: Don't fail when encountering #elif statementsItamar
2021-02-26LanguageServers/Cpp: Don't VERIFY that a file could be foundItamar
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26LibJS: Re-enable "reassignment to const" testspeles
2021-02-26LibJS: Set declared for-in and for-of variables as first time.speles
2021-02-26LibJS: Respect declaration kind for variables inside functionsspeles
2021-02-26LibELF: Consolidate main executable loading a bitAndreas Kling
2021-02-26disk_benchmark: Modernize this code a little bitAndreas Kling
2021-02-26LibGUI: Set correct open action for LinkLabel context menuthankyouverycool
2021-02-26HackStudio: Set correct icons, text and location in menusthankyouverycool
2021-02-26TextEditor: Fix passing null parent to AboutDialogthankyouverycool