factor/basis/ui
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
..
backend specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
baseline-alignment Remove unused words discovered by Samuel Tardieu 2009-06-16 16:38:39 -05:00
clipboards Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
commands Rename update to assoc-union!, add assoc-filter! assoc-diff! words 2010-02-04 02:55:00 +13:00
debugger Factor source files should not be executable 2009-11-21 17:50:43 -06:00
event-loop Factor source files should not be executable 2009-11-21 17:50:43 -06:00
gadgets ui.gadgets.editors: simplify private word. 2011-09-25 11:43:53 -07:00
gestures More system-micros elimination 2010-06-22 02:00:19 -05:00
images Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
operations ui.operations: fix typo in docs 2011-01-14 19:39:39 +09:00
pens specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
pixel-formats specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
render ui.render: set pack alignment to 1, so padding images isn't needed anymore 2010-06-01 13:52:00 +02:00
text core-text: lazy text render (inspired by klazuka). 2011-08-27 17:33:21 -07:00
tools ui.tools.listener.completion: when completing history, only show unique completions. 2011-09-17 09:53:59 -07:00
traverse remove non-primitive-related uses of tuck from basis 2009-11-05 17:03:24 -06:00
authors.txt
summary.txt
ui-docs.factor ui: add missing right parenthesis in with-ui word notes 2011-01-08 22:57:06 +09:00
ui-tests.factor Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
ui.factor Adding stack effects. 2011-09-23 17:46:40 -07:00