summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-07-04TextEditor: Tweak 16x16 iconAndreas Kling
2020-07-04Profiler: Use SortingProxyModel::set_sort_role()Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-02Profiler: Turn the "choose a process" functionality into a GUI::DialogAndreas Kling
2020-07-02Profiler: Make the RunningProcessesModel actually sortableAndreas Kling
2020-07-01Profiler: Allow specifying a PID to profile with --pidAndreas Kling
2020-07-01Profiler: If run without arguments, let user select process from a listAndreas Kling
2020-07-01Profiler: Rename from ProfileViewer :^)Andreas Kling
2020-07-01Inspector: Expand and show properties in a TreeViewAnotherTest
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-21HackStudio: Use Web::PageView::load_html() for the documentation popupAndreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-08IPCCompiler: Properly handle stream read errorsSergey Bugaev
2020-06-08LibIPC+LibGfx+IPCCompiler: Drop some unused includesSergey Bugaev
2020-06-07LibIPC+Services: Support URL as a native IPC typeAndreas Kling
2020-06-03HackStudio: Support debugging variables with Enum typesFalseHonesty
2020-05-31HackStudio: Allow changing variable values in debuggerFalseHonesty
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-27LibGUI: Add up & down arrow hooks and input history to TextBoxFalseHonesty
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-18HackStudio: Don't use an OOB TextRange when looking for hovered textAndreas Kling
2020-05-16LibIPC: Allow opt-in UTF-8 validation on message parametersAndreas Kling
2020-05-15ProfileViewer: Fix opening the kernel imageSergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12LibIPC+IPCCompiler: Templatize encoding/decoding of Optional<T>Andreas Kling
2020-05-12LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmapAndreas Kling
2020-05-12LibIPC+LibGfx: Templatize IPC encoding as well as decodingAndreas Kling
2020-05-12HackStudio: Don't crash when navigating backtrace with up/down keysAndreas Kling
2020-05-09Meta: Add script to enforce license headers & run it on TravisLinus Groh
2020-05-09HackStudio: Update variables view based on the selected backtrace frameItamar
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-08HackStudio: Support variable inspection in nested scopesItamar
2020-05-08HackStudio: Close the debug tab when debugged program exitsItamar
2020-05-07HackStudio: Gracefully handle unfound source filesItamar
2020-05-07HackStudio: Apply INI syntax highlighter when opening a .ini fileLinus Groh
2020-05-07HackStudio: Rename ProjectType::{Javascript -> JavaScript}Linus Groh