CHANGELOG
LICENSE
MANIFEST.in
NOTICE
README
RELEASE_NOTES
setup.cfg
setup.py
examples/apple_remote.py
examples/apple_remote_demo.py
examples/events.py
examples/fixed_resolution.py
examples/font_comparison.py
examples/graphics.py
examples/html_label.py
examples/image_convert.py
examples/image_display.py
examples/input.py
examples/joystick.py
examples/media_info.py
examples/media_player.py
examples/multiple_windows.py
examples/opengl.py
examples/opengl_3.py
examples/pyglet.png
examples/show_input.py
examples/tablet.py
examples/text_input.py
examples/timer.py
examples/video.py
examples/window_platform_event.py
examples/astraea/README
examples/astraea/astraea.py
examples/astraea/setup.py
examples/astraea/assets/app.icns
examples/astraea/assets/app.ico
examples/astraea/assets/ship.svg
examples/astraea/res/asteroid1.png
examples/astraea/res/asteroid2.png
examples/astraea/res/asteroid3.png
examples/astraea/res/bullet.png
examples/astraea/res/bullet.wav
examples/astraea/res/explosion.png
examples/astraea/res/explosion.wav
examples/astraea/res/pointer.png
examples/astraea/res/ship.png
examples/astraea/res/smoke.png
examples/astraea/res/starfield.jpg
examples/noisy/README
examples/noisy/ball.png
examples/noisy/ball.wav
examples/noisy/noisy.py
examples/programming_guide/animation.py
examples/programming_guide/dinosaur.gif
examples/programming_guide/events.py
examples/programming_guide/hello_world.py
examples/programming_guide/image_viewer.py
examples/programming_guide/kitten.jpg
examples/programming_guide/window_subclass.py
examples/soundspace/README
examples/soundspace/reader.py
examples/soundspace/soundspace.py
examples/soundspace/res/bass.ogg
examples/soundspace/res/drums.ogg
examples/soundspace/res/guitar.ogg
examples/soundspace/res/piano.ogg
examples/soundspace/res/space.txt
pyglet/__init__.py
pyglet/clock.py
pyglet/com.py
pyglet/compat.py
pyglet/event.py
pyglet/info.py
pyglet/lib.py
pyglet/resource.py
pyglet/sprite.py
pyglet.egg-info/PKG-INFO
pyglet.egg-info/SOURCES.txt
pyglet.egg-info/dependency_links.txt
pyglet.egg-info/top_level.txt
pyglet.egg-info/zip-safe
pyglet/app/__init__.py
pyglet/app/base.py
pyglet/app/carbon.py
pyglet/app/cocoa.py
pyglet/app/win32.py
pyglet/app/xlib.py
pyglet/canvas/__init__.py
pyglet/canvas/base.py
pyglet/canvas/carbon.py
pyglet/canvas/cocoa.py
pyglet/canvas/win32.py
pyglet/canvas/xlib.py
pyglet/canvas/xlib_vidmoderestore.py
pyglet/extlibs/__init__.py
pyglet/extlibs/png.py
pyglet/font/__init__.py
pyglet/font/base.py
pyglet/font/carbon.py
pyglet/font/fontconfig.py
pyglet/font/freetype.py
pyglet/font/freetype_lib.py
pyglet/font/quartz.py
pyglet/font/ttf.py
pyglet/font/win32.py
pyglet/font/win32query.py
pyglet/gl/__init__.py
pyglet/gl/agl.py
pyglet/gl/base.py
pyglet/gl/carbon.py
pyglet/gl/cocoa.py
pyglet/gl/gl.py
pyglet/gl/gl_info.py
pyglet/gl/glext_arb.py
pyglet/gl/glext_nv.py
pyglet/gl/glu.py
pyglet/gl/glu_info.py
pyglet/gl/glx.py
pyglet/gl/glx_info.py
pyglet/gl/glxext_arb.py
pyglet/gl/glxext_mesa.py
pyglet/gl/glxext_nv.py
pyglet/gl/lib.py
pyglet/gl/lib_agl.py
pyglet/gl/lib_glx.py
pyglet/gl/lib_wgl.py
pyglet/gl/wgl.py
pyglet/gl/wgl_info.py
pyglet/gl/wglext_arb.py
pyglet/gl/wglext_nv.py
pyglet/gl/win32.py
pyglet/gl/xlib.py
pyglet/graphics/__init__.py
pyglet/graphics/allocation.py
pyglet/graphics/vertexattribute.py
pyglet/graphics/vertexbuffer.py
pyglet/graphics/vertexdomain.py
pyglet/image/__init__.py
pyglet/image/atlas.py
pyglet/image/codecs/__init__.py
pyglet/image/codecs/bmp.py
pyglet/image/codecs/dds.py
pyglet/image/codecs/gdiplus.py
pyglet/image/codecs/gdkpixbuf2.py
pyglet/image/codecs/gif.py
pyglet/image/codecs/pil.py
pyglet/image/codecs/png.py
pyglet/image/codecs/quartz.py
pyglet/image/codecs/quicktime.py
pyglet/image/codecs/s3tc.py
pyglet/input/__init__.py
pyglet/input/base.py
pyglet/input/carbon_hid.py
pyglet/input/carbon_tablet.py
pyglet/input/darwin_hid.py
pyglet/input/directinput.py
pyglet/input/evdev.py
pyglet/input/evdev_constants.py
pyglet/input/wintab.py
pyglet/input/x11_xinput.py
pyglet/input/x11_xinput_tablet.py
pyglet/libs/__init__.py
pyglet/libs/darwin/__init__.py
pyglet/libs/darwin/constants.py
pyglet/libs/darwin/quartzkey.py
pyglet/libs/darwin/types.py
pyglet/libs/darwin/cocoapy/__init__.py
pyglet/libs/darwin/cocoapy/cocoalibs.py
pyglet/libs/darwin/cocoapy/cocoatypes.py
pyglet/libs/darwin/cocoapy/runtime.py
pyglet/libs/win32/__init__.py
pyglet/libs/win32/constants.py
pyglet/libs/win32/dinput.py
pyglet/libs/win32/libwintab.py
pyglet/libs/win32/types.py
pyglet/libs/win32/winkey.py
pyglet/libs/x11/__init__.py
pyglet/libs/x11/cursorfont.py
pyglet/libs/x11/xf86vmode.py
pyglet/libs/x11/xinerama.py
pyglet/libs/x11/xinput.py
pyglet/libs/x11/xlib.py
pyglet/libs/x11/xsync.py
pyglet/media/__init__.py
pyglet/media/avbin.py
pyglet/media/procedural.py
pyglet/media/riff.py
pyglet/media/drivers/__init__.py
pyglet/media/drivers/silent.py
pyglet/media/drivers/directsound/__init__.py
pyglet/media/drivers/directsound/lib_dsound.py
pyglet/media/drivers/openal/__init__.py
pyglet/media/drivers/openal/lib_alc.py
pyglet/media/drivers/openal/lib_openal.py
pyglet/media/drivers/pulse/__init__.py
pyglet/media/drivers/pulse/lib_pulseaudio.py
pyglet/text/__init__.py
pyglet/text/caret.py
pyglet/text/document.py
pyglet/text/layout.py
pyglet/text/runlist.py
pyglet/text/formats/__init__.py
pyglet/text/formats/attributed.py
pyglet/text/formats/html.py
pyglet/text/formats/plaintext.py
pyglet/text/formats/structured.py
pyglet/window/__init__.py
pyglet/window/event.py
pyglet/window/key.py
pyglet/window/mouse.py
pyglet/window/carbon/__init__.py
pyglet/window/cocoa/__init__.py
pyglet/window/cocoa/pyglet_delegate.py
pyglet/window/cocoa/pyglet_textview.py
pyglet/window/cocoa/pyglet_view.py
pyglet/window/cocoa/pyglet_window.py
pyglet/window/cocoa/systemcursor.py
pyglet/window/win32/__init__.py
pyglet/window/xlib/__init__.py
tests/__init__.py
tests/plan.txt
tests/test.py
tests/app/EVENT_LOOP.py
tests/app/__init__.py
tests/clock/FPS.py
tests/clock/MULTICORE.py
tests/clock/SCHEDULE.py
tests/clock/SCHEDULE_INTERVAL.py
tests/clock/SCHEDULE_ONCE.py
tests/clock/__init__.py
tests/font/ADD_FONT.py
tests/font/ALIGN_MULTILINE.py
tests/font/BULLET.py
tests/font/COLOR.py
tests/font/COLOR_BLEND.py
tests/font/DEFAULT.py
tests/font/FONTCONFIG.py
tests/font/HALIGN.py
tests/font/HAVE_FONT.py
tests/font/HORIZONTAL_METRICS.py
tests/font/LARGE_FONT.py
tests/font/METRICS_WORKAROUND.py
tests/font/README
tests/font/SET_DPI.py
tests/font/SYSTEM.py
tests/font/VALIGN.py
tests/font/WRAP_INVARIANT.py
tests/font/__init__.py
tests/font/action_man.ttf
tests/font/action_man_bold.ttf
tests/font/action_man_bold_italic.ttf
tests/font/action_man_italic.ttf
tests/font/base_text.py
tests/font/courR12-ISO8859-1.pcf
tests/graphics/GRAPHICS_ALLOCATION.py
tests/graphics/IMMEDIATE.py
tests/graphics/IMMEDIATE_INDEXED.py
tests/graphics/MULTITEXTURE.py
tests/graphics/RETAINED.py
tests/graphics/RETAINED_INDEXED.py
tests/graphics/__init__.py
tests/graphics/graphics_common.py
tests/image/8bpp.gif
tests/image/ATLAS.py
tests/image/BMP_RGBA_32BPP_LOAD.py
tests/image/BMP_RGB_16BPP_LOAD.py
tests/image/BMP_RGB_1BPP_LOAD.py
tests/image/BMP_RGB_24BPP_LOAD.py
tests/image/BMP_RGB_32BPP_LOAD.py
tests/image/BMP_RGB_4BPP_LOAD.py
tests/image/BMP_RGB_8BPP_LOAD.py
tests/image/BUFFER_COPY.py
tests/image/BUFFER_SAVE.py
tests/image/CHECKERBOARD.py
tests/image/DDS_RGBA_DXT1_LOAD.py
tests/image/DDS_RGBA_DXT3_LOAD.py
tests/image/DDS_RGBA_DXT5_LOAD.py
tests/image/DDS_RGB_DXT1_LOAD.py
tests/image/DEPTH_SAVE.py
tests/image/GIF_LOAD.py
tests/image/MATRIX_RGB.py
tests/image/MATRIX_RGBA.py
tests/image/NO_ENCODER_RGB_SAVE.py
tests/image/PIL_LA_LOAD.py
tests/image/PIL_LA_SAVE.py
tests/image/PIL_L_LOAD.py
tests/image/PIL_L_SAVE.py
tests/image/PIL_RGBA_LOAD.py
tests/image/PIL_RGBA_SAVE.py
tests/image/PIL_RGB_LOAD.py
tests/image/PIL_RGB_LOAD_NO_DECODER.py
tests/image/PIL_RGB_SAVE.py
tests/image/PLATFORM_LA_LOAD.py
tests/image/PLATFORM_L_LOAD.py
tests/image/PLATFORM_RGBA_LOAD.py
tests/image/PLATFORM_RGB_LOAD.py
tests/image/PNG_INDEXED_LOAD.py
tests/image/PNG_INDEXED_TRANS_LOAD.py
tests/image/PYPNG_LA_LOAD.py
tests/image/PYPNG_LA_SAVE.py
tests/image/PYPNG_L_LOAD.py
tests/image/PYPNG_L_SAVE.py
tests/image/PYPNG_RGBA_LOAD.py
tests/image/PYPNG_RGBA_SAVE.py
tests/image/PYPNG_RGB_LOAD.py
tests/image/PYPNG_RGB_SAVE.py
tests/image/TEXTURE_3D.py
tests/image/TEXTURE_GRID.py
tests/image/__init__.py
tests/image/base_load.py
tests/image/base_save.py
tests/image/l.png
tests/image/la.png
tests/image/rgb.png
tests/image/rgb_16bpp.bmp
tests/image/rgb_1bpp.bmp
tests/image/rgb_24bpp.bmp
tests/image/rgb_32bpp.bmp
tests/image/rgb_4bpp.bmp
tests/image/rgb_8bpp.bmp
tests/image/rgb_8bpp.png
tests/image/rgb_8bpp_trans.png
tests/image/rgb_dxt1.dds
tests/image/rgba.png
tests/image/rgba_32bpp.bmp
tests/image/rgba_dxt1.dds
tests/image/rgba_dxt3.dds
tests/image/rgba_dxt5.dds
tests/image/texture_base.py
tests/media/PLAYER_EOS_NEXT.py
tests/media/PLAYER_PAUSE.py
tests/media/PLAYER_PAUSE_QUEUE.py
tests/media/PLAYER_PLAY_QUEUE.py
tests/media/PLAYER_QUEUE_PLAY.py
tests/media/PLAYER_STATIC_STATIC.py
tests/media/__init__.py
tests/regression/__init__.py
tests/regression/images/DELETEME
tests/resource/RES_LOAD.py
tests/resource/RES_LOAD_IMAGE.py
tests/resource/__init__.py
tests/resource/file.txt
tests/resource/rgbm.png
tests/resource/dir1/file.txt
tests/resource/dir1/res.zip
tests/resource/dir1/dir1/file.txt
tests/resource/dir2/file.txt
tests/text/ATTRIBUTED_TEXT_DECODER.py
tests/text/CONTENT_VALIGN_BOTTOM.py
tests/text/CONTENT_VALIGN_CENTER.py
tests/text/ELEMENT.py
tests/text/ELEMENT_CHANGE_STYLE.py
tests/text/EMPTY.py
tests/text/EMPTY_BOLD.py
tests/text/HTML.py
tests/text/ISSUE_471.py
tests/text/MULTILINE_WRAP.py
tests/text/PLAIN.py
tests/text/RUNLIST.py
tests/text/STYLE.py
tests/text/__init__.py
tests/top/IMPORT.py
tests/top/__init__.py
tests/window/CONTEXT_SHARE.py
tests/window/EVENT_ACTIVATE_DEACTIVATE.py
tests/window/EVENT_BUTTON.py
tests/window/EVENT_CLOSE.py
tests/window/EVENT_EXPOSE.py
tests/window/EVENT_KEY.py
tests/window/EVENT_MOUSE_DRAG.py
tests/window/EVENT_MOUSE_ENTER_LEAVE.py
tests/window/EVENT_MOUSE_MOTION.py
tests/window/EVENT_MOUSE_SCROLL.py
tests/window/EVENT_MOVE.py
tests/window/EVENT_RESIZE.py
tests/window/EVENT_SEQUENCE_CREATE.py
tests/window/EVENT_SEQUENCE_CREATE_FULLSCREEN.py
tests/window/EVENT_SEQUENCE_SET_FULLSCREEN.py
tests/window/EVENT_SEQUENCE_SHOW.py
tests/window/EVENT_SEQUENCE_UNSET_FULLSCREEN.py
tests/window/EVENT_SHOW_HIDE.py
tests/window/EVENT_TEXT.py
tests/window/MODE_SWITCH.py
tests/window/MULTIPLE_SCREEN.py
tests/window/MULTIPLE_WINDOW_OPEN.py
tests/window/WINDOW_ACTIVATE.py
tests/window/WINDOW_CAPTION.py
tests/window/WINDOW_FIXED_SET_SIZE.py
tests/window/WINDOW_FULLSCREEN_SIZE.py
tests/window/WINDOW_INITIAL_FULLSCREEN.py
tests/window/WINDOW_MINIMIZE_MAXIMIZE.py
tests/window/WINDOW_MULTISAMPLE.py
tests/window/WINDOW_OPEN.py
tests/window/WINDOW_RESIZABLE.py
tests/window/WINDOW_SET_EXCLUSIVE_KEYBOARD.py
tests/window/WINDOW_SET_EXCLUSIVE_MOUSE.py
tests/window/WINDOW_SET_FULLSCREEN.py
tests/window/WINDOW_SET_ICON.py
tests/window/WINDOW_SET_ICON_SIZES.py
tests/window/WINDOW_SET_LOCATION.py
tests/window/WINDOW_SET_MIN_MAX_SIZE.py
tests/window/WINDOW_SET_MOUSE_CURSOR.py
tests/window/WINDOW_SET_MOUSE_SYSTEM_CURSOR.py
tests/window/WINDOW_SET_MOUSE_VISIBLE.py
tests/window/WINDOW_SET_SIZE.py
tests/window/WINDOW_SET_VISIBLE.py
tests/window/WINDOW_SET_VSYNC.py
tests/window/WINDOW_STYLE_BORDERLESS.py
tests/window/WINDOW_STYLE_DIALOG.py
tests/window/WINDOW_STYLE_TOOL.py
tests/window/__init__.py
tests/window/base_event_sequence.py
tests/window/cursor.png
tests/window/icon1.png
tests/window/icon_size1.png
tests/window/icon_size2.png
tests/window/icon_size3.png
tests/window/icon_size4.png
tests/window/icon_size5.png
tests/window/window_util.py
tools/inspect_font.py