log demo/more/grid.ur

age author description
Wed, 28 Nov 2012 16:56:45 -0500 Adam Chlipala Allow any FFI module to declare new HTML tags
Sat, 21 Jul 2012 10:12:35 -0400 Adam Chlipala Update demo code for key/mouse handler change
Thu, 29 Dec 2011 14:12:03 -0500 Adam Chlipala Rename [Top.id] to avoid clash with [Basis.id]
Tue, 20 Dec 2011 19:02:04 -0500 Adam Chlipala Redo HTML context classification, to keep regular <body> tags out of <table> and <tr>
Wed, 15 Dec 2010 09:42:35 -0500 Adam Chlipala Small tweaks to update demos for record unification change
Sun, 10 Oct 2010 15:37:14 -0400 Adam Chlipala Tweaking unification fix to apply to demo/more
Sun, 28 Feb 2010 13:06:10 -0500 Adam Chlipala Changing foldRX to mapX
Sat, 26 Dec 2009 11:56:40 -0500 Adam Chlipala Make summary unification more conservative; infer implicit arguments after applications
Tue, 20 Oct 2009 10:29:17 -0400 Adam Chlipala Adapted existing demos to tuple pattern-matching
Sat, 19 Sep 2009 14:42:36 -0400 Adam Chlipala Progress on sorting + filtering
Sat, 19 Sep 2009 14:21:25 -0400 Adam Chlipala Paging mostly working; just need to get it working properly with filtering
Sat, 19 Sep 2009 13:55:37 -0400 Adam Chlipala Testing Dlist MaxLength with constant value
Sat, 19 Sep 2009 13:44:12 -0400 Adam Chlipala Testing Dlist StartPosition with constant offset
Sat, 19 Sep 2009 13:32:33 -0400 Adam Chlipala Grid sorting working
Sat, 19 Sep 2009 10:56:09 -0400 Adam Chlipala Hopefully fixed Jscomp bug that was breaking Grid
Thu, 17 Sep 2009 19:15:10 -0400 Adam Chlipala Pseudo-sort working with filters
Thu, 17 Sep 2009 16:35:11 -0400 Adam Chlipala Basic tail recursion introduction seems to be working
Thu, 17 Sep 2009 14:57:38 -0400 Adam Chlipala Bad sort functions tested
Thu, 17 Sep 2009 14:42:02 -0400 Adam Chlipala Insert dummy Sort parameter
Thu, 17 Sep 2009 14:27:00 -0400 Adam Chlipala Make filter argument to render, not create
Tue, 15 Sep 2009 15:48:53 -0400 Adam Chlipala Filters implementation type-checking
Tue, 15 Sep 2009 13:07:57 -0400 Adam Chlipala Fix JavaScript char literals; don't generate demo links to nonexistent files
Tue, 15 Sep 2009 12:23:42 -0400 Adam Chlipala Fixed a Mono_reduce bug, which was breaking selection enabling in Grid
Tue, 15 Sep 2009 11:18:20 -0400 Adam Chlipala Selection working, but switching it on isn't
Tue, 15 Sep 2009 10:18:56 -0400 Adam Chlipala Summary row with aggregates
Tue, 15 Sep 2009 09:45:46 -0400 Adam Chlipala Include 'key' type in Grid
Tue, 15 Sep 2009 09:40:51 -0400 Adam Chlipala Dropped in initial aggregate types
Tue, 08 Sep 2009 07:48:57 -0400 Adam Chlipala Start 'more' demo with dbgrid