summaryrefslogtreecommitdiff
path: root/lib/libvgl/main.c
AgeCommit message (Expand)Author
2024-02-02lib/libvgl/main.c: remove an extra semicolonrilysh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-04-29Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans
2019-04-26Fix the only known remaining (libvgl) bug for 24-bit modes, and enableBruce Evans
2019-04-26Restore the line width in VGLEnd(). The line width may be changed byBruce Evans
2019-04-25Restore doing nothing for calls to VGLEnd() after the first. I broke thisBruce Evans
2019-04-24Fix some races and screeen clearing in VGLEnd().Bruce Evans
2019-04-21Use a shadow buffer and never read from the frame buffer. Remove large slowBruce Evans
2019-04-21Fix missing restoring of the mouse cursor position, the border color and theBruce Evans
2019-04-20Make libvgl mostly work without superuser privilege in direct modes byBruce Evans
2019-04-16Sigh, r346279 was also a test version with the reduced size doubled (soBruce Evans
2019-04-16Oops, r346278 committed a test version with the change annulled.Bruce Evans
2019-04-16Quick fix for slow clearing and context switches of large frame buffersBruce Evans
2019-03-29Fix restoring to graphics modes in VGLEnd().Bruce Evans
2019-03-29Fix endless loops for handling SIGBUS and SIGSEGV.Bruce Evans
2019-03-24Fix buffer overruns in modes with color depth more than 8.Bruce Evans
2019-03-24Fix libvgl to not always fail to initialize due to its invalid mmap()Bruce Evans
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-01-07Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein
2004-06-08Signal handlers are supposed to take an int parameter.Stefan Farfeleder
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2001-09-16Implement __FBSDID()Matthew Dillon
2001-07-24- Do not call VGLEnd() and exit() to terminate the programKazutaka YOKOTA
2001-05-19Use CONS_GETINFO ioctl to get geometry of the current text mode instead ofMaxim Sobolev
2001-01-25Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead saveMaxim Sobolev
2001-01-25Set properly the PixelBytes field for 8bits modes.Nicolas Souchu
2001-01-13Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
1999-11-08- This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA
1999-08-28- Handle the signal SIGTERM.Kazutaka YOKOTA
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-22Assorted bug fixes.Kazutaka YOKOTA
1997-10-01Add rudimentary support for using the keyboard.Søren Schmidt
1997-08-17First import of my little "video graphic library".Søren Schmidt