Commit Graph

1031 Commits (ce41c5d642c919cc913e009a0c8992a989f8f95c)

Author SHA1 Message Date
Slava Pestov d8be679fcc some cleanups 2005-03-07 01:03:22 +00:00
Slava Pestov 3cb8a1e63d removed halos; a new tile gadget 2005-03-07 00:46:29 +00:00
Daniel Ehrenberg 54ad3394a7 adding unittest for infix-word.see 2005-03-06 01:01:51 +00:00
Daniel Ehrenberg d47fbc8d1a s/word-property/word-prop/ 2005-03-05 23:55:31 +00:00
Slava Pestov a74632b243 hashtables were sized wrong; rename str- words to string- 2005-03-05 21:33:40 +00:00
Slava Pestov f0dfb77690 renaming word-parameter to word-def; renaming word-property to word-prop 2005-03-05 19:45:23 +00:00
Slava Pestov 76efdb2f1d UI fixes 2005-03-04 03:45:23 +00:00
Slava Pestov bb048fb7e6 fix bootstrapping problems 2005-03-04 03:24:51 +00:00
Slava Pestov c4da07c80d halos 2005-03-04 01:43:55 +00:00
Daniel Ehrenberg 175b211160 changes to algebra 2005-03-04 01:35:33 +00:00
Slava Pestov e9ea91918d UI work 2005-03-03 02:26:11 +00:00
Slava Pestov 779db3970d fix bootstrap errors 2005-03-02 03:19:26 +00:00
Slava Pestov c918f60671 presentations and menus 2005-03-02 03:11:08 +00:00
Slava Pestov 3fed0171ef missing file 2005-03-01 23:55:59 +00:00
Slava Pestov 5c69750719 improved inspector 2005-03-01 23:55:25 +00:00
Slava Pestov 9df3845237 inspector 2005-03-01 05:45:50 +00:00
Slava Pestov dc161369cc filled layout 2005-02-28 04:17:41 +00:00
Slava Pestov 9ae9264ff0 scrolling work 2005-02-28 03:28:09 +00:00
Daniel Ehrenberg 8315f1b1ee Algebra again, fixing (?) 2005-02-28 02:53:11 +00:00
Slava Pestov 1cb73fcf55 Makefile oopsie 2005-02-27 21:54:09 +00:00
Slava Pestov 48b2f1f7fb some UI cleanups 2005-02-27 21:51:12 +00:00
Slava Pestov 3a1441d0b4 pane gadget, clipping work 2005-02-27 21:00:55 +00:00
Slava Pestov 14862ab4b5 clipping 2005-02-27 08:48:27 +00:00
Slava Pestov 033ece6ca5 started clipping 2005-02-26 07:11:25 +00:00
Slava Pestov d8c91b1cda scrolling 2005-02-26 05:57:53 +00:00
Slava Pestov d0bb4944f1 functional queue in place of dlists; disable generic partial eval due to buggyness 2005-02-25 23:11:10 +00:00
Slava Pestov b02f5d305c minor fd-streams tweak 2005-02-25 22:25:40 +00:00
Slava Pestov 42b3cc8afa word wrap bootstrap.txt 2005-02-25 22:15:16 +00:00
Daniel Ehrenberg dbb1148360 updates on infix & infix repl 2005-02-25 05:06:30 +00:00
Daniel Ehrenberg 56648c2ca5 fixing carelessness 2005-02-25 03:53:15 +00:00
Daniel Ehrenberg ecb11bf4fe algebra -- I hope this works 2005-02-25 03:32:51 +00:00
Slava Pestov 4f3457efb6 inlining method body if type of object passed to generic is known 2005-02-25 01:52:17 +00:00
Slava Pestov e376755fda oops 2005-02-25 00:05:19 +00:00
Daniel Ehrenberg cf8b059c9b algebra 2005-02-24 23:42:19 +00:00
Slava Pestov bbfa40fc7b type inference work 2005-02-24 02:50:51 +00:00
Slava Pestov 2526a1b9b5 fix a problem with the plugin's parser 2005-02-23 04:14:56 +00:00
Slava Pestov 6b9133bf30 inference errors printed; type violations are flagged; plugin fixes 2005-02-23 04:07:47 +00:00
Slava Pestov eb86c229e0 working on jEdit plugin 2005-02-22 02:26:20 +00:00
Slava Pestov c502ea889e index-of broken 2005-02-22 01:51:58 +00:00
Slava Pestov 0f2d8b218b memory word cleanups, sdl numlock fix 2005-02-21 01:38:24 +00:00
Chris Double a0c7e80835 tidy up browser title.
put vocab and word name in browser titlebar.
update cont-responder documentation. Added information on 'show-final'
and updated examples that had suferred code rot (ie. Change use of
times*, succ, pred, [ | ], etc)..
remove setting of responder name in browser. The setting of the name
caused the browser-edit responder to jump to the browser responder when
a word was clicked..
added show-final to cont-responder.
add responder-items word for debugging in cont-responder.
changed expiry of cont-responder continuations. When the continuations
are expired they are now removed from the hash table. Previously each
request would rebuild the continuation table containing the non-expired
continuations..
convert from hashtables to typles in cont-responder.
move to using symbols for variable names in cont-responder.
convert USE: to USING: in cont-responder.
various minor cont-responder refactorings.
refactor init-cont-responder.
merge cont-get-responder and cont-put-responder into one.
refactor cont-get-responder.
fix cont-responder bug involving redirects. When a cont-responder
request for an expired page was made the  'redirect' flag was not
correctly reset. This resulted in initial  requests of a responder
redirecting when it wasn't supposed to.  Tidied up the area of redirects
and post-refresh-get pattern..
added use of show-final to todo-list.
2005-02-21 00:47:08 +00:00
Slava Pestov ba492a60d8 built in type slot meta refactoring; string capacity is now a tagged slot; references word 2005-02-21 00:03:37 +00:00
Slava Pestov e91e0edc3b fix text rendering crash with strings containing nulls 2005-02-20 05:01:05 +00:00
Slava Pestov 3bf3e13f2e register declarations for powerpc 2005-02-20 04:25:21 +00:00
Slava Pestov ae27f48d12 minor fix for rollovers 2005-02-20 03:55:45 +00:00
Slava Pestov 3b98c55ecf dialogs 2005-02-20 02:49:37 +00:00
Slava Pestov 8d139c621a layout alignments 2005-02-20 00:57:26 +00:00
Slava Pestov 99edfc3593 some UI fixes 2005-02-19 22:54:04 +00:00
Slava Pestov d245baf72b lets get 0.73 started 2005-02-19 03:55:43 +00:00
Mackenzie Straight a69a156210 update makefile, remove VC project 2005-02-19 02:16:14 +00:00