summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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-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-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-26PixelPaint: Erase old active layer boundary when active layer changesTim Ledbetter
2022-12-26Demos: Remove VirGLDemoStephan 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
2022-12-26LibVirtGPU: Make depth and color clearing separate functionsStephan Unverwerth
2022-12-26LibVirtGPU: Remove hard coded primitive type in append_draw_vbo()Stephan Unverwerth
2022-12-26LibVirtGPU: Improve append_set_framebuffer_state_no_attach()Stephan Unverwerth
2022-12-26LibVirtGPU: Remove hardcoded size from append_viewport()Stephan Unverwerth
2022-12-26LibVirtGPU: Drop gl_ prefix from CommandBufferBuilder methodsStephan Unverwerth
2022-12-26LibVirtGPU: Use c++ style casts in CommandBuilderStephan Unverwerth
2022-12-26LibVirtGPU: Improve type safety of encode_command()Stephan Unverwerth
2022-12-26LibVirtGPU: Make BindTarget an enum and move it into VirtGPU::ProtocolStephan Unverwerth
2022-12-26LibVirtGPU: Move VirGLDemo protocol code into VirtGPU namespaceStephan Unverwerth
2022-12-26LibVirtGPU: Add newlines between CommandBuilder methodsStephan Unverwerth
2022-12-26LibVirtGPU: Remove unnecessary BufferBuilder constructor deletionStephan Unverwerth
2022-12-26LibVirtGPU: Adopt virgl protocol files from VirGLDemoStephan Unverwerth
2022-12-26LibGPU+LibVirtGPU: Allow loading the driver and instantiating the deviceStephan Unverwerth
2022-12-26LibVirtGPU: Add a new GPU device that talks to our VirtIO-GPU driverStephan Unverwerth
2022-12-26LibGPU+LibSoftGPU: Move size and pixel format information to GPU::ImageStephan Unverwerth
2022-12-26WebServer: Use new String type internally as much as possibleThomas Keppler
2022-12-26WebServer: Use new String type for default option valuesThomas Keppler