summaryrefslogtreecommitdiff
path: root/lib/libvgl/simple.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-04-29Oops, r346889 broke showing of the mouse cursor after clearing, byBruce Evans
2019-04-29Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans
2019-04-26Merge __VGLGetXY() back into VGLGetXY(). They were split to simplifyBruce Evans
2019-04-26In VGLClear(), check for the overlap of the mouse cursor in the wholeBruce Evans
2019-04-26Fix the only known remaining (libvgl) bug for 24-bit modes, and enableBruce Evans
2019-04-24Refactor mouse freezing and fix some minor bugs.Bruce Evans
2019-04-22Fix mouse cursor coloring in depths > 8 (previously, a hack that onlyBruce 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-16Fix a variable name in r346215. Clearing of the right of the screen wasBruce Evans
2019-04-14For writing and reading single pixels, avoid some pessimizations forBruce Evans
2019-03-28Fix VGLLine() in depths > 8.Bruce Evans
2019-03-28Fix VGLGetXY(), VGLSetXY() and VGLClear() for MEMBUFs in depths > 8.Bruce Evans
2019-03-28Oops, r345496 got the pointer args backwards for bcopy() in VGLClear forBruce Evans
2019-03-27Fix accessing pixels under the mouse cursor:Bruce Evans
2019-03-25Fix another type of buffer overrun for segmented modes. The buffer indexBruce Evans
2019-03-24Fix reading of pixels in (4 and 8-plane) planar modes.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
2012-01-04Quiet down clang -Werror.Pedro F. Giffuni
2012-01-03Integrate the line drawing algorithm from the book "Graphic Gems 1".Pedro F. Giffuni
2010-10-04Change libvgl's set4pixels() and set2lines() functions from plainDimitry Andric
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2001-09-16Implement __FBSDID()Matthew Dillon
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$Id$ -> $FreeBSD$Peter Wemm
1999-08-22Assorted bug fixes.Kazutaka YOKOTA
1997-08-17First import of my little "video graphic library".Søren Schmidt