| Age | Commit message (Expand) | Author |
| 2024-02-02 | lib/libvgl/main.c: remove an extra semicolon | rilysh |
| 2023-11-26 | lib: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line nroff pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-06-20 | libvgl: Remove set but unused andmask variable from VGLMouseInit. | John Baldwin |
| 2019-12-11 | Update Makefile.depend files | Simon J. Gerraty |
| 2019-05-03 | Fix copying planar bitmaps when the horizontal start and end are both not | Bruce Evans |
| 2019-04-29 | Support all reasonable cursor sizes. Reduce the size of the standard | Bruce Evans |
| 2019-04-29 | Oops, r346889 broke showing of the mouse cursor after clearing, by | Bruce Evans |
| 2019-04-29 | Refactor and simplify hiding the mouse cursor and fix bugs caused by | Bruce Evans |
| 2019-04-26 | Use __VGLBitmapCopy() directly to show the mouse cursor. The mouse | Bruce Evans |
| 2019-04-26 | Merge __VGLGetXY() back into VGLGetXY(). They were split to simplify | Bruce Evans |
| 2019-04-26 | In VGLClear(), check for the overlap of the mouse cursor in the whole | Bruce Evans |
| 2019-04-26 | Remove save/restore of the crtc and gdc registers when showing and | Bruce Evans |
| 2019-04-26 | Fix the only known remaining (libvgl) bug for 24-bit modes, and enable | Bruce Evans |
| 2019-04-26 | Restore the line width in VGLEnd(). The line width may be changed by | Bruce Evans |
| 2019-04-26 | Fix an off-by-1 error for copying overlapping bitmaps in r346416. For | Bruce Evans |
| 2019-04-25 | Restore doing nothing for calls to VGLEnd() after the first. I broke this | Bruce Evans |
| 2019-04-24 | Avoid hiding and unhiding the mouse cursor when copying bitmaps to the | Bruce Evans |
| 2019-04-24 | Refactor mouse freezing and fix some minor bugs. | Bruce Evans |
| 2019-04-24 | Fix some races and screeen clearing in VGLEnd(). | Bruce Evans |
| 2019-04-22 | Fix mouse cursor coloring in depths > 8 (previously, a hack that only | Bruce Evans |
| 2019-04-21 | Use a shadow buffer and never read from the frame buffer. Remove large slow | Bruce Evans |
| 2019-04-21 | Fix missing restoring of the mouse cursor position, the border color and the | Bruce Evans |
| 2019-04-20 | Make libvgl mostly work without superuser privilege in direct modes by | Bruce Evans |
| 2019-04-19 | Fix copying of overlapping bitmaps. The cases of copying within the | Bruce Evans |
| 2019-04-16 | Sigh, r346279 was also a test version with the reduced size doubled (so | Bruce Evans |
| 2019-04-16 | Oops, r346278 committed a test version with the change annulled. | Bruce Evans |
| 2019-04-16 | Quick fix for slow clearing and context switches of large frame buffers | Bruce Evans |
| 2019-04-16 | Fix a variable name in r346215. Clearing of the right of the screen was | Bruce Evans |
| 2019-04-14 | For writing and reading single pixels, avoid some pessimizations for | Bruce Evans |
| 2019-04-08 | Fix copying of MEMBUFs to MEMBUFs. This case was implemented by using | Bruce Evans |
| 2019-03-29 | Fix restoring to graphics modes in VGLEnd(). | Bruce Evans |
| 2019-03-29 | Fix endless loops for handling SIGBUS and SIGSEGV. | Bruce Evans |
| 2019-03-29 | Fix races in mouse signal handling almost properly using the INTOFF/INTON | Bruce Evans |
| 2019-03-28 | Fix VGLLine() in depths > 8. | Bruce Evans |
| 2019-03-28 | Fix VGLGetXY(), VGLSetXY() and VGLClear() for MEMBUFs in depths > 8. | Bruce Evans |
| 2019-03-28 | Oops, r345496 got the pointer args backwards for bcopy() in VGLClear for | Bruce Evans |
| 2019-03-27 | Fix accessing pixels under the mouse cursor: | Bruce Evans |
| 2019-03-27 | Fix copying of bitmaps in depths > 8. This fix is complete, except different | Bruce Evans |
| 2019-03-25 | Fix another type of buffer overrun for segmented modes. The buffer index | Bruce Evans |
| 2019-03-24 | Oops, my previous commit to libvgl was missing the change of VGLSetBorder() | Bruce Evans |
| 2019-03-24 | Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(), | Bruce Evans |
| 2019-03-24 | Add support for arbitrary font widths. Only multiples of 8 were supported. | Bruce Evans |
| 2019-03-24 | Fix reading of pixels in (4 and 8-plane) planar modes. | Bruce Evans |
| 2019-03-24 | Fix buffer overruns in modes with color depth more than 8. | Bruce Evans |
| 2019-03-24 | Fix libvgl to not always fail to initialize due to its invalid mmap() | Bruce Evans |
| 2017-11-26 | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |