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-05-07
Shell: Allow browsing history with up/down arrow keys.
Andreas Kling
2019-05-07
Shell: Add "history" command that shows command history.
Andreas Kling
2019-05-07
Shell: Move line editing to a separate class.
Andreas Kling
2019-05-07
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
Andreas Kling
2019-05-07
Shell: Use a Vector<char> for the main input buffer.
Andreas Kling
2019-05-06
GTableView: Make column resizing work when view is scrolled horizontally.
Andreas Kling
2019-05-06
GTextEditor: set_cursor() should gracefully handle old cursor being invalid.
Andreas Kling
2019-05-06
Kernel: Dump backtrace on exit() syscall.
Andreas Kling
2019-05-06
GraphicsBitmap: Add non-const overload of bits().
Andreas Kling
2019-05-06
GraphicsBitmap: Add a new "Indexed8" format that uses a 256-entry palette.
Andreas Kling
2019-05-06
Make sure all GraphicsBitmap scanlines are 16-byte aligned.
Andreas Kling
2019-05-06
AK: Change HashTable and HashMap size/capacity to be ints.
Andreas Kling
2019-05-06
Minesweeper: Flag unflagged mines on win.
Andreas Kling
2019-05-06
ProcessManager: Use the same margins for both CPU and memory graph.
Andreas Kling
2019-05-06
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Andreas Kling
2019-05-06
Color: Add named color "Cyan"
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-05-05
GTabWidget: Paint a frame around the container part of the widget.
Andreas Kling
2019-05-05
GTabWidget: Make a custom look for tab buttons.
Andreas Kling
2019-05-05
LibGUI: Start working on a tabbed widget container: GTabWidget.
Andreas Kling
2019-05-05
CObject: add_child() should set the child's parent.
Andreas Kling
2019-05-05
GTableView: Fix crash when clicking at random places.
Andreas Kling
2019-05-04
WindowServer: Don't send Paint messages to minimized windows.
Andreas Kling
2019-05-04
GTableView: Make it possible to resize the columns with the mouse.
Andreas Kling
2019-05-04
Painter: Re-enable diagonal draw_line().
Andreas Kling
2019-05-04
GTableView: Improve look of column headers, and add sort order indicators.
Andreas Kling
2019-05-04
Kernel: Add a bit of logging in VMObject::inode_size_changed().
Andreas Kling
2019-05-04
Kernel: Computing the boot timestamp was a bit broken.
Andreas Kling
2019-05-04
date: Add "-u" argument for printing current Unix timestamp.
Andreas Kling
2019-05-04
IPv4: Rename source/destination in socket classes to local/peer.
Andreas Kling
2019-05-04
IPv4: Save the source address/port together with incoming packet payloads.
Andreas Kling
2019-05-04
sync.sh: Add "-f" option to forcibly regenerate _fs_contents from scratch.
Andreas Kling
2019-05-04
run: Make it easy to override which qemu executable is used.
Andreas Kling
2019-05-04
sync.sh: Don't regenerate _fs_contents from /dev/zero every time.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-03
IPv4: Implement bind() for TCP and UDP sockets.
Andreas Kling
2019-05-03
WindowServer+LibGUI: Allow changing whether windows have alpha channels.
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-05-03
LibC: Add strcoll() and strxfrm().
Andreas Kling
2019-05-03
LibM: Stub out a whole bunch of math functions so vim will build.
Andreas Kling
2019-05-03
Meta: Add IRC channel to the ReadMe.
Andreas Kling
2019-05-03
LibGUI+WindowServer: Add a GResizeCorner widget.
Andreas Kling
2019-05-02
Kernel: Simplify VMObject::is_anonymous().
Andreas Kling
2019-05-02
Kernel: Remove unused Region::is_bitmap().
Andreas Kling
2019-05-02
LibC: Tune the number of ChunkedBlocks we keep around empty.
Andreas Kling
2019-05-02
LibC: Move full ChunkedBlocks to a separate list in the allocator.
Andreas Kling
2019-05-02
LibC: free() should move kept empty ChunkedBlocks to the end of the list.
Andreas Kling
2019-05-02
LibC: free() should return free blocks back to the operating system.
Andreas Kling
2019-05-02
strace: Allow "strace command" to trace a process from start to finish.
Andreas Kling
[next]