aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/main.c
Commit message (Expand)AuthorAgeFilesLines
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-071-1/+1
* Signal handlers are supposed to take an int parameter.Stefan Farfeleder2004-06-081-2/+2
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Implement __FBSDID()Matthew Dillon2001-09-161-2/+3
* - Do not call VGLEnd() and exit() to terminate the programKazutaka YOKOTA2001-07-241-2/+15
* Use CONS_GETINFO ioctl to get geometry of the current text mode instead ofMaxim Sobolev2001-05-191-5/+7
* 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
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-131-4/+75
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+3
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-081-68/+303
* - Handle the signal SIGTERM.Kazutaka YOKOTA1999-08-281-9/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Assorted bug fixes.Kazutaka YOKOTA1999-08-221-2/+14
* Add rudimentary support for using the keyboard.Søren Schmidt1997-10-011-1/+6
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+226