index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-12-26
PixelPaint: Erase old active layer boundary when active layer changes
Tim Ledbetter
2022-12-26
Demos: Remove VirGLDemo
Stephan Unverwerth
2022-12-26
LibVirtGPU: Adopt rendering code from VirGLDemo
Stephan Unverwerth
2022-12-26
LibVirtGPU: Adopt device initialization code from VirGLDemo
Stephan Unverwerth
2022-12-26
LibVirtGPU: Create and initialize device from file descriptor
Stephan Unverwerth
2022-12-26
LibVirtGPU: Replace magic values with command bitfields
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add utility header for command flag bitfields
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add enum for Gallium texture formats
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add length verification to append_create_shader()
Stephan Unverwerth
2022-12-26
LibVirtGPU: Make depth and color clearing separate functions
Stephan Unverwerth
2022-12-26
LibVirtGPU: Remove hard coded primitive type in append_draw_vbo()
Stephan Unverwerth
2022-12-26
LibVirtGPU: Improve append_set_framebuffer_state_no_attach()
Stephan Unverwerth
2022-12-26
LibVirtGPU: Remove hardcoded size from append_viewport()
Stephan Unverwerth
2022-12-26
LibVirtGPU: Drop gl_ prefix from CommandBufferBuilder methods
Stephan Unverwerth
2022-12-26
LibVirtGPU: Use c++ style casts in CommandBuilder
Stephan Unverwerth
2022-12-26
LibVirtGPU: Improve type safety of encode_command()
Stephan Unverwerth
2022-12-26
LibVirtGPU: Make BindTarget an enum and move it into VirtGPU::Protocol
Stephan Unverwerth
2022-12-26
LibVirtGPU: Move VirGLDemo protocol code into VirtGPU namespace
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add newlines between CommandBuilder methods
Stephan Unverwerth
2022-12-26
LibVirtGPU: Remove unnecessary BufferBuilder constructor deletion
Stephan Unverwerth
2022-12-26
LibVirtGPU: Adopt virgl protocol files from VirGLDemo
Stephan Unverwerth
2022-12-26
LibGPU+LibVirtGPU: Allow loading the driver and instantiating the device
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add a new GPU device that talks to our VirtIO-GPU driver
Stephan Unverwerth
2022-12-26
LibGPU+LibSoftGPU: Move size and pixel format information to GPU::Image
Stephan Unverwerth
2022-12-26
WebServer: Use new String type internally as much as possible
Thomas Keppler
2022-12-26
WebServer: Use new String type for default option values
Thomas Keppler
2022-12-26
WebServer: Require document root and credentials as config init params
Thomas Keppler
2022-12-26
WebServer: Rename {real_}root_path to {real_}document_root_path
Thomas Keppler
2022-12-26
LibIPC: Remove requirement that Variant types must begin with Empty
Timothy Flynn
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-26
IPCCompiler+LibIPC: Generate message decoders with better TRY semantics
Timothy Flynn
2022-12-26
Taskbar: Handle errors when adding/changing quick launch entries
Arda Cinar
2022-12-26
Taskbar: Add a factory function for TaskbarWindow
Arda Cinar
2022-12-26
Taskbar: Add a factory function for QuickLaunchWidget
Arda Cinar
2022-12-26
LibJS: Add yearOfWeek calendar methods and properties
Luke Wilde
2022-12-26
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
thankyouverycool
2022-12-26
LibGUI+Applications: Rename automatic scrolling timer functions
thankyouverycool
2022-12-26
LibGUI: Handle Enter+Leave events for automatic cursor trackers
thankyouverycool
2022-12-26
pro: Warn if credentials will not be considered for Authorization
Thomas Keppler
2022-12-26
pro: Override authorization with manually set Authorization header
Thomas Keppler
2022-12-26
pro: Allow passing Basic Auth credentials for HTTP URLs
Thomas Keppler
2022-12-26
pro: Add header format to argument help
Thomas Keppler
2022-12-26
HackStudio: Remove `release_values_but_fixme_should_propogate_errors`s
ominusliticus
2022-12-25
WebDriver: Implement stub for .../element/{element id}/click
Baitinq
2022-12-25
LibWeb: Propagate errors in Element::scroll_into_view()
Baitinq
2022-12-25
LibWasm: Split SaturatingTruncate conversion function by float/non-float
Andrew Kaster
2022-12-25
LibGL+LibWeb: Remove WebGL-specific API from GLContext
Jelle Raaijmakers
2022-12-25
Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttons
Aayush
2022-12-25
LibWeb: Remove done gradient painting TODO
MacDue
2022-12-25
LibWeb: Speed up gradient painting quite a lot
MacDue
[next]