Finish merging changes from master --> development#1367
Merged
benmoran56 merged 30 commits intodevelopmentfrom Oct 17, 2025
Merged
Finish merging changes from master --> development#1367benmoran56 merged 30 commits intodevelopmentfrom
benmoran56 merged 30 commits intodevelopmentfrom
Conversation
Fix get_text_size for DirectWrite to include trailing whitespaces, as it should get the length involving all characters.
* Implement transparent framebuffer for MacOS. * Make set_mouse_passthrough public, implement for win32. * Update docs. * Mispelling fix.
* Add get_monitor_name and get_display_id, implement on Mac OSX and Windows. * Attempt xrandr implementation and use it if available. Add missing depth attribute to the display. * Fix a couple issues. * Add custom get_default_screen methods for Xlib and Win32 to determine the primary screen. * Implement OS specific get_default_screen for MacOSX.
Co-authored-by: Benjamin <benmoran@protonmail.com>
* Fixes for text: * Cache glyphs based on unique ID and indice to reduce cache collisions. * Fix issue with inline elements crashing in a non-multiline scenario. * * Add a test for single line inline element.
* pyglet.init: Simplify ENV option parsing, and Options setter. * Potential fix for code scanning alert no. 1821: Use of a print statement at module level Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * pyglet.options: restore code to automatically disable debug_gl when optimized or frozen --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Improve missing or underdeveloped math doc * Add missing quaternion docstrings * Expand stub docstrings for Quaternions * Add new docstrings for undocumented methods in Quaternion * Add some cross-refs * Update math.py * Update math.py * Update math.py * Update math.py --------- Co-authored-by: Benjamin <benmoran@protonmail.com>
Reuse buffer when possible.
…ct. Naming conflict can occur.
* Enable Python 3.13 and 3.14 in CI matrix * Remove Python 3.8 from CI matrix
…ics.shader._uniform_setters (#1364)
# Conflicts: # pyglet/__init__.py # pyglet/display/base.py # pyglet/display/headless.py # pyglet/display/win32.py # pyglet/display/xlib.py # pyglet/font/base.py # pyglet/graphics/shader.py # pyglet/input/linux/evdev.py # pyglet/libs/linux/x11/xrandr.py # pyglet/media/codecs/base.py # pyglet/text/__init__.py # pyglet/text/layout/base.py # pyglet/window/__init__.py # pyglet/window/cocoa/__init__.py # pyglet/window/xlib/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intermediate merge from master -> development-tmp -> development