aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/vgl.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor and simplify hiding the mouse cursor and fix bugs caused byBruce Evans2019-04-291-3/+1
* Avoid hiding and unhiding the mouse cursor when copying bitmaps to theBruce Evans2019-04-241-0/+1
* Refactor mouse freezing and fix some minor bugs.Bruce Evans2019-04-241-1/+3
* Fix mouse cursor coloring in depths > 8 (previously, a hack that onlyBruce Evans2019-04-221-0/+2
* Use a shadow buffer and never read from the frame buffer. Remove large slowBruce Evans2019-04-211-0/+1
* Fix missing restoring of the mouse cursor position, the border color and theBruce Evans2019-04-211-0/+3
* Oops, my previous commit to libvgl was missing the change of VGLSetBorder()Bruce Evans2019-03-241-1/+1
* Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(),Bruce Evans2019-03-241-4/+4
* Fix buffer overruns in modes with color depth more than 8.Bruce Evans2019-03-241-1/+1
* 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
* Protect against multiple inclusion.Maxim Sobolev2001-01-241-0/+5
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-131-8/+15
* Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize shouldKazutaka YOKOTA1999-11-091-1/+1
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-081-1/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add rudimentary support for using the keyboard.Søren Schmidt1997-10-011-1/+8
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+119