summaryrefslogtreecommitdiff
path: root/src/glut/glx
Commit message (Expand)AuthorAgeFilesLines
* glut: Unlist file.José Fonseca2011-07-111-1/+0
* glut: Fix build.José Fonseca2011-07-111-2/+1
* glut: List new source file in sconscript.José Fonseca2011-07-111-0/+1
* glut: added GLUT_PPM_FILE env var to dump first frame to a PPM fileBrian Paul2011-07-115-0/+94
* Add more package metadata to the pkg-config filesDan Nicholson2011-07-112-2/+7
* glut: MinGW portability fixes.José Fonseca2011-07-115-3/+93
* glut: only call glFinish() in processWindowWorkList() for indirect contexts.Brian Paul2011-07-111-1/+6
* Fixed 'make install' for darwinJeremy Huddleston2011-07-111-1/+1
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2011-07-111-0/+1
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2011-07-111-1/+1
* Remove generated pkg-config files on `make clean'Dan Nicholson2011-07-111-0/+1
* Set library and header installation directories from configurationDan Nicholson2011-07-112-9/+10
* Remove CVS keywords.José Fonseca2011-07-112-2/+0
* Always cleanup the makedepend backup filesDan Nicholson2011-07-111-1/+1
* Obsolete, replaced by glut_fcb.c (fortran callbacks)Brian2011-07-111-164/+0
* Remove files of unsupported build systems.José Fonseca2011-07-113-471/+0
* Rename 'mms-config.' to 'mms.config'.Michal Krol2011-07-111-1/+1
* add support for LDFLAGS env varDan Nicholson2011-07-111-1/+1
* 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-112-25/+26
* Rename. "fcb" = fortran call backBrian2011-07-111-0/+164
* pkg-config supportDan Nicholson2011-07-112-1/+22
* DESTDIR support.Dan Nicholson2011-07-111-4/+4
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2011-07-111-0/+1
* fix mem leak (bug 11791)Brian2011-07-111-0/+1
* fix some FreeBSD issuesBrian2011-07-111-1/+1
* more Mingw32 fixesZhang2011-07-111-24/+17
* Fix a number of MINGW32 issuesZhang2011-07-114-2/+206
* a variety of fixes for MingWzhang2011-07-114-6/+11
* assorted fixes for Windows/VC8Karl Schultz2011-07-111-0/+6
* New bin/minstall script - a minimal replacement for 'install'. Correctly hand...Brian Paul2011-07-111-1/+1
* remove obsolete commentBrian Paul2011-07-111-1/+0
* 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
* LIB_DIR is now just 'lib' or 'lib64' Replaced $(LIB_DIR) with $(TOP)/$(LIB_DI...Brian Paul2011-07-111-5/+5
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/...Brian Paul2011-07-111-1/+1
* New 'install' targets in makefile. See bug 2372.Brian Paul2011-07-111-0/+7
* move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)Brian Paul2011-07-111-2/+6
* check if button >= GLUT_MAX_MENUS in glutAttacheMenu()Brian Paul2011-07-111-0/+4
* check event button against GLUT_MAX_MENUS (bug 1484284)Brian Paul2011-07-111-1/+2
* Use X11_INCLUDES config macro instead of hardcoded path in makefile.Jerome Glisse2011-07-111-1/+1
* Committing in .Jouk Jansen2011-07-111-1/+1
* fix some strict aliasing problems related to choosing framebuffer configs (Ma...Brian Paul2011-07-113-17/+5
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will work...Ian Romanick2011-07-111-1/+1
* Added -linker option to mklib, used to specify a particular program for linki...Brian Paul2011-07-111-3/+3
* moved to windows build dirKarl Schultz2011-07-111-338/+0
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2011-07-112-4/+4
* Remove depend on make cleanKeith Whitwell2011-07-111-0/+1
* Put quotes around the CC and CXX variables passed to mklib. This make them wo...Ian Romanick2011-07-111-1/+1