factor/basis/ui/pens
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
caching Split off ui.pens from ui.render 2009-02-12 03:58:42 -06:00
gradient specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
image create a real "ui.gadgets.theme" vocab, move theme-image word into it, and add theme images to resources.txt 2010-02-14 12:42:03 -08:00
polygon specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
solid Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
tile Fancy new buttons 2009-02-14 21:53:39 -06:00
authors.txt Split off ui.pens from ui.render 2009-02-12 03:58:42 -06:00
pens-docs.factor fix a bunch of typos in docs 2009-10-21 17:40:43 -05:00
pens-tests.factor Split off ui.pens from ui.render 2009-02-12 03:58:42 -06:00
pens.factor Fancy new buttons 2009-02-14 21:53:39 -06:00