Commit Graph

12167 Commits (51c89053c0959f17eedc71f8736daf5956a52d11)

Author SHA1 Message Date
Slava Pestov 723dcd334f Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 20:06:23 -06:00
Slava Pestov 6b99b04531 Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
Doug Coleman c5e1a26ac5 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 19:51:45 -06:00
Doug Coleman 63c96cc008 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-02-15 19:29:49 -06:00
Tim Wawrzynczak 9363ecc108 Removed extra nulls from v1 tags 2009-02-15 19:12:46 -06:00
Daniel Ehrenberg 523e0d993d Cleanup and bug fix in io.encodings.korean 2009-02-15 18:01:34 -06:00
Daniel Ehrenberg 66c2efb378 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 14:29:39 -06:00
Doug Coleman 5ef7afcbb3 refactor tiff loading a bit, identify lots of ifd header tags 2009-02-15 10:42:36 -06:00
Doug Coleman f4a242f341 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 09:14:33 -06:00
Doug Coleman 3df5422151 add support for parsing all baseline tiff tags, fix loading a tiff that used to work 2009-02-15 09:13:53 -06:00
Slava Pestov 758ba5bcea Remove unused circle rendering code 2009-02-15 06:09:04 -06:00
Slava Pestov 8fec1f5d40 Fix load errors 2009-02-15 06:01:53 -06:00
Slava Pestov 0bbc63f865 ui.images: use MEMO: instead of explicit cache 2009-02-15 06:01:46 -06:00
Slava Pestov 628c219495 opengl.texture-cache is not necessary; simplify code 2009-02-15 04:33:43 -06:00
Slava Pestov 9a1d324342 Remove redundant t >>fill? calls 2009-02-15 04:24:25 -06:00
Slava Pestov 634435d816 Merge branch 'master' into new_ui 2009-02-15 04:07:51 -06:00
Slava Pestov 1bea447e4d Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 04:07:13 -06:00
Slava Pestov cddb1f6133 Fix spelling 2009-02-15 04:07:05 -06:00
Slava Pestov 87f2f559f0 Fix spelling 2009-02-15 04:06:36 -06:00
Slava Pestov f8ab4be9da Line gadgets now support min/max rows/cols; this obsoletes limited-scroller 2009-02-15 04:01:57 -06:00
Slava Pestov 074e3238f3 Scrollers: add pref-viewport-dim word that child gadgets can implement; clean up layout 2009-02-15 03:59:50 -06:00
Slava Pestov 1b41f85395 ui.gadgets.frames: any size frame now supported, arbitrary cell can be fill cell, gap supported 2009-02-15 03:59:02 -06:00
Slava Pestov f344cd50ca Single click is sufficient to insert completion in listener 2009-02-15 02:15:59 -06:00
Slava Pestov 78353dd1b6 New look for tabbed gadgets 2009-02-15 02:15:51 -06:00
Slava Pestov 53eb92a967 tools.vocabs.browser: use icons in more places 2009-02-15 02:15:27 -06:00
Slava Pestov 0c4c0410ef Add x-height and cap-height metrics 2009-02-15 02:13:16 -06:00
Slava Pestov 09630e5bf4 Fancy new buttons 2009-02-14 21:53:39 -06:00
Slava Pestov 07ea40eaf6 Cosmetic fix 2009-02-14 21:51:54 -06:00
Slava Pestov 4c86bd0951 Various UI cosmetic fixes 2009-02-14 20:46:35 -06:00
Slava Pestov dd3a21f4f0 New look for buttons 2009-02-14 20:46:13 -06:00
Yun, Jonghyouk 7f130be10f Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 10:59:03 +09:00
Slava Pestov 9ebc487f44 Kill ui.gadgets.theme 2009-02-14 19:50:22 -06:00
Slava Pestov 6bbb4630f3 Rename labelled to labeled -- correct spelling 2009-02-14 19:48:32 -06:00
Doug Coleman 5741aa198e not all images have associated alpha data... oops 2009-02-14 19:28:00 -06:00
Doug Coleman 47a2f42c9f handle associated alpha data in tiffs 2009-02-14 19:24:42 -06:00
Doug Coleman 99122a8fb1 use while to implement randomize (thanks joe!), document it 2009-02-14 14:25:48 -06:00
Doug Coleman a0491606bc fix { } randomize, more unit tests 2009-02-14 14:04:54 -06:00
Doug Coleman 1418a67cc6 unit test how many elements to swap with randomize, remove a usage of pick 2009-02-14 13:28:41 -06:00
Doug Coleman 0286c524e8 randomize was broken -- elements could not exchange with themselves 2009-02-14 13:14:00 -06:00
Jose A. Ortega Ruiz 0f6598d95c FUEL: Recognised parenthesised forms (e.g., stack effects) as syntactic constructs. 2009-02-14 13:44:12 +01:00
Jose A. Ortega Ruiz 29d1dfe7b5 Merge commit 'origin/master' into emacs 2009-02-14 13:43:17 +01:00
Slava Pestov bb46c64f71 LZW-compress images; thanks Doug for implementing this! 2009-02-14 00:58:35 -06:00
Slava Pestov 83bf59422b Merge branch 'master' into new_ui 2009-02-14 00:46:16 -06:00
Slava Pestov 2d3d722fd0 parser: tweak note printing 2009-02-14 00:45:34 -06:00
Slava Pestov 9c51eaa451 New look for labeled gadgets 2009-02-14 00:45:10 -06:00
Slava Pestov 6988baf0a1 Disable font leading in line-support for now 2009-02-14 00:44:32 -06:00
Slava Pestov faf0c94c6f ui.gadgets.editors: render empty selections visibly 2009-02-14 00:44:10 -06:00
Doug Coleman b638a35fd7 move >signed to math.bitwise 2009-02-14 00:31:17 -06:00
Doug Coleman b4e7592ba3 support predictors 2009-02-14 00:30:59 -06:00
Slava Pestov 0e0e64166f Merge branch 'master' into new_ui 2009-02-13 20:27:55 -06:00