aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-171-2/+2
| | | | Notes: svn path=/stable/4/; revision=88037
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-5/+6
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81834
* MFC: rev 1.20 and 1.21. Add notes on signal handling.Kazutaka YOKOTA2001-07-301-0/+48
| | | | Notes: svn path=/stable/4/; revision=80636
* MFC: rev 1.12. Signal handling.Kazutaka YOKOTA2001-07-301-2/+15
| | | | Notes: svn path=/stable/4/; revision=80635
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-59/+59
| | | | Notes: svn path=/stable/4/; revision=80145
* MFC: protect against multiple inclusions.Maxim Sobolev2001-06-191-0/+5
| | | | Notes: svn path=/stable/4/; revision=78464
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75949
* MFC: Don't hardcode geometry of VESA_800x600 raster text mode (80x25).Maxim Sobolev2001-02-081-2/+8
| | | | Notes: svn path=/stable/4/; revision=72176
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
| | | | Notes: svn path=/stable/4/; revision=70483
* MFC: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/stable/4/; revision=70016
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69764
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-221-1/+3
| | | | Notes: svn path=/stable/4/; revision=59519
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-4/+8
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* mdoc(7)'fyAlexey Zelkin2000-01-051-68/+71
| | | | Notes: svn path=/head/; revision=55458
* Fixed missing #include in synopsis.Bruce Evans1999-12-232-1/+3
| | | | | | | | Fixed misspelling of VGLPanScreen in its prototype. Fixed missing installation of link to VGLPanScreen.3. Notes: svn path=/head/; revision=55043
* Document VGLGetXY and VGLSetXY functions.Andrzej Bialecki1999-12-131-0/+22
| | | | | | | Reviewed by: sos Notes: svn path=/head/; revision=54547
* Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize shouldKazutaka YOKOTA1999-11-091-1/+1
| | | | | | | be the same as Xsize and Ysize. Notes: svn path=/head/; revision=53052
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-088-148/+683
| | | | | | | | | | | | It adds new functions and extend some structures and can handle VESA modes. - Update the man page. - Bump the library version number. (The old version will be added to compat3x.) Notes: svn path=/head/; revision=53013
* Minor mdoc cleanup.Mike Pritchard1999-10-301-1/+1
| | | | Notes: svn path=/head/; revision=52681
* Complete page reorganization. I have splited FUNCTIONS section intoAlexey Zelkin1999-10-282-169/+190
| | | | | | | | | two subsections: SINOPSIS (declarations) and DESCRIPTION (descriptions) All functions now mentioned in NAME section (apropos capable manpage :) Various mdoc fixe Notes: svn path=/head/; revision=52597
* - Handle the signal SIGTERM.Kazutaka YOKOTA1999-08-281-9/+8
| | | | | | | | | | | | | - Slightly rearrange VGLCheckSwitch() to ensure the display content will be correctly restored when switching back to the vty where the vgl program is running. - VGLEnd() should clear the screen only when the vty is in the foreground. Discussed with: sos Notes: svn path=/head/; revision=50483
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
| | | | Notes: svn path=/head/; revision=50476
* Assorted bug fixes.Kazutaka YOKOTA1999-08-225-21/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard.c - Call tcsetattr() in VGLKeyboardEnd() to restore tty, only when tty attributes have been previously saved. PR: misc/9524 Submitted by: Katusyuki 'kei' Maeda (kei@nanet.co.jp) - Set up the tty raw mode correctly. main.c - Restore VESA_800x600 raster text mode correctly in VGLEnd(). Submitted by: des text.c - Allocate the correct size of a font buffer in VGLSetFontFile(). I forgot the submitter ;-( simple.c, bitmap.c - Fix address calculation for the VGA mode X in VGLGetXY() and VGLBitmapCopy(). - Fix typo (dsty -> dstx) in __VGLBitmapCopy(). Reviewed by: sos Notes: svn path=/head/; revision=50141
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+3
| | | | Notes: svn path=/head/; revision=34669
* Fix a few typos.James Raynard1997-10-221-32/+33
| | | | Notes: svn path=/head/; revision=30651
* Fix a couble of typos.Søren Schmidt1997-10-161-6/+6
| | | | | | | Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=30471
* Add rudimentary support for using the keyboard.Søren Schmidt1997-10-014-3/+105
| | | | Notes: svn path=/head/; revision=30044
* First import of my little "video graphic library".Søren Schmidt1997-08-178-0/+1749
See the manpage vgl.3 for more info. A little example will follow shortly. Notes: svn path=/head/; revision=28328