0
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 24 hours ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
disable effects for now. they are using opengl calls on vulkan causing crashes More... about 24 hours ago
don't flip window frame y More... 1 day ago
fix screen corruption by providing the staging buffer witha full texture stride More... 1 day ago
get mouse input working More... 1 day ago
Added m_vertexBufferOffset member to track current position in the streaming buffer Reset the offset to 0 at the start of each frame in beginFrame() Each renderNodes() call now uploads vertices at the current offset and advances it More... 1 day ago
add size logging More... 1 day ago
save currect vulkan progress More... 1 day ago
The generator expressions in install(FILES ...) were being interpreted relative to the build directory at install time. Replaced them with an explicit if(HAVE_VULKAN) block which properly evaluates the paths relative to the source directory. More... 1 day ago
add field initializers keyKDE More... 1 day ago
fix duplicate label name in Qt .ui file More... 1 day ago
suppress warnings in 3rd party vulkan libraries More... 1 day ago
fix ‘#pragma once’ in source file More... 1 day ago
silence some compile warnings More... 1 day ago
The two same named modifiers properties are now uniquely named freedrawModifiers and arrowdrawModifiers. More... 1 day ago
Added missing box, borderRadius, borderColor, textures, bufferReleasePoint fields to RenderNode designated initializers, and added missing renderNodes, transformStack, opacityStack, cornerStack fields to RenderContext initializer More... 1 day ago
Added missing dimming, iccProfilePath, iccProfile, maxPeakBrightnessOverride, maxAverageBrightnessOverride, minBrightnessOverride, sdrGamutWideness fields to OutputChangeSet initializations More... 1 day ago
Changed sync_merge_data from designated initializers to value-init then field assignment, added <cstring> include for strncpy More... 1 day ago
Changed drm_mode_create_dumb and drm_mode_map_dumb from designated initializers to value-init then field assignment More... 1 day ago
Line 396: Replaced pixmap(window(), size) with pixmap(size, window()->devicePixelRatio()) Line 415: Replaced actualSize(window(), size) with actualSize(size) More... 1 day ago
Replaced event->key | event->modifiers with QKeyCombination(event->modifiers, Qt::Key(event->key)).toCombined() More... 1 day ago
Replaced he->pos() with he->position().toPoint() (oldPos() already returns QPoint) More... 1 day ago
Replaced deprecated Qt::Key_mu with Qt::Key_micro More... 2 days ago
Added (void) cast for QTemporaryFile::open() return value More... 2 days ago
Replaced deprecated QHoverEvent::posF() and oldPosF() with position() and oldPos() More... 2 days ago
Added proper error handling for QFile::open() instead of ignoring the return value More... 2 days ago
Changed from designated initializers with missing fields to explicit struct initialization with {} then field assignment More... 2 days ago
Added explicit zero initialization for all missing fields in xcb_xkb_select_events_details_t struct More... 2 days ago
we've verified we boot to a vulkan desktop so switch the color back to black More... 2 days ago
fixes for resource leaks in the new vulkan backend More... 2 days ago
GL_RENDERBUFFER was incorrectly used instead of GL_FRAMEBUFFER as the first parameter to glFramebufferRenderbuffer More... 2 days ago