Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | 2008-07-12 | 1 | -1/+1 |
| | | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh. | ||||
* | Always cleanup the makedepend backup files | Dan Nicholson | 2008-05-06 | 1 | -1/+1 |
| | | | | | | Consistently cleanup the depend.bak files created by makedepend. Also, realclean has been changed to use a single find command, which speeds it up considerably. | ||||
* | [glut-directfb] Fixed displaying of single buffered window. | Claudio Ciccani | 2008-02-08 | 2 | -3/+22 |
| | |||||
* | [glut-directfb] When converting microseconds to milliseconds, round to the ↵ | Claudio Ciccani | 2008-02-08 | 1 | -1/+1 |
| | | | | next integer. | ||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | Compute the amount of time to sleep on idle event using timers as reference. | Claudio Ciccani | 2007-07-01 | 3 | -25/+55 |
| | |||||
* | Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ↵ | Claudio Ciccani | 2006-12-01 | 2 | -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 Ciccani | 2006-08-04 | 1 | -2/+10 |
| | | | | glutDeviceGet(). | ||||
* | Moved glutDeviceGet() to events.c. | Claudio Ciccani | 2006-08-04 | 2 | -47/+86 |
| | | | | Implemented glutIgnoreKeyRepeat() and glutSetKeyRepeat(). | ||||
* | Clear window's event mask before enabling handled events. | Claudio Ciccani | 2006-07-30 | 1 | -0/+5 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -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 Ciccani | 2006-06-09 | 1 | -0/+9 |
| | |||||
* | Enable setting invible cursors. | Claudio Ciccani | 2006-06-09 | 1 | -27/+35 |
| | |||||
* | Separated joystick pointer coordinates from mouse pointer coordinates. | Claudio Ciccani | 2006-06-09 | 2 | -29/+48 |
| | |||||
* | Added DirectFB GLUT implementation. | Claudio Ciccani | 2006-05-31 | 19 | -0/+4043 |