| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | syscons: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+1 |
* | kernel: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Support setting the colors of cursors for the VGA renderer. | Bruce Evans | 2017-08-25 | 1 | -27/+31 |
* | Fix attribute flipping for cut marking in pixel mode. The text-mode | Bruce Evans | 2017-07-10 | 1 | -3/+3 |
* | Move open coding of construction of attributes for cut regions and | Bruce Evans | 2017-07-09 | 1 | -46/+64 |
* | Add many bitmaps (now there are 13) for mouse cursors and logic to try | Bruce Evans | 2017-07-08 | 1 | -29/+196 |
* | Change the drawing method for the mouse cursor in planar mode to support | Bruce Evans | 2017-04-23 | 1 | -11/+33 |
* | Optimize setting of the foreground color in the main planar method much | Bruce Evans | 2017-04-21 | 1 | -3/+7 |
* | Merge the main ega drawing method into the main vga planar method and | Bruce Evans | 2017-04-21 | 1 | -67/+18 |
* | Oops, the previous commit swapped the main ega method with the main | Bruce Evans | 2017-04-21 | 1 | -5/+3 |
* | Eliminate the ega renderer switch. It did nothing useful except hold | Bruce Evans | 2017-04-20 | 1 | -14/+5 |
* | When the character width is 9, remove vertical lines in the mouse cursor | Bruce Evans | 2017-04-20 | 1 | -6/+20 |
* | Fix build without SC_PIXEL_MODE defined. | Gleb Smirnoff | 2017-04-19 | 1 | -1/+2 |
* | Fix missing support for drawing the mouse cursor in depth 24 of direct | Bruce Evans | 2017-04-19 | 1 | -46/+6 |
* | Stop using a saveunder method for mouse cursor drawing in the vga | Bruce Evans | 2017-04-19 | 1 | -49/+5 |
* | Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel) | Bruce Evans | 2017-04-15 | 1 | -3/+11 |
* | Structure the mouse cursor data so that it is easier to switch, and | Bruce Evans | 2017-04-15 | 1 | -24/+39 |
* | Oops, the previous revision was missing the update of the shift variable. | Bruce Evans | 2017-04-14 | 1 | -1/+1 |
* | Adjust shifting so that cursor widths up to 17 (was 9) work in vga planar | Bruce Evans | 2017-04-14 | 1 | -6/+6 |
* | Optimize drawing of the mouse cursor in vga planar mode almost as | Bruce Evans | 2017-04-14 | 1 | -4/+7 |
* | Further unobfuscate the method of drawing the mouse cursor in vga planar | Bruce Evans | 2017-04-14 | 1 | -32/+17 |
* | Improve drawing of the vga planar mode mouse image a little. Unobfuscate | Bruce Evans | 2017-04-12 | 1 | -30/+15 |
* | Fix removal of mouse image by the vga planar renderer in the right border | Bruce Evans | 2017-04-12 | 1 | -36/+36 |
* | Special rendering methods for removing mouse cursors cannot be removed | Bruce Evans | 2017-04-10 | 1 | -9/+4 |
* | Quick fix for removal of the mouse cursor in vga direct graphics modes | Bruce Evans | 2017-04-08 | 1 | -3/+5 |
* | Fix removal of the keyboard cursor image in text mode, especially | Bruce Evans | 2017-04-08 | 1 | -6/+4 |
* | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
* | On some generations of the Intel GPU, disabling of the VGA Display | Konstantin Belousov | 2013-06-18 | 1 | -1/+5 |
* | Rework r210248. Although it fixed most of problems, it did not fix one | Jung-uk Kim | 2010-09-17 | 1 | -7/+4 |
* | Improve style slightly. | Jung-uk Kim | 2010-07-19 | 1 | -47/+50 |
* | Fix two long-standing line wrapping bugs in VGA renderer for pixel mode. | Jung-uk Kim | 2010-07-19 | 1 | -2/+3 |
* | Align memory access of 24-bit pixel renderer to word boundary. | Jung-uk Kim | 2010-03-24 | 1 | -2/+7 |
* | Separate 24-bit pixel draw from 32-bit case. Although it is slower, we do | Jung-uk Kim | 2010-03-23 | 1 | -1/+4 |
* | Fix VESA modes and allow 8bit depth modes. | Xin LI | 2009-08-24 | 1 | -1/+19 |
* | Replace explicit calls to video methods with their respective variants | Wojciech A. Koszek | 2007-12-29 | 1 | -15/+10 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -4/+4 |
* | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | Marius Strobl | 2005-09-28 | 1 | -2/+2 |
* | Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new | Peter Wemm | 2005-06-14 | 1 | -2/+2 |
* | Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct. | Scott Long | 2005-05-30 | 1 | -1/+2 |
* | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI | 2005-05-29 | 1 | -51/+424 |
* | Implement the syscons mouse pointer characters for amd64. It was only | Peter Wemm | 2004-09-24 | 1 | -4/+4 |
* | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | Fixed compilation warnings. | Ruslan Ermilov | 2002-03-06 | 1 | -0/+2 |
* | Refine cursor type/shape control escape sequences and | Kazutaka YOKOTA | 2001-08-02 | 1 | -15/+13 |
* | Fix dependencies between kernel options: | Kazutaka YOKOTA | 2001-07-10 | 1 | -2/+5 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -2/+0 |