Age | Commit message (Expand) | Author | Files | Lines |
2017-12-25 | Include dev/hid/hid.h for recent NetBSD-current to fix build | ryoon | 1 | -6/+19 |
2017-10-27 | Enable oss dma backend for NetBSD-8. | nat | 1 | -0/+124 |
2015-05-31 | Remove delay whilst writing audio. Improves latency. | nat | 2 | -9/+27 |
2015-03-03 | Read from uhid device and insert events until there are no more events | jmcneill | 1 | -5/+121 |
2015-02-25 | flush any pending events from the joystick device when opening on netbsd, bum... | jmcneill | 1 | -2/+12 |
2015-02-06 | Instead of naming USB joysticks by device name ("/dev/uhid3"), try to give | jmcneill | 1 | -2/+41 |
2015-02-04 | Improvements in BSD USB joystick detection: | jmcneill | 1 | -1/+22 |
2015-01-30 | Include limits.h for UINT_MAX (build fix on NetBSD). | wiz | 1 | -9/+17 |
2015-01-29 | add wsmouse mousewheel support | jmcneill | 1 | -6/+14 |
2015-01-29 | initialize keysym->unicode in wskbd input path | jmcneill | 1 | -4/+16 |
2015-01-29 | fix wscons keyboard | jmcneill | 2 | -78/+60 |
2015-01-29 | add wsmouse support to wscons driver | jmcneill | 4 | -12/+200 |
2015-01-28 | Add USB keyboard support to the wscons driver. | jmcneill | 1 | -16/+85 |
2014-08-17 | Fix SDL_LoadObject to try the soname itself first, without any prefixes, | wiz | 1 | -3/+9 |
2014-04-14 | Fix building on newer OS X. Courtesy of Jan Danielsson. | adam | 1 | -0/+16 |
2014-03-24 | Fix capitalization and make it build on FreeBSD 9-10. | asau | 1 | -0/+18 |
2012-09-14 | Add comments to patches. | wiz | 3 | -3/+10 |
2012-02-20 | Fix bus error crash on sparc64, by aligning the object we pass to: | jdc | 1 | -0/+31 |
2012-01-28 | Update to 1.2.15: | wiz | 2 | -17/+3 |
2012-01-24 | Another fix for keyboard handling, from Opolo Remo, | wiz | 2 | -11/+13 |
2011-12-29 | use AUDIO_GETBUFINFO when available; bump pkg revision | jmcneill | 1 | -0/+44 |
2011-12-26 | Fix typo in ifdef. | wiz | 1 | -2/+2 |
2011-12-11 | Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE. | taca | 1 | -3/+3 |
2011-12-01 | Compile in wscons support on NetBSD. | wiz | 2 | -0/+73 |
2011-08-02 | Adjust assembler constraint to work with Clang. From FreeBSD. | joerg | 1 | -0/+13 |
2009-10-23 | Changes 1.2.14: | adam | 2 | -95/+0 |
2009-09-02 | Look for libGL.so, not any particular libGL.so.<X>, on NetBSD. | wiz | 1 | -0/+14 |
2008-12-26 | Add forgotten patch to CVS. | ahoka | 1 | -0/+83 |
2008-10-13 | Apply patch to first unlock the CD before trying to eject it. Since SDL | reinoud | 1 | -0/+12 |
2008-01-13 | Update to 1.2.13: | wiz | 2 | -24/+0 |
2007-12-17 | Fix build under Mac OS X Leopard. | tron | 2 | -0/+24 |
2007-07-25 | Update to 1.2.12: | wiz | 4 | -112/+0 |
2006-10-08 | Fix patch-aa to correctly use strcat, and to be C89 compliant. | ben | 1 | -20/+21 |
2006-08-03 | Added two patches for Solaris 8. The X11 implementation does not define | rillig | 2 | -0/+30 |
2006-07-01 | Revert previous because it changed the libraries libSDL was linked to. | jmmv | 1 | -0/+37 |
2006-06-12 | Update to 1.2.10. | wiz | 16 | -1706/+26 |
2006-02-07 | Remove some chunks that should not be necessary any longer. | wiz | 4 | -193/+50 |
2005-09-07 | Changes 1.2.9: | adam | 9 | -139/+90 |
2005-05-31 | Better DragonFlyBSD support from Joerg Sonnenberger. | wiz | 3 | -24/+137 |
2005-05-20 | Support for DragonFlyBSD, based on patches from Joerg Sonnenberger. | wiz | 7 | -44/+168 |
2005-01-12 | GCC 2 does not understand the MMX asm core. Fall back to the C source | kristerw | 2 | -0/+35 |
2005-01-06 | The "+" constraint modifier was yoo much. While it seems correct to me, it | drochner | 1 | -2/+2 |
2005-01-06 | tighten an inline asm constraint for amd64 | drochner | 1 | -0/+13 |
2005-01-05 | Changes 1.2.8: | adam | 13 | -422/+109 |
2004-07-26 | Reduce audio delay in the *BSD audio driver (by configuring audio | dillo | 1 | -3/+13 |
2004-07-19 | Patch to make audio work on IRIX 5, from Georg Schwarz. | wiz | 1 | -0/+64 |
2004-07-13 | Make this package build on NetBSD ports that do not have | kristerw | 3 | -76/+195 |
2004-07-09 | apply some patches from SDL CVS which fix inline assembler to compile | drochner | 3 | -0/+244 |
2004-06-22 | fix HATs on USB joysticks that don't report up as 0. | dillo | 1 | -2/+12 |
2004-06-05 | USB joystick: number axes in usual order (X, Y, ...), not in order | dillo | 1 | -3/+40 |