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-08
Replace various copies of parse_uint(String) with String::to_uint().
Andreas Kling
2019-05-08
Added killall command (#30)
GuillaumeGas
2019-05-08
Toolchain: Make sure everything ends up in the right place in Root/
Andreas Kling
2019-05-08
GGroupBox: Rename "name" property to "title"
Andreas Kling
2019-05-08
Move VisualBuilder into a new DevTools directory.
Andreas Kling
2019-05-08
GTextEditor: Add a readonly mode.
Andreas Kling
2019-05-08
VisualBuilder: Add a simple mechanism to write a form out to disk.
Andreas Kling
2019-05-08
CIODevice: Add some basic output facilities: write() and printf().
Andreas Kling
2019-05-08
GEventLoop: Calm down with the Vector inline capacity for messages.
Andreas Kling
2019-05-08
GWindow: Mirror the correct number of pixels to newly created back bitmaps.
Andreas Kling
2019-05-08
GTableView: Fix crash on mousemove when no model is assigned.
Andreas Kling
2019-05-08
GraphicsBitmap: size_in_bytes() was overshooting by 4x, oops!
Andreas Kling
2019-05-08
HelloWorld: Add a simple "Hello World!" app showing the basics.
Andreas Kling
2019-05-08
GApplication: quit() should have a default exit code of 0.
Andreas Kling
2019-05-07
VisualBuilder: Add a way to dump the current form to the debugger.
Andreas Kling
2019-05-07
GSpinBox: Add class_name() override.
Andreas Kling
2019-05-07
ProcessManager: Draw the graphs as lines.
Andreas Kling
2019-05-07
WindowServer: Don't launch a terminal when clicking system menu separators.
Andreas Kling
2019-05-07
Painter: Support diagonal lines with dy>dx, and apply clipping as well.
Andreas Kling
2019-05-07
GTabWidget: Fill the entire tab widget instead of just the bar.
Andreas Kling
2019-05-07
Painter: Remove unused draw_focus_rect().
Andreas Kling
2019-05-07
ProcessManager: Tweak default column widths.
Andreas Kling
2019-05-07
AK: Add InlineLinkedList::remove_tail().
Andreas Kling
2019-05-07
GTabWidget: Tweak appearance.
Andreas Kling
2019-05-07
GTabWidget: Highlight tab buttons when hovered.
Andreas Kling
2019-05-07
Shell: Make ^W and ^U work when cursor is not at the end of the line.
Andreas Kling
2019-05-07
Shell: Support home/end keys for line editing.
Andreas Kling
2019-05-07
Shell: Support basic line editing with left/right arrow keys.
Andreas Kling
2019-05-07
WindowServer: Don't invalidate the cursor on left button state change.
Andreas Kling
2019-05-07
Shell: Ignore tab key for now.
Andreas Kling
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
[next]