summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2019-12-23HackStudio: Show the project name as the root in the project treeAndreas Kling
2019-12-23HackStudio: Sort the project tree alphabeticallyAndreas Kling
2019-12-23HackStudio: Show the project file list in a tree viewAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-17ProfileViewer: Make initial invert checkbox match initial tree viewOhad Rau
2019-12-16ProfileViewer: Ignore empty samplesAndreas Kling
2019-12-16ProfileViewer: Add the ability to invert the profile treeAndreas Kling
2019-12-15ProfileViewer: Add a basic menu bar to make it look properAndreas Kling
2019-12-15ProfileViewer: Scale the sample columns by stack depthAndreas Kling
2019-12-15ProfileViewer: Convert the JSON samples into a more efficient formatAndreas Kling
2019-12-15ProfileViewer: Fix copy-paste error :^)gla3dr
2019-12-14ProfileViewer: Precompute the timestamp and "in kernel?" per sampleAndreas Kling
2019-12-14ProfileViewer: Allow filtering samples in a specific time rangeAndreas Kling
2019-12-14ProfileViewer: Add a timeline widget for a visual view of the profileAndreas Kling
2019-12-14IPCCompiler: Use const references for message constructor parametersAndreas Kling
2019-12-14ProfileViewer: Show kernel frames with a red icon :^)Andreas Kling
2019-12-13ProfileViewer: Use the new multi-column tree model support in GTreeViewAndreas Kling
2019-12-12ProfileViewer: Make sure ProfileNodes have the correct parent pointerAndreas Kling
2019-12-12ProfileViewer: Begin work on a visualization tool for profiles :^)Andreas Kling
2019-12-10HackStudio: Use a table view in the "find in files" widgetAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-02LibIPC: Rename IMessage id/name to message_id/message_nameAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-02HackStudio: Fixes CppLexer crashing on a comment block that doesSasan Hezarkhani
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-24LibHTML: Use LibProtocol for HTTP requests :^)Andreas Kling
2019-11-23IPCCompiler: Add support for String parameters in messagesAndreas Kling
2019-11-23HackStudio: Highlight matching pairs of [ and ] as wellAndreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-18HackStudio: Always re-match curlies/parens after a re-highlightAndreas Kling
2019-11-18HackStudio: Highlight maching parentheses as wellAndreas Kling
2019-11-18HackStudio+LibGUI: Implement matching curly brace highlightingAndreas Kling
2019-11-17LibDraw: Add Rect::from_two_points(Point, Point)Andreas Kling
2019-11-16HackStudio: Move the rubber-banding state into CursorToolAndreas Kling
2019-11-16HackStudio: Fill the selection rubber-band with some nice alpha colorAndreas Kling
2019-11-16HackStudio: Allow rubber-band selection of widgetsAndreas Kling
2019-11-15HackStudio: Mark whitespace tokens as skippable GTextDocumentSpansAndreas Kling
2019-11-14HackStudio: Add a Stop action to kill the current processSergey Bugaev
2019-11-14HackStudio: Do not spawn an intermediary shellSergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::kill_running_command()Sergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::on_command_exitSergey Bugaev
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-13Terminal+HackStudio: Fix leaking PTM fd to child processesSergey Bugaev
2019-11-11HackStudio: Reflect widget selections in the form widget tree viewAndreas Kling
2019-11-11HackStudio: Show the edited form widget's widget tree in the tree viewAndreas Kling
2019-11-10HackStudio: Make the widget toolbar buttons checkable and exclusiveAndreas Kling
2019-11-10HackStudio: Allow moving the selected widgets using the arrow keysAndreas Kling
2019-11-10HackStudio: Allow moving widgets around using the CursorToolAndreas Kling
2019-11-10HackStudio: Start implementing basic widget selection in CursorToolAndreas Kling