summaryrefslogtreecommitdiffstats
path: root/src/glut
Commit message (Expand)AuthorAgeFilesLines
* Fixed 'make install' for darwinJeremy Huddleston2008-08-121-1/+1
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-0/+1
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+3
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-126-8/+7
* Remove generated pkg-config files on `make clean'Dan Nicholson2008-07-112-1/+2
* Set library and header installation directories from configurationDan Nicholson2008-07-065-22/+24
* Fix CRLF line endings.Jose Fonseca2008-06-078-4675/+4675
* Always cleanup the makedepend backup filesDan Nicholson2008-05-064-4/+4
* Add $(X11_INCLUDES) to shut makedepend up.Hasso Tepper2008-04-091-1/+1
* Convert crlf->lf line endings.José Fonseca2008-02-2835-20080/+20080
* Obsolete, replaced by glut_fcb.c (fortran callbacks)Brian2008-02-251-164/+0
* [glut-directfb] Fixed displaying of single buffered window.Claudio Ciccani2008-02-082-3/+22
* [glut-directfb] When converting microseconds to milliseconds, round to the ne...Claudio Ciccani2008-02-081-1/+1
* Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)Brian2008-01-232-0/+28
* add support for LDFLAGS env varDan Nicholson2007-09-286-6/+7
* Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)Brian2007-09-131-1/+5
* added null ptr checkBrian2007-09-131-1/+1
* Add glut_fcb.c to the build and update to fix warnings (see bug 12405)Brian2007-09-122-25/+26
* Rename. "fcb" = fortran call backBrian2007-09-121-0/+164
* pkg-config supportDan Nicholson2007-09-122-1/+22
* DESTDIR support.Dan Nicholson2007-09-122-8/+8
* fix mem leak (bug 11791)Brian2007-08-011-0/+1
* fix some FreeBSD issuesBrian2007-07-311-1/+1
* more Mingw32 fixesZhang2007-07-271-24/+17
* Fix a number of MINGW32 issuesZhang2007-07-214-2/+206
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2007-07-013-25/+55
* a variety of fixes for MingWzhang2007-06-284-6/+11
* miniglx/glut: should use the x/y pos to create windowDave Airlie2007-05-081-1/+1
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-0/+6
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-162-2200/+16
* Updated keyboard input so that glut programs can read from stdin withoutSean D'Epagnier2006-12-211-42/+44
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ...Claudio Ciccani2006-12-012-1/+9
* the following improvements to linux-fbdev:Sean D'Epagnier2006-11-308-164/+248
* Added correct include files to files,Sean D'Epagnier2006-11-2110-9/+21
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-192-2/+2
* remove obsolete commentBrian Paul2006-09-271-1/+0
* corrected cursor drawingSean D'Epagnier2006-09-245-82/+137
* GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)Brian Paul2006-09-211-0/+17
* new code to init DirectColor colormapsBrian Paul2006-09-211-1/+22
* The colormap code is now simpler, 15bpp works where it did not before.Sean D'Epagnier2006-08-272-45/+32
* VT switching now uses correct keys.Sean D'Epagnier2006-08-233-18/+58
* The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier2006-08-187-24/+206
* Added initial multisampling support to glfbdev driver.Sean D'Epagnier2006-08-1011-260/+722
* Modularized code into multiple files.Sean D'Epagnier2006-08-0513-7084/+10060
* Handle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JOYSTICK_POLL_RATE in gl...Claudio Ciccani2006-08-041-2/+10
* Moved glutDeviceGet() to events.c.Claudio Ciccani2006-08-042-47/+86
* GLUT on fbdev driver. Sean D'EpagnierBrian Paul2006-07-313-0/+9376
* 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-135-19/+19
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul2006-06-261-1/+1