| Age | Commit message (Expand) | Author |
| 2019-08-15 | Pull up following revision(s) (requested by rin in ticket #56): | martin |
| 2019-07-29 | Factor out putchar_aa functions into rasops_putchar_aa.h, which includes | rin |
| 2019-07-28 | Cast attr to uint32_t before right shift to avoid undefined behavior. | rin |
| 2019-07-25 | Factor out putchar and width-optimized putchar functions into | rin |
| 2019-07-25 | Add width-optimized putchar functions for 32-bpp, that work fine on | rin |
| 2019-07-25 | Provide and use FONT_GLYPH macro, tiny optimization version of WSFONT_GLYPH. | rin |
| 2019-07-24 | Use unsigned integers for binary data storage. | rin |
| 2019-07-24 | Style: | rin |
| 2019-03-01 | Fix whitespace. (In the source code, not in the functionality.) | jakllsch |
| 2019-03-01 | Underline when the attribute say underline, not when it says to reverse. | jakllsch |
| 2019-03-01 | Reset 'height' before underlining in rasops32_putchar_aa(). | jakllsch |
| 2013-09-15 | Remove unused variable | martin |
| 2013-07-31 | rasops32_putchar_aa(): | macallan |
| 2013-03-21 | Ooops, backout local change not intended to be commited with the last change | martin |
| 2013-03-21 | Add syntatic sugar to avoid hurting my eyes | martin |
| 2012-10-23 | make anti-aliased character drawing work on hardware where stride != width * ... | macallan |
| 2012-01-04 | use CHAR_IN_FONT() and WSFONT_GLYPH() macros | macallan |
| 2012-01-03 | split putchar method into one for alpha fonts and one for bitmap fonts | macallan |
| 2011-12-27 | skip the multiplications for alpha values of 0 and 255, just use background | macallan |
| 2011-12-24 | rename alpha variable to avoid conflict with a platform macro on alpha | macallan |
| 2011-12-22 | support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only | macallan |
| 2010-05-04 | autogenerate box drawing characters for fonts that don't have them, put them | macallan |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2006-02-18 | Add shadow framebuffer support. | jmcneill |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2003-04-16 | rasops32_putchar: don't paint character out of font limits. | petrov |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2000-06-13 | Use my proper name. | ad |
| 2000-04-12 | * Spell shift counts in decimal and masks in hex | pk |
| 1999-10-24 | Wrap a line properly. | ad |
| 1999-10-23 | - New option (RASOPS_SMALL) for the tight-fisted. | ad |
| 1999-05-18 | Assign ownership & copyright to TNF. There is probably a procedure for this | ad |
| 1999-04-26 | Innumerable fixes and improvements. README contains list of remaining bugs | ad |
| 1999-04-13 | Fixed licensing due to a foobar on my behalf. | ad |
| 1999-04-13 | Initial import of 'rasops', the new raster operations set for wscons/rcons. | ad |