summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-03-24Profiler: Render signposts behind histogramsSimon Wanner
2022-03-22Kernel: Don't assume paths of TTYs and pseudo terminals anymoreLiav A
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-19HackStudio: Search for libraries definitions in Userland/Itamar
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-03-17HackStudio: Remove program name element in Core::command() callsItamar
2022-03-16HackStudio: Move editors inside tab widgetsry-sev
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2022-03-15UserspaceEmulator: Clear c0 on x87 constant load instructionsHendiadyoin1
2022-03-15UserspaceEmulator: Make error checks in FYL2XP1 and FYL2X a bit closerHendiadyoin1
2022-03-15UserspaceEmulator: Add more FIXMES to SoftFPUHendiadyoin1
2022-03-14HackStudio: Remove Terminal widget when the bound shell process diesLucas CHOLLET
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