summaryrefslogtreecommitdiffstats
path: root/common/lines.c
Commit message (Expand)AuthorAgeFilesLines
* common: Fix -Wmissing-field-initializersFabiano Fidêncio2014-09-181-1/+1
* common: Fix -Wunused-parameterFabiano Fidêncio2014-09-181-5/+14
* common: Remove dead codeFabiano Fidêncio2014-09-181-9/+0
* mi: Fix shadow warningsChristophe Fergeau2014-01-071-4/+0
* mi: fix memory leak in miFillUniqueSpanGroupChristophe Fergeau2014-01-071-0/+2
* mi: Avoid stack smash when drawing dashed linesChristophe Fergeau2014-01-071-3/+3
* Remove INLINE usageMarc-André Lureau2013-10-041-1/+1
* Remove casts from void * with xrealloc() callsDaniel P. Berrange2012-03-201-12/+10
* Remove useless if() before free()Daniel P. Berrange2012-03-201-10/+5
* fix memory leak in error pathChristophe Fergeau2012-03-201-1/+2
* common: use INLINE instead of inlineArnon Gilboa2012-03-201-2/+1
* add #include <config.h> to all source filesChristophe Fergeau2012-03-201-1/+3
* Initialize variable to avoid compiler warningAlexander Larsson2012-03-201-1/+1
* Use the spice allocator in common/Alexander Larsson2012-03-201-2/+3
* Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson2012-03-201-16/+1
* Fix warnings from visual studio compilerLarsson@.(none)2012-03-201-10/+10
* Add line rasterizerAlexander Larsson2012-03-201-0/+3632