summaryrefslogtreecommitdiffstats
path: root/src/glut/directfb
Commit message (Collapse)AuthorAgeFilesLines
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
|
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2007-07-013-25/+55
|
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ↵Claudio Ciccani2006-12-012-1/+9
| | | | | | own header. Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
* Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in ↵Claudio Ciccani2006-08-041-2/+10
| | | | glutDeviceGet().
* Moved glutDeviceGet() to events.c.Claudio Ciccani2006-08-042-47/+86
| | | | Implemented glutIgnoreKeyRepeat() and glutSetKeyRepeat().
* Clear window's event mask before enabling handled events.Claudio Ciccani2006-07-301-0/+5
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* Added some notes about this implementation.Claudio Ciccani2006-06-091-0/+9
|
* Enable setting invible cursors.Claudio Ciccani2006-06-091-27/+35
|
* Separated joystick pointer coordinates from mouse pointer coordinates.Claudio Ciccani2006-06-092-29/+48
|
* Added DirectFB GLUT implementation.Claudio Ciccani2006-05-3119-0/+4043