summaryrefslogtreecommitdiff
path: root/lib/libvgl/bitmap.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-05-03Fix copying planar bitmaps when the horizontal start and end are both notBruce Evans
2019-04-26Fix an off-by-1 error for copying overlapping bitmaps in r346416. ForBruce 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-19Fix copying of overlapping bitmaps. The cases of copying within theBruce Evans
2019-04-08Fix copying of MEMBUFs to MEMBUFs. This case was implemented by usingBruce 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 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
2002-05-30Fix syntax errors (labels with no statement following).Garrett Wollman
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