Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-01 | Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ↵ | Claudio Ciccani | |
own header. Updated to the current DirectFBGL interface (i.e. added GetProcAddress()). | |||
2006-08-04 | Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in ↵ | Claudio Ciccani | |
glutDeviceGet(). | |||
2006-08-04 | Moved glutDeviceGet() to events.c. | Claudio Ciccani | |
Implemented glutIgnoreKeyRepeat() and glutSetKeyRepeat(). | |||
2006-07-30 | Clear window's event mask before enabling handled events. | Claudio Ciccani | |
2006-07-13 | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | |
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | |||
2006-06-09 | Added some notes about this implementation. | Claudio Ciccani | |
2006-06-09 | Enable setting invible cursors. | Claudio Ciccani | |
2006-06-09 | Separated joystick pointer coordinates from mouse pointer coordinates. | Claudio Ciccani | |
2006-05-31 | Added DirectFB GLUT implementation. | Claudio Ciccani | |