Skip to content

Finish merging changes from master --> development#1367

Merged
benmoran56 merged 30 commits intodevelopmentfrom
development-tmp
Oct 17, 2025
Merged

Finish merging changes from master --> development#1367
benmoran56 merged 30 commits intodevelopmentfrom
development-tmp

Conversation

@benmoran56
Copy link
Copy Markdown
Member

Intermediate merge from master -> development-tmp -> development

caffeinepills and others added 30 commits July 25, 2025 00:45
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.
* Enable Python 3.13 and 3.14 in CI matrix

* Remove Python 3.8 from CI matrix
# 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
@benmoran56 benmoran56 merged commit 21cd802 into development Oct 17, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants