index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2019-12-23
HackStudio: Show the project name as the root in the project tree
Andreas Kling
2019-12-23
HackStudio: Sort the project tree alphabetically
Andreas Kling
2019-12-23
HackStudio: Show the project file list in a tree view
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-17
ProfileViewer: Make initial invert checkbox match initial tree view
Ohad Rau
2019-12-16
ProfileViewer: Ignore empty samples
Andreas Kling
2019-12-16
ProfileViewer: Add the ability to invert the profile tree
Andreas Kling
2019-12-15
ProfileViewer: Add a basic menu bar to make it look proper
Andreas Kling
2019-12-15
ProfileViewer: Scale the sample columns by stack depth
Andreas Kling
2019-12-15
ProfileViewer: Convert the JSON samples into a more efficient format
Andreas Kling
2019-12-15
ProfileViewer: Fix copy-paste error :^)
gla3dr
2019-12-14
ProfileViewer: Precompute the timestamp and "in kernel?" per sample
Andreas Kling
2019-12-14
ProfileViewer: Allow filtering samples in a specific time range
Andreas Kling
2019-12-14
ProfileViewer: Add a timeline widget for a visual view of the profile
Andreas Kling
2019-12-14
IPCCompiler: Use const references for message constructor parameters
Andreas Kling
2019-12-14
ProfileViewer: Show kernel frames with a red icon :^)
Andreas Kling
2019-12-13
ProfileViewer: Use the new multi-column tree model support in GTreeView
Andreas Kling
2019-12-12
ProfileViewer: Make sure ProfileNodes have the correct parent pointer
Andreas Kling
2019-12-12
ProfileViewer: Begin work on a visualization tool for profiles :^)
Andreas Kling
2019-12-10
HackStudio: Use a table view in the "find in files" widget
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-02
LibIPC: Rename IMessage id/name to message_id/message_name
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-12-02
HackStudio: Fixes CppLexer crashing on a comment block that does
Sasan Hezarkhani
2019-11-26
Kernel: Expose per-thread information in /proc/all
Andreas Kling
2019-11-24
LibHTML: Use LibProtocol for HTTP requests :^)
Andreas Kling
2019-11-23
IPCCompiler: Add support for String parameters in messages
Andreas Kling
2019-11-23
HackStudio: Highlight matching pairs of [ and ] as well
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-18
HackStudio: Always re-match curlies/parens after a re-highlight
Andreas Kling
2019-11-18
HackStudio: Highlight maching parentheses as well
Andreas Kling
2019-11-18
HackStudio+LibGUI: Implement matching curly brace highlighting
Andreas Kling
2019-11-17
LibDraw: Add Rect::from_two_points(Point, Point)
Andreas Kling
2019-11-16
HackStudio: Move the rubber-banding state into CursorTool
Andreas Kling
2019-11-16
HackStudio: Fill the selection rubber-band with some nice alpha color
Andreas Kling
2019-11-16
HackStudio: Allow rubber-band selection of widgets
Andreas Kling
2019-11-15
HackStudio: Mark whitespace tokens as skippable GTextDocumentSpans
Andreas Kling
2019-11-14
HackStudio: Add a Stop action to kill the current process
Sergey Bugaev
2019-11-14
HackStudio: Do not spawn an intermediary shell
Sergey Bugaev
2019-11-14
HackStudio: Add TerminalWrapper::kill_running_command()
Sergey Bugaev
2019-11-14
HackStudio: Add TerminalWrapper::on_command_exit
Sergey Bugaev
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-13
Terminal+HackStudio: Fix leaking PTM fd to child processes
Sergey Bugaev
2019-11-11
HackStudio: Reflect widget selections in the form widget tree view
Andreas Kling
2019-11-11
HackStudio: Show the edited form widget's widget tree in the tree view
Andreas Kling
2019-11-10
HackStudio: Make the widget toolbar buttons checkable and exclusive
Andreas Kling
2019-11-10
HackStudio: Allow moving the selected widgets using the arrow keys
Andreas Kling
2019-11-10
HackStudio: Allow moving widgets around using the CursorTool
Andreas Kling
2019-11-10
HackStudio: Start implementing basic widget selection in CursorTool
Andreas Kling
[next]