aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/main.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans2019-04-291-1/+1
* Fix the only known remaining (libvgl) bug for 24-bit modes, and enableBruce Evans2019-04-261-4/+0
* Restore the line width in VGLEnd(). The line width may be changed byBruce Evans2019-04-261-0/+4
* Restore doing nothing for calls to VGLEnd() after the first. I broke thisBruce Evans2019-04-251-0/+1
* Fix some races and screeen clearing in VGLEnd().Bruce Evans2019-04-241-3/+3
* Use a shadow buffer and never read from the frame buffer. Remove large slowBruce Evans2019-04-211-92/+10
* Fix missing restoring of the mouse cursor position, the border color and theBruce Evans2019-04-211-0/+3
* Make libvgl mostly work without superuser privilege in direct modes byBruce Evans2019-04-201-4/+7
* Sigh, r346279 was also a test version with the reduced size doubled (soBruce Evans2019-04-161-1/+1
* Oops, r346278 committed a test version with the change annulled.Bruce Evans2019-04-161-1/+1
* Quick fix for slow clearing and context switches of large frame buffersBruce Evans2019-04-161-0/+13
* Fix restoring to graphics modes in VGLEnd().Bruce Evans2019-03-291-16/+16
* Fix endless loops for handling SIGBUS and SIGSEGV.Bruce Evans2019-03-291-4/+12
* Fix buffer overruns in modes with color depth more than 8.Bruce Evans2019-03-241-3/+12
* Fix libvgl to not always fail to initialize due to its invalid mmap()Bruce Evans2019-03-241-2/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* 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