summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-23GTextEditor: Move "Go to line" feature from HackStudio into GTextEditorAndreas Kling
2020-01-19Kernel: Let's say that everything < 3GB is user virtual memoryAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-16HackStudio: add exec pledgejoshua stein
2020-01-16HackStudio: set sane $PATH early to include /usr/local/binjoshua stein
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-11HackStudio: Use pledge()Andreas Kling
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2020-01-02ProfileViewer: Interpret addresses >= 0xc0000000 as kernel framesAndreas Kling
2019-12-30LibIPC: Let's start building custom message codecs for LibIPCAndreas Kling
2019-12-28HackStudio: Check for make command on startupConrad Pankoff
2019-12-28HackStudio: Add file list context menu and file removal actionConrad Pankoff
2019-12-26HackStudio: Fix failure to open filesAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
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