summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-12-26WebServer: Require document root and credentials as config init paramsThomas Keppler
2022-12-26WebServer: Rename {real_}root_path to {real_}document_root_pathThomas Keppler
2022-12-26LibIPC: Remove requirement that Variant types must begin with EmptyTimothy Flynn
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-12-26IPCCompiler+LibIPC: Generate message decoders with better TRY semanticsTimothy Flynn
2022-12-26Taskbar: Handle errors when adding/changing quick launch entriesArda Cinar
2022-12-26Taskbar: Add a factory function for TaskbarWindowArda Cinar
2022-12-26Taskbar: Add a factory function for QuickLaunchWidgetArda Cinar
2022-12-26LibJS: Add yearOfWeek calendar methods and propertiesLuke Wilde
2022-12-26LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidgetthankyouverycool
2022-12-26LibGUI+Applications: Rename automatic scrolling timer functionsthankyouverycool
2022-12-26LibGUI: Handle Enter+Leave events for automatic cursor trackersthankyouverycool
2022-12-26pro: Warn if credentials will not be considered for AuthorizationThomas Keppler
2022-12-26pro: Override authorization with manually set Authorization headerThomas Keppler
2022-12-26pro: Allow passing Basic Auth credentials for HTTP URLsThomas Keppler
2022-12-26pro: Add header format to argument helpThomas Keppler
2022-12-26HackStudio: Remove `release_values_but_fixme_should_propogate_errors`sominusliticus
2022-12-25WebDriver: Implement stub for .../element/{element id}/clickBaitinq
2022-12-25LibWeb: Propagate errors in Element::scroll_into_view()Baitinq
2022-12-25LibWasm: Split SaturatingTruncate conversion function by float/non-floatAndrew Kaster
2022-12-25LibGL+LibWeb: Remove WebGL-specific API from GLContextJelle Raaijmakers
2022-12-25Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttonsAayush
2022-12-25LibWeb: Remove done gradient painting TODOMacDue
2022-12-25LibWeb: Speed up gradient painting quite a lotMacDue