summaryrefslogtreecommitdiffstats
path: root/common/glc.c
Commit message (Collapse)AuthorAgeFilesLines
* common/gl: remove unused variableChristophe Fergeau2011-07-211-3/+2
| | | | | | | clang static analyzer warned that 'len' was computed but never used in glc_vertex2d. glc_stroke_line_dash has side effects so we have to call it, but we don't need to save its return value since it's not used.
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-1/+1
|
* Use the spice allocator in common/Alexander Larsson2010-03-111-93/+35
|
* Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson2010-03-101-2/+0
|
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2010-03-091-3/+1
|
* Add emacs settings for indent according to spice styleguideAlexander Larsson2010-02-231-0/+1
|
* fresh startYaniv Kamay2009-10-141-0/+1582