summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-10-04UserspaceEmulator: Remove remaining printf calls.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02HackStudio: Abstract away language-server detailsAnotherTest
2020-10-02UserspaceEmulator: Replace printf usages with format.asynts
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-30LibCpp: Add library for working with c++ codeItamar
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-09-28UserspaceEmulator: Implement the getsid() syscallAndreas Kling
2020-09-26HackStudio: Detach from debugged process before terminatingItamar
2020-09-26HackStudio: Fix FormEditor widget icons loadingItamar
2020-09-25Inspector: Move everything into the Inspector namespaceAndreas Kling
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen Wiederhake
2020-09-24UserspaceEmulator: Use Core::ArgsParserMaciej Zygmanowski
2020-09-23UserspaceEmulator+LibX86: Clean up some obnoxious template spamAndreas Kling
2020-09-23UserspaceEmulator: Fix off-by-one in code cache accessNico Weber
2020-09-23UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)Nico Weber
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21HackStudio: Add AutoCompleteBoxItamar
2020-09-21HackStudio: Basic C++ autocomplete logicItamar
2020-09-21LibIPC: Use InputMemoryStream instead of BufferStream.asynts
2020-09-19HackStudio: Move bulk of GUI logic into HackStudioWidgetItamar
2020-09-19UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsgNico Weber
2020-09-18HackStudio: Only refresh Git widget on save if initializedItamar
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-16Userland: Use find_executable_in_path in UserspaceEmulator.asynts
2020-09-15UsespaceEmulator: Fix minor bugs in recvfrom() interceptionNico Weber
2020-09-15UserspaceEmulator: Intercept sendto()Nico Weber
2020-09-15HackStudio: Refresh the Git widget state on file saveItamar
2020-09-15HackStudio: View unstaged diffs in files with DiffViewerItamar
2020-09-15HackStudio: Add functionality to GitRepo objectItamar
2020-09-15HackStudio: Add DiffViewer widgetItamar
2020-09-15HackStudio: Make the actions tab visible when using the form editorItamar
2020-09-15HackStudio: Fix "Add new Editor" actionItamar
2020-09-15HackStudio: Add "commit" and "refresh" actions to Git widgetItamar
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-13HackStudio: Tighten some unnecessarily broad lambda capturesAndreas Kling
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-12HackStudio: Reduce debug spamBen Wiederhake
2020-09-11HackStudio: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-09Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)Andreas Kling
2020-08-31DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilderthankyouverycool
2020-08-30UserspaceEmulator: Emulate two FPU instructions!Nico Weber