summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-03-08HackStudio: Add more files to new file menuelectrikmilk
2022-03-08HackStudio: Add missing key triggerselectrikmilk
2022-03-08HackStudio: Move 'New' Menu to 'File'electrikmilk
2022-03-05Profiler: Present read event info in tree structureJakub Berkop
2022-03-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-04UserspaceEmulator: Pass signal information through to emulated processAli Mohammad Pur
2022-03-04UserspaceEmulator: Update signal handlers to use the new stack layoutAli Mohammad Pur
2022-03-04UserspaceEmulator: Add a SoftMMU::read<T> functionAli Mohammad Pur
2022-03-04UserspaceEmulator: Wrap the GPRs in ValueWithShadowAli Mohammad Pur
2022-03-04UserspaceEmulator: Make it possible to wrap PODs in ValueWithShadowAli Mohammad Pur
2022-03-04UserspaceEmulator: Let SoftCPU.h include Emulator.hAli Mohammad Pur
2022-03-02HackStudio: Propagate error from TerminalWrapperLucas CHOLLET
2022-03-01HackStudio: Add icon to "Open Recent"xSlendiX
2022-02-27LanguageServers/Cpp: Make find declaration of enums workItamar
2022-02-27LanguageServers/Cpp: Make find declaration for a declaration node workItamar
2022-02-27LanguageServers/Cpp: Make go to declaration of a namespace workItamar
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2022-02-25HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServerItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-24HackStudio: Adjust heights for Locator and Find widgetsthankyouverycool
2022-02-24HackStudio: Segment the status bar and setup override textthankyouverycool
2022-02-24UserspaceEmulator: Fix syntax of generated profilesBrian Gianforcaro
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-23LanguageServers/Cpp: Fix "complete_includes" language server testItamar
2022-02-23LibCpp: Allow qualified names in AST Declaration nodesItamar
2022-02-21Userland: Ask first for unsaved changes after clicking an "Open" actionKarol Kosek
2022-02-21HackStudio: Open by default the last opened project if not specifiedMarco Cutecchia
2022-02-21HackStudio: Add a 'Recent Projects' submenu in 'File'Marco Cutecchia
2022-02-20Playground: Show last saved time when asked about unsaved changesKarol Kosek
2022-02-19HackStudio: Don't store a global RefPtr to the HackStudioWidgetItamar
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16Profiler: Add missing LibCore/File includeSam Atkins
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