aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/mouse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Support all reasonable cursor sizes. Reduce the size of the standardBruce Evans2019-04-291-56/+146
* Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans2019-04-291-38/+33
* Use __VGLBitmapCopy() directly to show the mouse cursor. The mouseBruce Evans2019-04-261-15/+2
* Remove save/restore of the crtc and gdc registers when showing andBruce Evans2019-04-261-27/+0
* Avoid hiding and unhiding the mouse cursor when copying bitmaps to theBruce Evans2019-04-241-0/+19
* Refactor mouse freezing and fix some minor bugs.Bruce Evans2019-04-241-37/+36
* Fix mouse cursor coloring in depths > 8 (previously, a hack that onlyBruce Evans2019-04-221-44/+65
* Use a shadow buffer and never read from the frame buffer. Remove large slowBruce Evans2019-04-211-25/+6
* 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-16/+24
* Fix races in mouse signal handling almost properly using the INTOFF/INTONBruce Evans2019-03-291-19/+33
* Fix accessing pixels under the mouse cursor:Bruce Evans2019-03-271-13/+25
* Fix copying of bitmaps in depths > 8. This fix is complete, except differentBruce Evans2019-03-271-7/+31
* Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(),Bruce Evans2019-03-241-1/+1
* Fix buffer overruns in modes with color depth more than 8.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
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Implement __FBSDID()Matthew Dillon2001-09-161-2/+3
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+2
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-081-7/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+284