Commit Graph

5116 Commits (c19c0d03950b717ebf18a7f95c4cdfb6458594e3)

Author SHA1 Message Date
Joe Groff c19c0d0395 oops, forgot a USING 2009-06-18 09:57:49 -05:00
Joe Groff 6e334026bc fix cocoa close-window to work on windows without close buttons 2009-06-17 23:00:30 -05:00
Joe Groff 7d1b67b098 interface for controlling window controls (close, minimize, resize, titlebar, etc.). cocoa backend 2009-06-17 22:47:51 -05:00
Joe Groff a4bf577d52 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-17 21:45:04 -05:00
Joe Groff 3d13ec61fd let gl-error know about GL_INVALID_FRAMEBUFFER_OPERATION_EXT error. add <mrt-gl-program> helper word to link a GL program with named multiple render targets 2009-06-16 18:14:22 -05:00
Slava Pestov 277808a8e0 ui.gadgets.sliders: forgot to update docs 2009-06-16 17:11:36 -05:00
Slava Pestov becaa7985d Remove unused words discovered by Samuel Tardieu 2009-06-16 16:38:39 -05:00
Slava Pestov 82c02e00e8 Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-06-16 14:05:23 -05:00
Slava Pestov c92ed59a4e interleave: allow the 'between' quot to access the stack 2009-06-15 16:07:39 -05:00
Samuel Tardieu 69b9bef5db Documentation fix for PV{ 2009-06-15 22:24:21 +02:00
Slava Pestov 9eec019e9b Remove initial-quot feature 2009-06-15 13:07:15 -05:00
Slava Pestov 6129ce29ac 'see' on tuple classes didn't show initial values if slot type was not declared 2009-06-14 17:46:29 -05:00
Slava Pestov 14b4b79a37 compiler.cfg.linear-scan.resolve: fix compile error 2009-06-14 17:00:52 -05:00
Slava Pestov 4484a9950e Move constructors vocabulary to extra and refactor basis code not to use it 2009-06-13 18:47:19 -05:00
Slava Pestov 48c31d441c Add some failing unit tests exposing bugs in initial-quot: implementation 2009-06-13 18:34:27 -05:00
Slava Pestov 28a6fd215b Fix conflict 2009-06-13 17:49:20 -05:00
Slava Pestov 941d7a1eeb Various linear scan fixes
insert spill before reload to fix x86-32 regression
inactive splitting: if all inactive intervals' registers are in use, don't fail
fix stack analysis tests
2009-06-13 17:35:40 -05:00
Doug Coleman 231b50942e Merge branch 'master' of git://factorcode.org/git/factor 2009-06-12 11:59:14 -05:00
Doug Coleman ecfea47fd5 fix load error 2009-06-12 02:43:05 -05:00
Doug Coleman 56c9302dbc Merge branch 'master' of git://github.com/prunedtree/factor
Conflicts:
	basis/compression/inflate/inflate.factor
	basis/math/matrices/matrices.factor
2009-06-12 02:33:49 -05:00
Doug Coleman 7e0fab2dc6 use initital-quot: in threaded-server tuple declaration 2009-06-11 20:20:38 -05:00
Doug Coleman 54b2376756 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-11 19:48:46 -05:00
Slava Pestov d09ece8152 Split up compiler.cfg.linear-scan.allocation into a number of sub-vocabularies; start work on compiler.cfg.linear-scan.resolve; start work on inactive interval splitting 2009-06-11 17:55:14 -05:00
Joe Groff ed10661c30 «0.0 1.0 ^» was returning 0 instead of 0.0 2009-06-11 17:47:52 -05:00
Doug Coleman dd7b8964d6 fix duplicate using 2009-06-11 16:53:52 -05:00
Doug Coleman 8c0f3b00a9 ALIAS: doesn't not work with SYNTAX: words. oops 2009-06-11 15:23:36 -05:00
Doug Coleman e72dd58c0f fix typo 2009-06-11 15:19:00 -05:00
Doug Coleman aaf5c4b3f3 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-11 15:15:50 -05:00
Doug Coleman 934c454df5 re-add AUTO-CONSTRUCTOR 2009-06-11 15:15:22 -05:00
Doug Coleman 31c754e6e8 fix using 2009-06-11 14:35:55 -05:00
Doug Coleman 7c6937480b forward/backward constructors instead of auto-constructors 2009-06-11 14:31:04 -05:00
Doug Coleman ed3add3251 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-11 13:20:51 -05:00
Doug Coleman d11aab67b1 call initializers in reverse order to allow base classes to set state after slots are set in a subclass 2009-06-11 13:19:54 -05:00
Doug Coleman 29dc2af24f move more bitmap code to bitmap.loading 2009-06-11 13:16:04 -05:00
Doug Coleman 2b61a4b861 Merge branch 'master' of git://factorcode.org/git/factor 2009-06-11 11:10:20 -05:00
Doug Coleman f784d223fd add some unit tests for generalizations 2009-06-11 11:08:56 -05:00
Doug Coleman 33709958ae add nover, nbi-curry, and nbi to generalizations 2009-06-11 11:03:18 -05:00
Doug Coleman 9401346a7c minor indentation changes 2009-06-11 11:02:40 -05:00
Doug Coleman 4b15de5e00 dont use paren names when there's not a word with that name already 2009-06-10 16:23:57 -04:00
Doug Coleman 250f756e89 use concat-as 2009-06-10 16:01:46 -04:00
Doug Coleman c39344f773 dont use boa constructor in tiff 2009-06-10 15:52:55 -04:00
Doug Coleman 4dfa1f7837 more effective use of byte-arrays 2009-06-10 15:50:35 -04:00
Doug Coleman a83e4e7945 make png-loading not an image tuple 2009-06-10 15:50:16 -04:00
Doug Coleman 6a845f64af working on rle uncompresion for bitmaps 2009-06-10 15:16:17 -04:00
Slava Pestov 2fa3b8c57a circular: Fix rotate-circular 2009-06-09 18:28:53 -05:00
Doug Coleman f575edc2aa fix constructors for shadowed slots 2009-06-09 12:31:00 -04:00
Doug Coleman 9f944ee83d add authors file 2009-06-09 11:52:47 -04:00
Doug Coleman 551ad28b37 make run-length compression output a byte-array 2009-06-09 11:52:14 -04:00
Doug Coleman f6a9225179 fix bitmap unit tests, tweaking bitmap loading 2009-06-09 11:50:21 -04:00
Slava Pestov e4bce2615f compiler.cfg: add a declaration to fix tools.deploy.test.11 2009-06-09 03:36:16 -05:00