summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
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
2020-08-30HackStudio: Highlight register changes, minor disassembly view fixLuke
2020-08-30Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()Andreas Kling
2020-08-30Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()Andreas Kling
2020-08-30VisualBuilder: Avoid unnecessary lambdaBen Wiederhake
2020-08-30HackStudio: Mark default action in context menuBen Wiederhake
2020-08-30IPCCompiler: Unbreak building with extra debug macrosBen Wiederhake
2020-08-28HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-27Base: Rename icon subdirectories by explicit app namethankyouverycool
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-26Base+HackStudio: Rename project file extensions to .hspthankyouverycool
2020-08-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-25HackStudio: Add a registers view for the current function in debug modeLuke
2020-08-25HackStudio: Add a disassembly view for the current function in debug modeLuke
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke