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-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
2019-11-10
HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool
Andreas Kling
2019-11-10
HackStudio: Use a visually distinct icon for the cursor tool
Andreas Kling
2019-11-10
HackStudio: Add placeholder code to test widget factory construction
Andreas Kling
2019-11-10
HackStudio: Use the GWidget class registry to populate the toolbar
Andreas Kling
2019-11-09
HackStudio: Add panes on the right hand side of the form editing mode
Andreas Kling
2019-11-09
HackStudio: Tweak the inset of the FormWidget
Andreas Kling
2019-11-09
HackStudio: Make the FormEditorWidget have a MidGray background
Andreas Kling
2019-11-09
HackStudio: Add a widgets toolbar to the form editing mode
Andreas Kling
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-11-07
HackStudio: Make the project file list a little narrower by default
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-05
HackStudio: Update the "remove current editor" action enabled state
Andreas Kling
2019-11-05
HackStudio: Allow removing the current editor with Alt+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow adding more editors by pressing Ctrl+Alt+E
Andreas Kling
2019-11-05
HackStudio: Put annoying debug spam behind EDITOR_DEBUG
Andreas Kling
2019-11-05
HackStudio: Don't parse documentation if already parsed
João Paulo Pulga
2019-11-01
HackStudio: Use GTextDoument::find_all() to implement find-in-files
Andreas Kling
2019-11-01
HackStudio: Rename TextDocument => ProjectFile
Andreas Kling
2019-10-30
HackStudio: Show documentation preview in tooltip on identifier hover
Andreas Kling
2019-10-28
HackStudio: Add little icons for ".cpp" and ".h" files
Andreas Kling
2019-10-28
HackStudio: Remove unnecessary Locator::keydown_event()
Andreas Kling
2019-10-28
HackStudio: Allow opening a Locator suggestion by double-clicking it
Andreas Kling
2019-10-28
HackStudio: Scroll the locator suggestions when navigating with arrows
Andreas Kling
2019-10-28
HackStudio: Start working on a "Locator", much like Qt Creator has
Andreas Kling
2019-10-28
HackStudio: Show .h files with C++ syntax highlighting
Andreas Kling
2019-10-27
HackStudio: Draw a brownish frame around the current editor widget
Andreas Kling
2019-10-27
HackStudio: Support opening the same file in both editors
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling
2019-10-27
HackStudio: Allow switching between the two editors with Ctrl+E :^)
Andreas Kling
2019-10-27
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
Andreas Kling
2019-10-27
HackStudio: Support multiple editors on screen
Andreas Kling
2019-10-26
HackStudio: Tweak style of C++ identifiers
Andreas Kling
2019-10-26
HackStudio: Focus the text editor after opening a file
Andreas Kling
2019-10-26
HackStudio: Implement adding an existing file to project
Andreas Kling
[next]