index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-14
GTableView: Add a way to customize cell painting per-column
Andreas Kling
2019-08-14
StylePainter: Move progress bar painting from GProgressBar to here
Andreas Kling
2019-08-14
GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data
Andreas Kling
2019-08-14
JsonParser: "" is an empty string, not a null value
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-14
Userland: Use LibPCIDB in lspci to print device names
Conrad Pankoff
2019-08-14
Misc: Import pci.ids file version 2019.08.08
Conrad Pankoff
2019-08-14
Libraries: Add LibPCIDB for reading PCI device information from pci.ids
Conrad Pankoff
2019-08-14
AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get()
Andreas Kling
2019-08-14
OwnPtr: Add a way to turn an OwnPtr into a NonnullOwnPtr
Andreas Kling
2019-08-14
Userland: Implement simple lspci command
Conrad Pankoff
2019-08-14
Kernel: Hide PCI logs behind a debug flag like other logs
Conrad Pankoff
2019-08-14
Kernel: Reimplement /proc/pci as JSON, add some more fields
Conrad Pankoff
2019-08-14
Kernel: Add more PCI configuration reading functions
Conrad Pankoff
2019-08-13
AK: Support width/alt/caps/padding modifiers for %x in printf
Conrad Pankoff
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: Shave down VT::Attribute from 8 bytes to 3 bytes
Andreas Kling
2019-08-13
LibVT: Rename VT::BufferPosition to VT::Position and move to own file
Andreas Kling
2019-08-12
Kernel: Show region access bits (R/W/X) in crash dump region lists
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-12
Minesweeper: Make the SquareButtons non-checkable
Andreas Kling
2019-08-12
GButton: Allow non-checkable buttons to render as checked
Andreas Kling
2019-08-12
WindowServer: Fix incorrect "window left" event after button drag
Andreas Kling
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-12
Kernel: Use a CircularQueue for input rather than a DoubleBuffer
Conrad Pankoff
2019-08-12
VirtualConsole: Only consume data from key-down events
Conrad Pankoff
2019-08-12
Kernel: Restore alt+n hijacking for virtual console switching
Conrad Pankoff
2019-08-12
Kernel: Don't forward hijacked keypresses in keyboard driver
Conrad Pankoff
2019-08-12
Server: Add TTYServer, a rudimentary text console manager
Conrad Pankoff
2019-08-12
Kernel: Fix non-DMA writes to IDE drives
Conrad Pankoff
2019-08-12
Kernel: Use established device name and number for framebuffer
Conrad Pankoff
2019-08-12
Kernel: Allow boot without mouse attached by checking for presence
Conrad Pankoff
2019-08-12
ProcessManager: Hook the sort order for the file systems JSON model
Andreas Kling
2019-08-12
GJsonArrayModel: Add hook to customize what comes out of GModel::Sort
Andreas Kling
2019-08-12
Vector: Use memcpy to implement remove() for trivial types
Andreas Kling
2019-08-12
GTableView and friends: API improvements for 'Sortable' flag.
Ignas S
2019-08-12
GDirectoryModel: prevent sorting by icons.
Ignas S
2019-08-12
GTableView: add 'sortable' column header flag.
Ignas S
2019-08-11
Base: Draw some new icons for various apps, tweak others
Andreas Kling
2019-08-11
ChanViewer: Make a 32x32 icon :^)
Andreas Kling
2019-08-11
GSortingProxyModel: Sort case insensitively by default (#441)
ignas-sa
2019-08-11
ProcFS: Expose local sockets in /proc/net/local
Sergey Bugaev
2019-08-11
Kernel: Customize absolute_path() for more file types
Sergey Bugaev
2019-08-11
Net: Store an acceptor PID alongside the origin PID in a socket
Sergey Bugaev
2019-08-11
Net: Store all the LocalSockets in an InlineLinkedList
Sergey Bugaev
2019-08-11
Net: Add LocalSocket::socket_path()
Sergey Bugaev
2019-08-11
Net: Override LocalSocket::class_name()
Sergey Bugaev
[next]