summaryrefslogtreecommitdiff
path: root/lib/libvgl/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copying planar bitmaps when the horizontal start and end are both notBruce Evans2019-05-031-12/+9
* Fix an off-by-1 error for copying overlapping bitmaps in r346416. ForBruce Evans2019-04-261-1/+1
* Avoid hiding and unhiding the mouse cursor when copying bitmaps to theBruce Evans2019-04-241-18/+25
* Refactor mouse freezing and fix some minor bugs.Bruce Evans2019-04-241-4/+17
* Fix mouse cursor coloring in depths > 8 (previously, a hack that onlyBruce Evans2019-04-221-0/+24
* Use a shadow buffer and never read from the frame buffer. Remove large slowBruce Evans2019-04-211-136/+15
* Fix copying of overlapping bitmaps. The cases of copying within theBruce Evans2019-04-191-3/+13
* Fix copying of MEMBUFs to MEMBUFs. This case was implemented by usingBruce Evans2019-04-081-28/+2
* Fix accessing pixels under the mouse cursor:Bruce Evans2019-03-271-2/+6
* Fix copying of bitmaps in depths > 8. This fix is complete, except differentBruce Evans2019-03-271-2/+2
* Fix buffer overruns in modes with color depth more than 8.Bruce Evans2019-03-241-4/+5
* 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
* Fix syntax errors (labels with no statement following).Garrett Wollman2002-05-301-0/+2
* Implement __FBSDID()Matthew Dillon2001-09-161-2/+3
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-131-1/+40
* 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-37/+170
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Assorted bug fixes.Kazutaka YOKOTA1999-08-221-12/+14
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+229