Commit Graph

11868 Commits (8654bfe92142b4b1bfe8aa5257fa1d361f83a461)

Author SHA1 Message Date
Slava Pestov d31b902f96 Add horizontal and vertical orientation constants, working on baseline alignment 2009-02-02 00:02:55 -06:00
Slava Pestov 7b2a705352 <border> now takes a pair instead of an integer 2009-02-02 00:00:45 -06:00
Slava Pestov f93b2f1c29 Clean up line-metrics code 2009-02-01 23:58:05 -06:00
Daniel Ehrenberg 1360e5d1e0 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-01 23:53:38 -06:00
Daniel Ehrenberg 3c75dfd2e0 Shift-JIS support; minor cleanup of io.binary 2009-02-01 23:47:36 -06:00
Slava Pestov ecf3d4f447 Add ui.text:line-metrics word, and core-text implementation 2009-02-01 20:32:49 -06:00
Slava Pestov 790dee3d7e core-graphics: fix problem when rendering transparent offscreen bitmaps, use calloc instead of malloc so that memory is zeroed 2009-02-01 20:32:26 -06:00
Slava Pestov 93afebdb30 colors: add an opaque? word and a transparent color 2009-02-01 20:32:00 -06:00
Slava Pestov 0835eb374b UI cleanup: make some ui.gadgets words private, give labels a virtual slot instead of label-string/set-label-string words 2009-02-01 20:31:42 -06:00
Slava Pestov c48149831e interval-maps: clean up some shuffling 2009-02-01 20:30:54 -06:00
Slava Pestov 4513417657 Clean up some messy stack shuffling 2009-02-01 19:14:43 -06:00
Daniel Ehrenberg f660c7e7e8 Cleanup of io.encodings.utf32 2009-02-01 18:54:06 -06:00
Daniel Ehrenberg ec22af4dbd UTF-32 encoding/decoding 2009-02-01 15:36:07 -06:00
Slava Pestov 00fb6496fb Links to words in apropos work better 2009-02-01 06:33:44 -06:00
Slava Pestov 92708c7231 Fix com-stack-effect 2009-02-01 03:27:10 -06:00
Slava Pestov 5d4a113e60 Merge branch 'master' into new_ui 2009-02-01 02:07:21 -06:00
Slava Pestov e089ce6df0 Fix http test 2009-02-01 02:02:09 -06:00
Slava Pestov 83cbe7c04f Fix lint 2009-01-31 23:11:07 -06:00
Slava Pestov da44f198f6 Fix core-text.utilities 2009-01-31 23:09:56 -06:00
Slava Pestov 69938925ee Fix conflict 2009-01-31 22:41:26 -06:00
Slava Pestov fae0d8bac1 Fix validation error rendering 2009-01-31 21:56:39 -06:00
Slava Pestov 4e779820b8 Fix load error 2009-01-31 21:23:56 -06:00
Slava Pestov 64dede8d4a Merge branch 'master' of git://factorcode.org/git/factor 2009-01-31 21:02:27 -06:00
Slava Pestov 83116c6439 Change example to unchecked-example since on netbsd math functions return 0 instead of NaN on domain errors 2009-01-31 21:02:13 -06:00
Slava Pestov 1194ce38aa Fix some bugs in xml.utilities and add new unit tests 2009-01-31 21:01:55 -06:00
Slava Pestov 55bbbd0ff0 Fix msxml-to-csv 2009-01-31 20:58:23 -06:00
Slava Pestov 335f0d99bf Add unit tests for msxml-to-csv 2009-01-31 20:56:00 -06:00
Slava Pestov 7a8dc80426 Fix some issues in http.server 2009-01-31 20:54:49 -06:00
Slava Pestov 938d9c733e Fix help.html for Dan's recent changes 2009-01-31 20:44:30 -06:00
Slava Pestov 0408788518 Rewrite html.streams to use xml.literals 2009-01-31 20:44:17 -06:00
Joe Groff 5f681d4f33 add test cases to svg to cover recent breakage 2009-01-31 17:29:04 -06:00
Joe Groff 632c17ea35 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-31 09:21:17 -06:00
Joe Groff 6b7a05013a Update svg for xml api changes 2009-01-31 09:18:44 -06:00
Slava Pestov 42c3c3383a Merge branch 'master' into new_ui 2009-01-31 03:03:39 -06:00
Slava Pestov d95e275b63 Fix websites.concatenative:init-production 2009-01-31 03:02:29 -06:00
Slava Pestov 26a35540a5 Update lint for Dan's html vocab change 2009-01-31 03:02:21 -06:00
Slava Pestov ad40042663 Fix regression in xmode.code2html:htmlize-lines 2009-01-31 03:02:10 -06:00
Slava Pestov b88f537bc9 Fix circular dependency between db.tuples and db.types docs 2009-01-31 03:01:56 -06:00
Slava Pestov 3d533c94ca Working on listener completion 2009-01-31 02:40:03 -06:00
Slava Pestov c253a81c99 Add gesture>operation word 2009-01-31 02:39:38 -06:00
Slava Pestov 7d632980d8 Add key-gesture superclass for key-down and key-up 2009-01-31 02:39:27 -06:00
Daniel Ehrenberg 43ab7947ae Merge branch 'master' of git://factorcode.org/git/factor 2009-01-31 01:06:00 -06:00
Daniel Ehrenberg 58d6e68855 Minor changes to web framework; fixing websites.concatenative:init-testing 2009-01-31 01:01:54 -06:00
Slava Pestov 36ebb97dc5 Fix usage. operation to run in listener 2009-01-30 23:52:17 -06:00
Slava Pestov 8e5c085b57 Fix commands tests, and chop off trailing dot 2009-01-30 23:52:02 -06:00
Slava Pestov e090c6ed92 Merge branch 'master' into new_ui 2009-01-30 23:30:00 -06:00
Slava Pestov a15ccb3812 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-30 23:27:17 -06:00
Slava Pestov 30b2dd2e20 Fix typo, we're Unicode 5.1 not 5.0 2009-01-30 23:26:50 -06:00
Slava Pestov b2ee879c07 Fix load error 2009-01-30 23:26:41 -06:00
Doug Coleman 12ca0eec41 blas from netbsd pkgsrc depends on f2c runtime libs 2009-01-30 22:42:36 -06:00