summaryrefslogtreecommitdiff
path: root/lib/libvgl/mouse.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-20libvgl: Remove set but unused andmask variable from VGLMouseInit.John Baldwin
2019-04-29Support all reasonable cursor sizes. Reduce the size of the standardBruce Evans
2019-04-29Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans
2019-04-26Use __VGLBitmapCopy() directly to show the mouse cursor. The mouseBruce Evans
2019-04-26Remove save/restore of the crtc and gdc registers when showing andBruce Evans
2019-04-24Avoid hiding and unhiding the mouse cursor when copying bitmaps to theBruce 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-03-29Fix races in mouse signal handling almost properly using the INTOFF/INTONBruce Evans
2019-03-27Fix accessing pixels under the mouse cursor:Bruce Evans
2019-03-27Fix copying of bitmaps in depths > 8. This fix is complete, except differentBruce Evans
2019-03-24Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(),Bruce Evans
2019-03-24Fix buffer overruns in modes with color depth more than 8.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
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
2001-09-16Implement __FBSDID()Matthew Dillon
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
1997-08-17First import of my little "video graphic library".Søren Schmidt