summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-15LibCore: Make --version print same version as in LibGUI's About dialogsNico Weber
2021-08-15LibGUI: Simplify AboutDialog::version_string()Nico Weber
2021-08-15LibCore: Include math.h instead of defining isnan() in ArgsParser.cppNico Weber
2021-08-14LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GCIdan Horowitz
2021-08-14LibC: Add stubs for several functions in xattr.hKenneth Myhra
2021-08-14LibC: Add stub for res_queryKenneth Myhra
2021-08-14LibC: Add stub for fnmatch and a set of defined valuesKenneth Myhra
2021-08-14LibC: Add FIONREAD to ioctl.hKenneth Myhra
2021-08-14LibC: Add function fdopendirKenneth Myhra
2021-08-14LibCore: Add --version flag to ArgsParserNico Weber
2021-08-14LibJS: Call base class visit_edges() in various Temporal objectsAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/statvfs.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/uio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/ptrace.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/time.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/times.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for stdio.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for unistd.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for poll.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for utsname.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for dirent.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for serenity.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/wait.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for net/{if,if_arp,route}.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for futex.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for signal.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for netinet/in.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/socket.h and sys/un.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for termios.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for sys/mman.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions for time.h and sys/stat.hAndreas Kling
2021-08-14Kernel+LibC: Share definitions in fcntl.h and sys/types.hAndreas Kling
2021-08-14LibC: Don't flatten `malloc` and `free`Daniel Bertalan
2021-08-14UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in mallocDaniel Bertalan
2021-08-14LibWeb: Treat multi-value CSS properties as StyleValueList by defaultSam Atkins
2021-08-14LibGL: Implement glDrawElementsStephan Unverwerth
2021-08-14LibGL: Implement glDrawArraysStephan Unverwerth
2021-08-14LibGL: Implement glTexCoord4fvStephan Unverwerth
2021-08-14LibGL: Implement glTexCoordPointerStephan Unverwerth
2021-08-14LibGL: Implement glColorPointerStephan Unverwerth
2021-08-14LibGL: Implement glVertexPointerStephan Unverwerth
2021-08-14LibGL: Implement glEnableClientState and glDisableClientStateStephan Unverwerth
2021-08-14LibGL: Implement glDepthMaskStephan Unverwerth
2021-08-14LibGL: Add missing defines needed for glquakeStephan Unverwerth
2021-08-14LibWeb: Remove ValueListStyleValue :^)Sam Atkins
2021-08-14LibWeb: Parse multiple font-family valuesSam Atkins
2021-08-14LibWeb: Handle StyleValueList for background-imageSam Atkins
2021-08-14LibWeb: Implement and use BackgroundRepeatStyleValueSam Atkins
2021-08-14LibWeb: Implement and use OverflowStyleValueSam Atkins
2021-08-14LibWeb: Implement and use BorderRadiusStyleValueSam Atkins