| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Makefile.depend files | Simon J. Gerraty | 2019-12-11 | 1 | -1/+0 |
* | Fix copying planar bitmaps when the horizontal start and end are both not | Bruce Evans | 2019-05-03 | 1 | -12/+9 |
* | Support all reasonable cursor sizes. Reduce the size of the standard | Bruce Evans | 2019-04-29 | 1 | -56/+146 |
* | Oops, r346889 broke showing of the mouse cursor after clearing, by | Bruce Evans | 2019-04-29 | 1 | -1/+1 |
* | Refactor and simplify hiding the mouse cursor and fix bugs caused by | Bruce Evans | 2019-04-29 | 4 | -50/+41 |
* | Use __VGLBitmapCopy() directly to show the mouse cursor. The mouse | Bruce Evans | 2019-04-26 | 1 | -15/+2 |
* | Merge __VGLGetXY() back into VGLGetXY(). They were split to simplify | Bruce Evans | 2019-04-26 | 1 | -16/+10 |
* | In VGLClear(), check for the overlap of the mouse cursor in the whole | Bruce Evans | 2019-04-26 | 1 | -1/+1 |
* | Remove save/restore of the crtc and gdc registers when showing and | Bruce Evans | 2019-04-26 | 1 | -27/+0 |
* | Fix the only known remaining (libvgl) bug for 24-bit modes, and enable | Bruce Evans | 2019-04-26 | 2 | -6/+20 |
* | Restore the line width in VGLEnd(). The line width may be changed by | Bruce Evans | 2019-04-26 | 1 | -0/+4 |
* | Fix an off-by-1 error for copying overlapping bitmaps in r346416. For | Bruce Evans | 2019-04-26 | 1 | -1/+1 |
* | Restore doing nothing for calls to VGLEnd() after the first. I broke this | Bruce Evans | 2019-04-25 | 1 | -0/+1 |
* | Avoid hiding and unhiding the mouse cursor when copying bitmaps to the | Bruce Evans | 2019-04-24 | 3 | -18/+45 |
* | Refactor mouse freezing and fix some minor bugs. | Bruce Evans | 2019-04-24 | 4 | -53/+75 |
* | Fix some races and screeen clearing in VGLEnd(). | Bruce Evans | 2019-04-24 | 1 | -3/+3 |
* | Fix mouse cursor coloring in depths > 8 (previously, a hack that only | Bruce Evans | 2019-04-22 | 4 | -44/+116 |
* | Use a shadow buffer and never read from the frame buffer. Remove large slow | Bruce Evans | 2019-04-21 | 5 | -314/+57 |
* | Fix missing restoring of the mouse cursor position, the border color and the | Bruce Evans | 2019-04-21 | 4 | -0/+38 |
* | Make libvgl mostly work without superuser privilege in direct modes by | Bruce Evans | 2019-04-20 | 3 | -20/+48 |
* | Fix copying of overlapping bitmaps. The cases of copying within the | Bruce Evans | 2019-04-19 | 1 | -3/+13 |
* | Sigh, r346279 was also a test version with the reduced size doubled (so | Bruce Evans | 2019-04-16 | 1 | -1/+1 |
* | Oops, r346278 committed a test version with the change annulled. | Bruce Evans | 2019-04-16 | 1 | -1/+1 |
* | Quick fix for slow clearing and context switches of large frame buffers | Bruce Evans | 2019-04-16 | 1 | -0/+13 |
* | Fix a variable name in r346215. Clearing of the right of the screen was | Bruce Evans | 2019-04-16 | 1 | -1/+1 |
* | For writing and reading single pixels, avoid some pessimizations for | Bruce Evans | 2019-04-14 | 1 | -143/+63 |
* | Fix copying of MEMBUFs to MEMBUFs. This case was implemented by using | Bruce Evans | 2019-04-08 | 1 | -28/+2 |
* | Fix restoring to graphics modes in VGLEnd(). | Bruce Evans | 2019-03-29 | 1 | -16/+16 |
* | Fix endless loops for handling SIGBUS and SIGSEGV. | Bruce Evans | 2019-03-29 | 1 | -4/+12 |
* | Fix races in mouse signal handling almost properly using the INTOFF/INTON | Bruce Evans | 2019-03-29 | 1 | -19/+33 |
* | Fix VGLLine() in depths > 8. | Bruce Evans | 2019-03-28 | 1 | -1/+1 |
* | Fix VGLGetXY(), VGLSetXY() and VGLClear() for MEMBUFs in depths > 8. | Bruce Evans | 2019-03-28 | 1 | -0/+36 |
* | Oops, r345496 got the pointer args backwards for bcopy() in VGLClear for | Bruce Evans | 2019-03-28 | 1 | -2/+2 |
* | Fix accessing pixels under the mouse cursor: | Bruce Evans | 2019-03-27 | 3 | -24/+62 |
* | Fix copying of bitmaps in depths > 8. This fix is complete, except different | Bruce Evans | 2019-03-27 | 2 | -9/+33 |
* | Fix another type of buffer overrun for segmented modes. The buffer index | Bruce Evans | 2019-03-25 | 1 | -1/+2 |
* | Oops, my previous commit to libvgl was missing the change of VGLSetBorder() | Bruce Evans | 2019-03-24 | 2 | -2/+2 |
* | Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(), | Bruce Evans | 2019-03-24 | 4 | -12/+12 |
* | Add support for arbitrary font widths. Only multiples of 8 were supported. | Bruce Evans | 2019-03-24 | 1 | -13/+17 |
* | Fix reading of pixels in (4 and 8-plane) planar modes. | Bruce Evans | 2019-03-24 | 1 | -7/+2 |
* | Fix buffer overruns in modes with color depth more than 8. | Bruce Evans | 2019-03-24 | 4 | -10/+20 |
* | Fix libvgl to not always fail to initialize due to its invalid mmap() | Bruce Evans | 2019-03-24 | 1 | -2/+2 |
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 7 | -0/+14 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | MFH | Glen Barber | 2016-04-13 | 1 | -1/+1 |
|\ |
|
| * | libvgl: do not initialize static storage. | Pedro F. Giffuni | 2016-04-13 | 1 | -1/+1 |
* | | First pass through library packaging. | Glen Barber | 2016-02-04 | 1 | -0/+1 |
|/ |
|
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
* | META_MODE: Remove DEP_RELDIR from Makefile.depend files. | Bryan Drewery | 2015-09-25 | 1 | -2/+0 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
|\ |
|