aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor fixes:Maxim Sobolev2001-01-241-3/+3
* Version bump, because of ABI incompatibility.Nicolas Souchu2001-01-151-1/+1
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-134-35/+251
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Spell the sos's name correctly.Ruslan Ermilov2000-11-141-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-087-7/+13
* Introduce .Lb macro to libvgl manpageAlexey Zelkin2000-04-221-1/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-4/+8
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* mdoc(7)'fyAlexey Zelkin2000-01-051-68/+71
* Fixed missing #include in synopsis.Bruce Evans1999-12-232-1/+3
* Document VGLGetXY and VGLSetXY functions.Andrzej Bialecki1999-12-131-0/+22
* Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize shouldKazutaka YOKOTA1999-11-091-1/+1
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-088-148/+683
* Minor mdoc cleanup.Mike Pritchard1999-10-301-1/+1
* Complete page reorganization. I have splited FUNCTIONS section intoAlexey Zelkin1999-10-282-169/+190
* - Handle the signal SIGTERM.Kazutaka YOKOTA1999-08-281-9/+8