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
2021-03-31
LibJS: Provide 'details' key in results object for duplicate test
Linus Groh
2021-03-31
Base: Add a bullet emoji •
Timothy Flynn
2021-03-31
LibWeb: Don't hit test a stacked child if it is behind its parent
Timothy Flynn
2021-03-31
Base: Add test for a box placed over links with negative z-index
Timothy Flynn
2021-03-31
UserspaceEmulator: Default-initialize the siginfo struct used in waitid
AnotherTest
2021-03-31
Shell: Place Pipe redirections at the beginning of the redirection list
AnotherTest
2021-03-31
Utilities/sleep: Go back to sleep if not interrupted by SIGINT
AnotherTest
2021-03-31
Shell: Handle SIGCHLD after sending SIGCONT to job
AnotherTest
2021-03-31
Shell: Use existing job state when waitpid() returns 0 in `jobs`
AnotherTest
2021-03-31
Kernel: Send SIGCHLD to the parent process when changing stopped state
AnotherTest
2021-03-31
Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexpr
AnotherTest
2021-03-31
Utilities: Add simple traceroute utility
Idan Horowitz
2021-03-31
LibC+ping: Move internet_checksum to serenity header
Idan Horowitz
2021-03-31
WindowServer+LibGfx: Rename menu_bar => menubar
Andreas Kling
2021-03-31
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Andreas Kling
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-31
Ports: Links: Bump version from 2.19 to 2.22
Brendan Coles
2021-03-30
ResourceGraph.MenuApplet: Make these a little bit smaller
Andreas Kling
2021-03-30
Base: Tweak applet window order
Andreas Kling
2021-03-30
Taskbar: Reposition the applet area when the desktop rect changes
Andreas Kling
2021-03-30
WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-30
LibWeb: Create a new BFC when the overflow is neither visible nor clip
Timothy Flynn
2021-03-30
Base: Add test page for floating boxes with overflow=hidden
Timothy Flynn
2021-03-30
LibWeb: Compute position of relative blocks before placing them
Timothy Flynn
2021-03-30
LibWeb+WebContent: Support displaying tooltips in OOPWV
Timothy Flynn
2021-03-30
LibWeb: Get the first DOM node with a 'title' attribute for tooltip area
Timothy Flynn
2021-03-30
Ports: Use 'env bash' in hatari and pt2-clone package.sh shebang
Linus Groh
2021-03-30
Ports: Added a chester port, a very simple GameBoy emulator.
Manuel Palenzuela
2021-03-30
WindowServer: Install WindowServer headers
Andreas Kling
2021-03-30
LibJS: Fix two issues with array (length > INT32_MAX)
Andreas Kling
2021-03-30
Kernel: Don't dump regions twice when crashing due to bad access
Andreas Kling
2021-03-30
Kernel: Clarify Thread::block() a little bit with a better local name
Andreas Kling
2021-03-30
EditingEngine: Don't jump to the beginning or end of a non-existant word
one-some
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-30
LibCore: Add Core::File is_device() helpers
Idan Horowitz
2021-03-30
Meta: Add thankyouverycool to the contributors list :^)
Andreas Kling
2021-03-30
Taskbar: Update ClockWidget to Calendar view changes
thankyouverycool
2021-03-30
LibGUI+Calendar: Add new month and year views to Calendar
thankyouverycool
2021-03-30
MenuApplets: Remove old clock/calendar applet
thankyouverycool
2021-03-30
LibGUI: Don't inflate icon text rects beyond available width
thankyouverycool
2021-03-30
Browser+LibWeb+WebContent: Add action to clear resource cache
Timothy Flynn
2021-03-29
LibGUI+WindowServer: Keep canonical WindowType enum in WindowServer
Andreas Kling
2021-03-29
SystemServer: Call endgrent() after we're finished looking up groups
Andreas Kling
2021-03-29
Ports/SQLite: Remove HAVE_UTIME compilation flag
Jelle Raaijmakers
2021-03-29
LibC: Implement utimes function
Jelle Raaijmakers
2021-03-29
LibElf+readelf: Parse ELFs with no program headers correctly
Idan Horowitz
2021-03-29
Kernel: Support write() after setting O_APPEND on a non-seekable file
Itamar
2021-03-29
LibC: Mark atexit() entries as 'called' before calling them
Itamar
2021-03-29
LibWeb: Compute position of relative block elements
Timothy Flynn
[next]