aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/simple.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, r346889 broke showing of the mouse cursor after clearing, byBruce Evans2019-04-291-1/+1
* Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans2019-04-291-8/+6
* Merge __VGLGetXY() back into VGLGetXY(). They were split to simplifyBruce Evans2019-04-261-16/+10
* In VGLClear(), check for the overlap of the mouse cursor in the wholeBruce Evans2019-04-261-1/+1
* Fix the only known remaining (libvgl) bug for 24-bit modes, and enableBruce Evans2019-04-261-2/+20
* Refactor mouse freezing and fix some minor bugs.Bruce Evans2019-04-241-11/+19
* Fix mouse cursor coloring in depths > 8 (previously, a hack that onlyBruce Evans2019-04-221-0/+25
* Use a shadow buffer and never read from the frame buffer. Remove large slowBruce Evans2019-04-211-61/+25
* Fix missing restoring of the mouse cursor position, the border color and theBruce Evans2019-04-211-0/+16
* Make libvgl mostly work without superuser privilege in direct modes byBruce Evans2019-04-201-0/+17
* Fix a variable name in r346215. Clearing of the right of the screen wasBruce Evans2019-04-161-1/+1
* For writing and reading single pixels, avoid some pessimizations forBruce Evans2019-04-141-143/+63
* Fix VGLLine() in depths > 8.Bruce Evans2019-03-281-1/+1
* Fix VGLGetXY(), VGLSetXY() and VGLClear() for MEMBUFs in depths > 8.Bruce Evans2019-03-281-0/+36
* Oops, r345496 got the pointer args backwards for bcopy() in VGLClear forBruce Evans2019-03-281-2/+2
* Fix accessing pixels under the mouse cursor:Bruce Evans2019-03-271-9/+31
* Fix another type of buffer overrun for segmented modes. The buffer indexBruce Evans2019-03-251-1/+2
* Fix reading of pixels in (4 and 8-plane) planar modes.Bruce Evans2019-03-241-7/+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
* Quiet down clang -Werror.Pedro F. Giffuni2012-01-041-2/+2
* Integrate the line drawing algorithm from the book "Graphic Gems 1".Pedro F. Giffuni2012-01-031-22/+191
* Change libvgl's set4pixels() and set2lines() functions from plainDimitry Andric2010-10-041-4/+4
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Implement __FBSDID()Matthew Dillon2001-09-161-2/+3
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-131-22/+121
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-081-33/+79
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Assorted bug fixes.Kazutaka YOKOTA1999-08-221-2/+2
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+357