summaryrefslogtreecommitdiff
path: root/src/glut/directfb
Commit message (Expand)AuthorAgeFilesLines
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2011-07-111-1/+1
* Always cleanup the makedepend backup filesDan Nicholson2011-07-111-1/+1
* Fixed displaying of single buffered window.Claudio Ciccani2011-07-112-3/+22
* When converting microseconds to milliseconds, round to the next integer.Claudio Ciccani2011-07-111-1/+1
* add support for LDFLAGS env varDan Nicholson2011-07-111-1/+1
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-111-0/+1
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2011-07-113-25/+55
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2011-07-112-1/+9
* Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in gl...Claudio Ciccani2011-07-111-2/+10
* Moved glutDeviceGet() to events.c. Implemented glutIgnoreKeyRepeat() and glut...Claudio Ciccani2011-07-112-47/+86
* Clear window's event mask before enabling handled events.Claudio Ciccani2011-07-111-0/+5
* LIB_DIR is now just 'lib' or 'lib64' Replaced $(LIB_DIR) with $(TOP)/$(LIB_DI...Brian Paul2011-07-111-3/+3
* Added some notes about this implementation.Claudio Ciccani2011-07-111-0/+9
* Enable setting invible cursors.Claudio Ciccani2011-07-111-27/+35
* Separated joystick pointer coordinates from mouse pointer coordinates.Claudio Ciccani2011-07-112-29/+48
* Added DirectFB GLUT implementation.Claudio Ciccani2011-07-1119-0/+4043