Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename apply-color to use-color. | David Thompson | 2013-08-27 | 1 | -1/+1 |
* | Add procedures to perform a gl-translate or gl-scale given a vector2 object. | David Thompson | 2013-08-27 | 1 | -8/+7 |
* | Replace old vector module with new vector2 module. | David Thompson | 2013-08-27 | 1 | -1/+1 |
* | Make the origin the top-left corner of the window again. | David Thompson | 2013-08-26 | 1 | -3/+14 |
* | Create textbox type. | David Thompson | 2013-08-18 | 1 | -12/+43 |
* | Change render-font to draw-font and don't any matrix or color manipulation. | David Thompson | 2013-08-18 | 1 | -8/+7 |
* | Change render-font procedure. | David Thompson | 2013-08-18 | 1 | -13/+37 |
* | Use color module in font module. | David Thompson | 2013-08-17 | 1 | -1/+2 |
* | Create basic font module. | David Thompson | 2013-08-17 | 1 | -0/+54 |