summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31LibJS: Provide 'details' key in results object for duplicate testLinus Groh
2021-03-31Base: Add a bullet emoji •Timothy Flynn
2021-03-31LibWeb: Don't hit test a stacked child if it is behind its parentTimothy Flynn
2021-03-31Base: Add test for a box placed over links with negative z-indexTimothy Flynn
2021-03-31UserspaceEmulator: Default-initialize the siginfo struct used in waitidAnotherTest
2021-03-31Shell: Place Pipe redirections at the beginning of the redirection listAnotherTest
2021-03-31Utilities/sleep: Go back to sleep if not interrupted by SIGINTAnotherTest
2021-03-31Shell: Handle SIGCHLD after sending SIGCONT to jobAnotherTest
2021-03-31Shell: Use existing job state when waitpid() returns 0 in `jobs`AnotherTest
2021-03-31Kernel: Send SIGCHLD to the parent process when changing stopped stateAnotherTest
2021-03-31Shell: Replace '#if SH_DEBUG` with dbgln_if() and if constexprAnotherTest
2021-03-31Utilities: Add simple traceroute utilityIdan Horowitz
2021-03-31LibC+ping: Move internet_checksum to serenity headerIdan Horowitz
2021-03-31WindowServer+LibGfx: Rename menu_bar => menubarAndreas Kling
2021-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-31Ports: Links: Bump version from 2.19 to 2.22Brendan Coles
2021-03-30ResourceGraph.MenuApplet: Make these a little bit smallerAndreas Kling
2021-03-30Base: Tweak applet window orderAndreas Kling
2021-03-30Taskbar: Reposition the applet area when the desktop rect changesAndreas Kling
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-30LibWeb: Create a new BFC when the overflow is neither visible nor clipTimothy Flynn
2021-03-30Base: Add test page for floating boxes with overflow=hiddenTimothy Flynn
2021-03-30LibWeb: Compute position of relative blocks before placing themTimothy Flynn
2021-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-30LibWeb: Get the first DOM node with a 'title' attribute for tooltip areaTimothy Flynn
2021-03-30Ports: Use 'env bash' in hatari and pt2-clone package.sh shebangLinus Groh
2021-03-30Ports: Added a chester port, a very simple GameBoy emulator.Manuel Palenzuela
2021-03-30WindowServer: Install WindowServer headersAndreas Kling
2021-03-30LibJS: Fix two issues with array (length > INT32_MAX)Andreas Kling
2021-03-30Kernel: Don't dump regions twice when crashing due to bad accessAndreas Kling
2021-03-30Kernel: Clarify Thread::block() a little bit with a better local nameAndreas Kling
2021-03-30EditingEngine: Don't jump to the beginning or end of a non-existant wordone-some
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-03-30Meta: Add thankyouverycool to the contributors list :^)Andreas Kling
2021-03-30Taskbar: Update ClockWidget to Calendar view changesthankyouverycool
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-30MenuApplets: Remove old clock/calendar appletthankyouverycool
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-29LibGUI+WindowServer: Keep canonical WindowType enum in WindowServerAndreas Kling
2021-03-29SystemServer: Call endgrent() after we're finished looking up groupsAndreas Kling
2021-03-29Ports/SQLite: Remove HAVE_UTIME compilation flagJelle Raaijmakers
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-29LibElf+readelf: Parse ELFs with no program headers correctlyIdan Horowitz
2021-03-29Kernel: Support write() after setting O_APPEND on a non-seekable fileItamar
2021-03-29LibC: Mark atexit() entries as 'called' before calling themItamar
2021-03-29LibWeb: Compute position of relative block elementsTimothy Flynn