summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove generated pkg-config files on `make clean'Dan Nicholson2011-07-112-1/+2
* Set library and header installation directories from configurationDan Nicholson2011-07-115-22/+24
* Fix CRLF line endings.Jose Fonseca2011-07-110-0/+0
* Fix CRLF line endings.Jose Fonseca2011-07-110-0/+0
* Remove CVS keywords.José Fonseca2011-07-114-4/+1
* Always cleanup the makedepend backup filesDan Nicholson2011-07-114-4/+4
* Convert crlf->lf line endings.José Fonseca2011-07-110-0/+0
* Convert crlf->lf line endings.José Fonseca2011-07-110-0/+0
* Obsolete, replaced by glut_fcb.c (fortran callbacks)Brian2011-07-111-164/+0
* Remove files of unsupported build systems.José Fonseca2011-07-114-597/+0
* 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
* Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian2011-07-112-0/+28
* Rename 'mms-config.' to 'mms.config'.Michal Krol2011-07-111-1/+1
* add support for LDFLAGS env varDan Nicholson2011-07-116-6/+7
* Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian2011-07-111-1/+5
* added null ptr checkBrian2011-07-111-1/+1
* Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2011-07-113-27/+28
* Rename. "fcb" = fortran call backBrian2011-07-111-0/+164
* pkg-config supportDan Nicholson2011-07-112-1/+22
* DESTDIR support.Dan Nicholson2011-07-112-8/+8
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-116-0/+6
* fix mem leak (bug 11791)Brian2011-07-111-0/+1
* fix some FreeBSD issuesBrian2011-07-111-1/+1
* more Mingw32 fixesZhang2011-07-112-25/+18
* Fix a number of MINGW32 issuesZhang2011-07-115-4/+213
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2011-07-113-25/+55
* a variety of fixes for MingWzhang2011-07-115-9/+16
* miniglx/glut: should use the x/y pos to create windowDave Airlie2011-07-111-1/+1
* assorted fixes for Windows/VC8Karl Schultz2011-07-111-0/+6
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2011-07-112-2200/+16
* Updated keyboard input so that glut programs can read from stdin without prob...Sean D'Epagnier2011-07-111-42/+44
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2011-07-112-1/+9
* the following improvements to linux-fbdev: 1. updated makefiles to build libO...Sean D'Epagnier2011-07-118-164/+248
* Added correct include files to files, No longer modify cmap if the device is ...Sean D'Epagnier2011-07-1110-9/+21
* New bin/minstall script - a minimal replacement for 'install'. Correctly hand...Brian Paul2011-07-112-2/+2
* remove obsolete commentBrian Paul2011-07-111-1/+0
* corrected cursor drawing added handling of SIGWINCH fixed input of recieving ...Sean D'Epagnier2011-07-115-82/+137
* GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)Brian Paul2011-07-111-0/+17
* new code to init DirectColor colormapsBrian Paul2011-07-111-1/+22
* The colormap code is now simpler, 15bpp works where it did not before.Sean D'Epagnier2011-07-112-45/+32
* VT switching now uses correct keys. exiting when virtual screen size is large...Sean D'Epagnier2011-07-113-18/+58
* The driver now compiles correctly without any x headers or libraries installe...Sean D'Epagnier2011-07-117-24/+206
* Added initial multisampling support to glfbdev driver. Fully implemented glut...Sean D'Epagnier2011-07-1111-260/+722
* Modularized code into multiple files.Sean D'Epagnier2011-07-1113-7084/+10060
* 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
* GLUT on fbdev driver. Sean D'EpagnierBrian Paul2011-07-113-0/+9376
* 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-115-19/+19