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
Age
Commit message (
Expand
)
Author
2019-08-15
Terminal: Mark window as alpha-less when starting up with 100% opacity
Andreas Kling
2019-08-14
SystemMonitor: Paint the "used" disk space column as a progress bar
Andreas Kling
2019-08-14
SystemMonitor: Add a PCI devices tab
Sergey Bugaev
2019-08-14
ProcessManager: Rename it to SystemMonitor
Sergey Bugaev
2019-08-13
Terminal: Only repaint the lines that actually changed
Andreas Kling
2019-08-13
Terminal: Clip to the paint event rect
Andreas Kling
2019-08-13
Terminal: Rename Terminal => TerminalWidget
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-12
ProcessManager: Hook the sort order for the file systems JSON model
Andreas Kling
2019-08-11
ProcessManager: Add "File systems" tab with info on mounted filesystems
Andreas Kling
2019-08-10
LibCore: Use URL in CHttpRequest
Andreas Kling
2019-08-10
ProcessManager: Use a GJsonArrayModel for the process memory maps
Andreas Kling
2019-08-10
GJsonArrayModel: Support fields that aren't tied to a single JSON value
Andreas Kling
2019-08-10
ProcessManager: Use a GJsonArrayModel for the process file desciptors
Andreas Kling
2019-08-10
GJsonArrayModel: Add an optional "massage_for_display" fieldspec hook
Andreas Kling
2019-08-10
ProcessManager: Remove SocketModel and NetworkAdapterModel
Andreas Kling
2019-08-10
Calculator: Add a simple calculator app
Sergey Bugaev
2019-08-09
ProcessManager: Enable automatic column sizing for all table views
Andreas Kling
2019-08-09
ProcFS: Make a new nifty /proc/net directory
Sergey Bugaev
2019-08-08
ProcessManager: Add a "Network" tab with live adapter and socket stats
Andreas Kling
2019-08-08
ProcessManager: Tweak memory stats widget layout to fit more text
Andreas Kling
2019-08-07
ChanViewer: Show "" instead of "undefined" for missing thread subjects
Andreas Kling
2019-08-06
Terminal: Fix trying to free() a stack variable
Sergey Bugaev
2019-08-05
ChanViewer: Add a status bar to show loading status
Andreas Kling
2019-08-05
ChanViewer: Fetch the list of boards and allow switching the board
Andreas Kling
2019-08-05
ChanViewer: Show thread subjects in the catalog view
Andreas Kling
2019-08-04
ChanViewer: If catalog download fails, don't try to parse response JSON
Andreas Kling
2019-08-04
ChanViewer: Give this application a simple window icon
Andreas Kling
2019-08-04
ChanViewer: Show the time of each post in the thread catalog
Andreas Kling
2019-08-04
ChanViewer: Start working on a simple read-only 4Chan viewer
Andreas Kling
2019-08-04
Terminal: Paint bold text with a bold font.
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
FontEditor(UI): Update the groupbox to have the right background color
Andreas Kling
2019-08-03
Kernel+ProcessManager: Add some more info to /proc/PID/fds
Andreas Kling
2019-08-03
LibCore: Make get_current_user_home_path() return String & close passwd
Andreas Kling
2019-08-03
ProcessManager: Add a new per-proces "open files" view showing open FDs
Andreas Kling
2019-08-03
Piano: Add mouse support for playing notes
Conrad Pankoff
2019-08-01
ProcessManager: Fix timer leak in ProcessStacksWidget
Andreas Kling
2019-07-31
FileManager: Show home directory by default, or command line argument
Conrad Pankoff
2019-07-29
TextEditor: Include extension during SaveAs
rhin123
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-28
ProcessManager: Add a "Memory map" view to show a process's VM layout.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Remove old "icon path" way of doing things.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-27
TextEditor: Let's have line numbers starting at 1.
Andreas Kling
2019-07-27
TextEditor: Add back lost "Save as..." action.
Andreas Kling
2019-07-27
ProcessManager: Oops, the process-specific view should not be global.
Andreas Kling
2019-07-27
Piano: Add an (empty) menubar so the app looks a little more complete.
Andreas Kling
2019-07-27
ProcessManager: Add a process-specific tab view below the process table.
Andreas Kling
[next]