summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-02LibGUI: Subtract layout margin when placing items along secondary axisAndreas Kling
2021-04-02Documentation: Split brew install commands into core and fuse+ext2thislooksfun
2021-04-02Documentation: Add cmake to brew installsthislooksfun
2021-04-02Documentation: Update macOS build path in BuildInstructions.mdthislooksfun
2021-04-02Meta: Resolve some pylint violations in Python lint scriptsBrendan Coles
2021-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh
2021-04-02LibJS: Move 'typeof' string functionality from AST to ValueLinus Groh
2021-04-02LibGUI: Always outline selected date and paint today's date boldthankyouverycool
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-04-02LibWeb: Add a line box fragment for <br> nodesTimothy Flynn
2021-04-02WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)Daniël van de Burgt
2021-04-02AK: Inline HashTable writing bucket lookupthislooksfun
2021-04-02AK: Inline the bucket index calculationthislooksfun
2021-04-02AK: Add tests for HashTablethislooksfun
2021-04-02LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selectorAndreas Kling
2021-04-02WindowServer: Un-nest MenuManager::handle_mouse_event() a bitAndreas Kling
2021-04-02LibJS: Implement most of String.prototype.replaceTimothy Flynn
2021-04-02js: Hook up promise rejection tracking callbacksLinus Groh
2021-04-02js: Add REPL pretty-printing handler for PromisesLinus Groh
2021-04-02LibWeb: Run queued promise jobs after callbacksLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-04-01Ports: Build Python with --disable-ipv6Linus Groh
2021-04-01LibRegex: Test alternatives in the expected orderAnotherTest
2021-04-01LibRegex: Allow references to capture groups that aren't parsed yetAnotherTest
2021-04-01AK: Fix bogus return type of Result::release_error() (#6054)vcollette
2021-04-01Ports: Updated the SDL2_mixer port to make it compile withoutManuel Palenzuela
2021-04-01Ports: Added a SDL2_image portManuel Palenzuela
2021-04-01Ports: Get Python's --build value from config.guessLinus Groh
2021-04-01Ports: add libvorbisAlexander
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