summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-15Playground: Add editor actions to the window menuKarol Kosek
2022-02-14HackStudio: Fix crash when requesting parameter listHarrison Marshall
2022-02-14Profiler: Add ability to process read syscallsJakub Berkop
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-13gml-format+Playground: Print GML parsing error on formatting failureIdan Horowitz
2022-02-12HackStudio: Put the Build directory inside the Serenity repositoryItamar
2022-02-12HackStudio: Only query token information if semantic highlighting is onItamar
2022-02-11AK: Make Bitmap construction OOM-fallibleIdan Horowitz
2022-02-10HackStudio: Fix error handling logic in delete_actionDaste
2022-02-10HackStudio: Don't save file when filename is emptyDaste
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
2022-02-09HackStudio: Allow toggling between simple and semantic highlightingItamar
2022-02-09HackStudio: Use the C++ semantic syntax highlighterItamar
2022-02-09HackStudio: Add tokens_info_result() and tokens_info_result() IPC callsItamar
2022-02-09LanguageServers/Cpp: Make find_declaration_of() more flexibleItamar
2022-02-09LibGUI+HackStudio: Add TokenInfo struct for language-server IPCItamar
2022-02-09LibCpp: Update regressions tests resultsItamar
2022-02-08Base: Change JSON file icon to add CSS file iconelectrikmilk
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07Playground: Remove the GML formatting warningkleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07Base: Add GML file type iconelectrikmilk
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-01-29UserspaceEmulator: Implement ioctl TIOCSTIRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TCFLSHRummskartoffel
2022-01-29UserspaceEmulator: Implement signal maskingRummskartoffel
2022-01-29UserspaceEmulator: Implement virt$sigprocmaskRummskartoffel
2022-01-29UserspaceEmulator: Implement virt$getppidRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TIOCGPGRPRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl TIOCSWINSZRummskartoffel
2022-01-29UserspaceEmulator: Implement ioctl FIONBIORummskartoffel
2022-01-29UserspaceEmulator: Convert virt$ioctl to use switch-caseRummskartoffel
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28HackStudio: Fix path to language-server IPC socketItamar
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24UserspaceEmulator: Support ioctls TCSETSF and TCSETSWRummskartoffel
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-21UserspaceEmulator: Correctly fail in execve when binary is inaccessibleRummskartoffel
2022-01-21UserspaceEmulator: Fix execve messing up command lines with "--"Rummskartoffel
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-19HackStudio: Change ProjectBuilder dependency declaration logicItamar
2022-01-18HackStudio: Hookup git commit message detection and highlightingBrian Gianforcaro
2022-01-18Playground: Enable line numbers in the GML editorBrian Gianforcaro
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-13LibELF: Accept Span instead of Pointer+Size in validate_program_headersIdan Horowitz
2022-01-13LibELF: Use StringBuilders instead of Strings for the interpreter pathIdan Horowitz