summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-28Ports: Remove i686 supportLiav A
2022-12-28Applications: Remove i686 supportLiav A
2022-12-28DevTools: Remove i686 supportLiav A
2022-12-28HackStudio: Remove i686 supportLiav A
2022-12-28LibX86: Remove i686 supportLiav A
2022-12-28LibCoredump: Remove i686 supportLiav A
2022-12-28LibDebug: Remove i686 supportLiav A
2022-12-28LibELF+LibSymbolication: Remove i686 supportLiav A
2022-12-28DynamicLoader: Remove i686 supportLiav A
2022-12-28LibC: Remove i686 supportLiav A
2022-12-28Kernel+Userland: Remove dependency on i386-specific registersLiav A
2022-12-28Userland: Remove i686 supportLiav A
2022-12-28Meta: Remove i686 targetLiav A
2022-12-28Base: Remove UserspaceEmulator from the list of manual pages to verifyTimothy Flynn
2022-12-27icc: Print profile creation timeNico Weber
2022-12-27LibGfx: Read profile creation time from ICCProfile headerNico Weber
2022-12-27LibC: Make timegm() force tm_isdst to 0Nico Weber
2022-12-27Documentation: Fix a few typosNico Weber
2022-12-27LibGfx: Start adding a utility for handling ICC color profilesNico Weber
2022-12-27LibGfx: Start adding a class for handling ICC color profilesNico Weber
2022-12-27LibVideo: Fix two comment typosNico Weber
2022-12-27Taskbar: Propagate more errors on widget populationthankyouverycool
2022-12-27Taskbar: Load Assistant's AppFile on window creationthankyouverycool
2022-12-27LibDesktop: Do not quit screensaver on immediate mouse moveJelle Raaijmakers
2022-12-27Demos+LibDesktop: Centralize screensaver logicJelle Raaijmakers
2022-12-27Browser: Escape question marks for google.com urls in content filterFlorian Cramer
2022-12-27AK: Make StringUtils::matches() handle escaping correctlyFlorian Cramer
2022-12-27Shell: Add `where` builtinVetrox
2022-12-27LibArchive+Utilities: Port ZipOutputStream to Core::StreamKarol Kosek
2022-12-27Utilities/zip: Read files using Core::Stream::FileKarol Kosek
2022-12-26AK: Mark Error::from_ functions as [[nodiscard]]Nico Weber
2022-12-26LibCompress: Add two missing return statementsNico Weber
2022-12-26LibWeb: Clamp {row,column} spans if outside of gridTom
2022-12-26LibWeb: Add missing return statement in an element scrolling error caseTimothy Flynn
2022-12-26Kernel: Add PMCCNTR_EL0, Performance Monitors Cycle Count Registerkonrad
2022-12-26Kernel: Add NZCV, Condition Flagskonrad
2022-12-26Kernel: Add MIDR_EL1, Main ID Registerkonrad
2022-12-26Kernel: Add CNTFRQ_EL0, Counter-timer Frequency Registerkonrad
2022-12-26Kernel: Add MPIDR_EL1, Multiprocessor Affinity Registerkonrad
2022-12-26Kernel: Add ID_AA64ISAR0_EL1, Instruction Set Attribute Register 0konrad
2022-12-26PixelPaint: Erase old active layer boundary when active layer changesTim Ledbetter
2022-12-26Demos: Remove VirGLDemoStephan Unverwerth
2022-12-26Kernel/Graphics: Increase VirtIO GPU transfer buffer size to 4MiBStephan Unverwerth
2022-12-26LibVirtGPU: Adopt rendering code from VirGLDemoStephan Unverwerth
2022-12-26LibVirtGPU: Adopt device initialization code from VirGLDemoStephan Unverwerth
2022-12-26LibVirtGPU: Create and initialize device from file descriptorStephan Unverwerth
2022-12-26LibVirtGPU: Replace magic values with command bitfieldsStephan Unverwerth
2022-12-26LibVirtGPU: Add utility header for command flag bitfieldsStephan Unverwerth
2022-12-26LibVirtGPU: Add enum for Gallium texture formatsStephan Unverwerth
2022-12-26LibVirtGPU: Add length verification to append_create_shader()Stephan Unverwerth