aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-04-131-1/+1
|\
| * libvgl: do not initialize static storage.Pedro F. Giffuni2016-04-131-1/+1
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+5
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
|/
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-078-8/+9
* Quiet down clang -Werror.Pedro F. Giffuni2012-01-041-2/+2
* Integrate the line drawing algorithm from the book "Graphic Gems 1".Pedro F. Giffuni2012-01-031-22/+191
* Change libvgl's set4pixels() and set2lines() functions from plainDimitry Andric2010-10-041-4/+4
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+1
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* o Fix typo.Maxim Konovalov2006-10-211-1/+1
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Signal handlers are supposed to take an int parameter.Stefan Farfeleder2004-06-081-2/+2
* Fix typo.Josef El-Rayes2004-05-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-027-7/+7
* Fix syntax errors (labels with no statement following).Garrett Wollman2002-05-301-0/+2
* add missing MLINKSAlexey Zelkin2001-12-211-1/+10
* Fixed bitrot in synopsis. The change of the color type from byte to u_longBruce Evans2001-10-031-8/+8
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-4/+4
* Implement __FBSDID()Matthew Dillon2001-09-166-12/+18
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-1/+2
* More spelling fixes.Ruslan Ermilov2001-08-071-3/+3
* Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-<Kazutaka YOKOTA2001-07-261-3/+3
* Adds notes on program termination and signal handlers.Kazutaka YOKOTA2001-07-261-0/+48
* - Do not call VGLEnd() and exit() to terminate the programKazutaka YOKOTA2001-07-241-2/+15
* Remove whitespace at EOL.Dima Dorfman2001-07-151-59/+59
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Dont free a hard code array.Søren Schmidt2001-05-301-1/+1
* Use CONS_GETINFO ioctl to get geometry of the current text mode instead ofMaxim Sobolev2001-05-191-5/+7
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead saveMaxim Sobolev2001-01-251-2/+8
* Set properly the PixelBytes field for 8bits modes.Nicolas Souchu2001-01-251-0/+2
* Protect against multiple inclusion.Maxim Sobolev2001-01-241-0/+5