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
/
HackStudio
Age
Commit message (
Expand
)
Author
2020-02-07
HackStudio: Disallow invalid indices when typing into the locator
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-23
GTextEditor: Move "Go to line" feature from HackStudio into GTextEditor
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-16
HackStudio: add exec pledge
joshua stein
2020-01-16
HackStudio: set sane $PATH early to include /usr/local/bin
joshua stein
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-11
HackStudio: Use pledge()
Andreas Kling
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
2019-12-28
HackStudio: Check for make command on startup
Conrad Pankoff
2019-12-28
HackStudio: Add file list context menu and file removal action
Conrad Pankoff
2019-12-26
HackStudio: Fix failure to open files
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-24
LibDraw: Add Selection and SelectionText system theme colors
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
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-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
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
HackStudio: Highlight matching pairs of [ and ] as well
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
[next]