summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2021-01-08UserspaceEmulator: Fix build after MOVSX shadowing changesAndreas Kling
2021-01-08UserspaceEmulator: Fix incorrect shadowing on mov sign extendGal Horowitz
2021-01-05Playground: Support opening gml file by path as command line argumentBrendan Coles
2021-01-05TextEditor+EditingEngine: Add support for the basics of Vim emulationRok Povsic
2021-01-04HackStudio: Make the title bar say "Hack Studio" too..Andreas Kling
2021-01-04HackStudio: The app menu should say "Hack Studio"Andreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-04HackStudio: Correct use of ellipsis (...) in menu itemsAndreas Kling
2021-01-04Playground: Add help documentationBrendan Coles
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03Playground: Add "Format GML" menu actionLinus Groh
2021-01-03Playground: Improve the autocompleted suggestionsAnotherTest
2021-01-02LibGUI: Remove Widget's unused m_{foreground,background}_colorLinus Groh
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02Playground: Enable automatic autocomplete in the editorAnotherTest
2021-01-02Playground: Use pledge()Linus Groh
2021-01-02Playground: Add "Help" menu with "About" actionLinus Groh
2021-01-01HackStudio: Use is<T> instead of strcmp on a widget class_name() :^)Andreas Kling
2021-01-01HackStudio: Call Thread::join instead of pthread_joinAndrew Kaster
2021-01-01UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTIAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-12-31LibThread: Hide Thread's constructor, as it is a Core::ObjectAndrew Kaster
2020-12-31UserspaceEmulator: Support sys$mremap()Andreas Kling
2020-12-31Everywhere: Fix more typosLuke
2020-12-31DevTools: Add open, save as and quit actions to GML playgroundLuke
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