summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-24Profiler: Use u32 when constructing InstructionDataGunnar Beutner
2021-06-24Userland: Add more TODO()s for arch-specific codeGunnar Beutner
2021-06-24Solitaire: Maybe fix rare crash from completing a game with TAB (#8217)Sam Atkins
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-24 LibELF: Fix missing includeHendiadyoin1
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23HackStudio: Add TODO entries widgetFederico Guerinoni
2021-06-23LanguageServers: Add function to collect TODO entries in a documentFederico Guerinoni
2021-06-23LibCpp: Add function for retrieving TODO comments from the parserFederico Guerinoni
2021-06-23LibVT: Rewrap the terminal history along with the normal bufferAli Mohammad Pur
2021-06-23LibLine: Recalculate the origin on resizeAli Mohammad Pur
2021-06-23LibVT+Terminal: Implement line wrappingAli Mohammad Pur
2021-06-23LibVT: Keep track of the 'true' line endingsAli Mohammad Pur
2021-06-23LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encodingAatos Majava
2021-06-23LibVT: Don't crash when clicking outside of the terminal's buffer areaGunnar Beutner
2021-06-23LibJS: Make AggregateError inherit from ErrorLinus Groh
2021-06-23LibJS: Fix AggregateError's class_name()Linus Groh
2021-06-23LibJS: Add spec links to a bunch of the environment record methodsAndreas Kling
2021-06-23LibJS: Remove no-longer-needed environment record shapeAndreas Kling
2021-06-23LibJS: Make EnvironmentRecord inherit directly from CellAndreas Kling
2021-06-23HexEditor: Change name for unsaved files to 'Untitled'Gunnar Beutner
2021-06-23HexEditor: Prompt the user to save changes when opening a fileGunnar Beutner
2021-06-23LibJS: Add EnvironmentRecord::global_object()Andreas Kling
2021-06-23LibJS: Start implementing spec-compliant variable bindingsAndreas Kling
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-06-23UserspaceEmulator: Add a simple debugging ConsoleHendiadyoin1
2021-06-23DisplaySettings: Revert changes unless confirmedXavier Defrang
2021-06-22LibGfx: Fix drawing rounded corners when using display scalingGunnar Beutner
2021-06-22ChessEngine: don't store board in non-leaf nodes in MCTSPeter Elliott
2021-06-22LibChess: Compact the Defenitions of various chess related typesPeter Elliott
2021-06-22LibChess: Only save hash of board state for repetition checkingPeter Elliott
2021-06-22FlappyBug: Standardize on "high score" rather than "highscore"Timothy Flynn
2021-06-22FlappyBug: Persist high score to diskTimothy Flynn
2021-06-22FlappyBug: Convert the main game widget to a GUI::FrameTimothy Flynn
2021-06-22TextEditor: Don't open files when the user cancelled saving changesGunnar Beutner
2021-06-22Playground: Prompt to save changes after the user picked a file to openGunnar Beutner
2021-06-22Playground: Add a menu action to save the fileGunnar Beutner
2021-06-22Playground: Ask to save changes even when the document was never savedGunnar Beutner
2021-06-22Taskbar: Check if executable in .af exist in filesystemPAUL007
2021-06-22LibJS: Remove direct argument loading since it was buggyAndreas Kling
2021-06-22LibJS: Make GlobalEnvironmentRecord forward to the right functionAndreas Kling
2021-06-22LibJS: Make string to integer parsing for properties more strictdavidot
2021-06-22LibJS: Add HasProperty to TypedArraydavidot
2021-06-22LibJS: Fix this_value in native setters and gettersdavidot
2021-06-22LibJS: Fix small issues in Array.prototype.concatdavidot
2021-06-22LibJS: Fix a number of regressions in the test262 testsdavidot
2021-06-22LibJS: Make put_own_property_by_index closer to specdavidot
2021-06-22LibJS: Use Set/CreateDataPropertyOrThrow in Array.prototype as in specdavidot