summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30Playground: Add autocompleteAnotherTest
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-29LibELF: Add MemoryRegionInfo::object_name()Linus Groh
2020-12-29LibCoreDump: CoreDumpReader => CoreDump::ReaderLinus Groh
2020-12-29Inspector: unveil("/bin", "r") so it can show app iconsLinus Groh
2020-12-27Base+Playground: Add app-playground.png 16x16 and 32x32 iconsLinus Groh
2020-12-27Playground: Pre-populate the text editor with some GMLLinus Groh
2020-12-27LibCore: Add Object::remove_all_children()Linus Groh
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-12-26DevTools: Add a simple GML Playground application :^)Andreas Kling
2020-12-26Profiler: Show the name & PID of process being profiledAndreas Kling
2020-12-26Profiler: Show a GUI message box with the error when profiling failsAndreas Kling
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-25UserspaceEmulator: Use ring 3 segment selectorsAndreas Kling
2020-12-25LibELF: Move AuxiliaryValue into the ELF namespaceAndreas Kling
2020-12-25Kernel+LibELF: Abort ELF executable load sooner when something failsAndreas Kling
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-21LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)Andreas Kling
2020-12-21UserspaceEmulator: Implement profiling, disown, purge syscallsBrendan Coles
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20UserspaceEmulator: Add lazy caching of debug info for shared librariesAndreas Kling
2020-12-19LibIPC: Remove use of ByteBuffer::wrap()Andreas Kling
2020-12-18HackStudio: Remove duplicate auto-indentation in HackStudio Language ServerSahan Fernando
2020-12-17UserspaceEmulator: Implement geteuid, getegid, ptsname syscallsBrendan Coles
2020-12-16UserspaceEmulator: Implement beep syscallBrendan Coles
2020-12-15HackStudio: Don't take LexicalPath as argumentAndreas Kling
2020-12-14UserspaceEmulator: Support dynamically loaded programsItamar
2020-12-14UserspaceEmulator: Support the name argument in mmap for file backed mappingsItamar
2020-12-14UserspaceEmulator: Update memory protection of underlying pagesItamar
2020-12-14Profiler: Symbolicate samples using coredump fileItamar
2020-12-10HackStudio: Rethink the "project" concept to be about a directoryAndreas Kling
2020-12-10HackStudio: Don't vend invalid indices from SearchResultsModelAndreas Kling
2020-12-10UserspaceEmulator: Fix page determinationBen Wiederhake
2020-12-08UserspaceEmulator: Implement readlink syscallBen Wiederhake
2020-12-08UserspaceEmulator: Handle overflow in virt$realpathBen Wiederhake
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-24Profiler: Fix assertion when all function samples hit one instructionAndreas Kling
2020-11-23UserspaceEmulator: Implement clock_nanosleepSimon Danner
2020-11-23HackStudio: Send an open file to language serversSergey Bugaev
2020-11-23LibIPC: Support sending file descriptors :^)Sergey Bugaev
2020-11-23LibIPC: Prepend each message with its sizeSergey Bugaev
2020-11-22UserspaceEmulator: Add support for watch_fileSimon Danner
2020-11-19UserspaceEmulator: Inline some very hot functionsAndreas Kling
2020-11-16UserspaceEmulator: Keep Emulator& closer to the action in some placesAndreas Kling
2020-11-16UserspaceEmulator: Cache the region we're executing code fromAndreas Kling
2020-11-16UserspaceEmulator: Reduce malloc thrashing in backtrace captureAndreas Kling