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
2020-12-18
Base: Add app-cube.png 32x32 icon
Linus Groh
2020-12-18
Base: Tweak app-cube.png 16x16 icon
Linus Groh
2020-12-18
Screensaver: Add app-screensaver.png 32x32 icon
Brendan Coles
2020-12-17
LibWeb: Whitespace that causes a line to wrap should be hidden
Andreas Kling
2020-12-17
Chess: Prevent board changes when waiting for ChessEngine to move
Brendan Coles
2020-12-17
WindowServer: Add the ability to animate cursors
Tom
2020-12-17
LibC: stdlib: Add clearenv() function
Brendan Coles
2020-12-17
LibWeb: Escape text nodes in innerHTML getter
Linus Groh
2020-12-17
LibWeb: Include element attributes in innerHTML getter
Linus Groh
2020-12-17
Kernel: Return a correct name string of async write request
Liav A
2020-12-17
LibWeb: Notify the PageClient when the children of <title> change
Andreas Kling
2020-12-17
LibWeb: Fix shrink-to-fit layout for position:absolute
Andreas Kling
2020-12-17
LibWeb: Use the correct containing block for position:absolute width
Andreas Kling
2020-12-17
LibWeb: Always break around inline-blocks in AllPossibleLineBreaks mode
Andreas Kling
2020-12-17
LibWeb: Make sure the ICB is at least as tall as the viewport
Andreas Kling
2020-12-17
LibGUI: Table views with SelectRows should scroll entire rows into view
Andreas Kling
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-12-17
UserspaceEmulator: Implement geteuid, getegid, ptsname syscalls
Brendan Coles
2020-12-16
Kernel: Fix Lock race causing infinite spinning between two threads
Tom
2020-12-16
ln: Make the 'path' argument optional
Andreas Kling
2020-12-16
Shell: Don't run commands with failing redirections
Linus Groh
2020-12-16
FileManager: Fix assertion when drag&dropping a file to the desktop
Andreas Kling
2020-12-16
LibGUI: Don't fill IconView item text background unless actually wanted
Andreas Kling
2020-12-16
LibGUI: Make the IconView cursor rect show up on the desktop
Andreas Kling
2020-12-16
LibGUI: Add ScrollableWidget helpers for rect conversion
Andreas Kling
2020-12-16
Meta: Add Hardware Compatbility List
Dan MacDonald
2020-12-16
Userland: Add beep utility
Brendan Coles
2020-12-16
EchoServer: Add a simple echo server
Brendan Coles
2020-12-16
UserspaceEmulator: Implement beep syscall
Brendan Coles
2020-12-16
TelnetServer: replace getopt with LibCore ArgsParser
Brendan Coles
2020-12-16
Games: Add Pong
Brendan Coles
2020-12-16
LibCore: Expose some Socket properties to make then inspectable
Conrad Pankoff
2020-12-16
IRCClient: Remove unnecessary temporary variable from connect()
Conrad Pankoff
2020-12-16
FileManager: Make symlink icons show up nicely in properties dialog
Andreas Kling
2020-12-16
LibWeb: The fallback 'color' value should be black, not transparent
Andreas Kling
2020-12-16
FileManager+LibGUI: Draw the item text for desktop icons with shadow
Andreas Kling
2020-12-16
LibGUI: Show app icons for executables with associated .af files
Andreas Kling
2020-12-16
LibGUI: Generate nicer icons for symlinked files
Andreas Kling
2020-12-16
LibGUI: Add GUI::Icon::sizes()
Andreas Kling
2020-12-15
Meta: Set a 10 second timeout on Shell tests
AnotherTest
2020-12-15
Shell: Make Subshell actually create a subshell
AnotherTest
2020-12-15
LibWeb: Remove use of specified_style() in Layout::ImageBox
Andreas Kling
2020-12-15
LibWeb: Actually apply recomputed style to element's layout node
Andreas Kling
2020-12-15
LibWeb: Update text-decoration hack to use text-decoration-line
Andreas Kling
2020-12-15
LibWeb: Generate the CSS::ValueID enum and its helper functions
Andreas Kling
2020-12-15
LibWeb: Oops, not all length boxes should default to 'auto' values
Andreas Kling
2020-12-15
LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Dimension inline-block and replaced boxes during splitting
Andreas Kling
2020-12-15
LibWeb: Remove unused Element::set_attributes()
Andreas Kling
[next]