index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Terminal
Age
Commit message (
Expand
)
Author
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 HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
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
Terminal: Remove an unused variable
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-25
Terminal: Start a new session before exec'ing the shell
Andreas Kling
2020-01-25
Terminal: Fetch the user shell from /etc/passwd
Andreas Kling
2020-01-21
Terminal: Unveil the user's config file
Andreas Kling
2020-01-21
Terminal: Use unveil()
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-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-11
Kernel: fork()ed children should inherit pledge promises :^)
Andreas Kling
2020-01-11
Terminal: Use pledge()
Andreas Kling
2020-01-08
Terminal: Put the Font menu items in an action group :^)
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-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-02
Terminal: Ignore SIGCHLD with SA_NOCLDWAIT
Andreas Kling
2019-11-20
Terminal+LibVT: Switch Terminal to using explicit copy/paste actions
Andreas Kling
2019-11-20
Terminal: Add action to open a new terminal with Ctrl+Shift+N
Andreas Kling
2019-11-13
Terminal+HackStudio: Fix leaking PTM fd to child processes
Sergey Bugaev
2019-10-22
LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty
Andreas Kling
2019-10-21
LibVT+Terminal: Don't set window title directly from TerminalWidget
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget's automatic size policy updates optional
Andreas Kling
2019-10-21
LibVT: Move TerminalWidget from the Terminal app to here
Andreas Kling
2019-10-19
Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one page
Andreas Kling
2019-10-02
Terminal: Remove crashy assertion about line length
Andreas Kling
2019-09-28
Terminal: Add underline support
Sergey Bugaev
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GRadioButton to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSlider to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GGroupBox to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GScrollBar to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
[next]