Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js
Commit message (Expand)AuthorAgeFilesLines
...
* refactored example lessons, docs, karma.js, and tests to use singular nouns f...Bryan Berry2009-12-141-55/+53
* testing checking if media loaded using 'canplaythrough' event rather than 'lo...Bryan Berry2009-12-131-1/+9
* changed Conozco to use jquery SVG's .css() function over manual manipulationBryan Berry2009-12-131-1/+1
* .css() function somewhat works for jquery SVG on both firefox 3.5 and chromiu...Bryan Berry2009-12-132-9/+1350
* css manipulation of svg still doesn't workBryan Berry2009-12-131-2/+2
* added bob's stuffBryan Berry2009-12-121-2/+2
* some notes on patching css manipulation of cssBryan Berry2009-12-122-0/+651
* moved jquery svg filesBryan Berry2009-12-122-0/+14
* seem to have fix false reporting of errorsBryan Berry2009-12-101-3/+3
* used inline stylesheet for capitals1.svg to show that it can't be overriden l...Bryan Berry2009-12-081-17/+4
* added hack to mark svgs as loaded for firefox accessing local filesBryan Berry2009-12-081-23/+13
* trying to see if svgdoc.documentElement means the svg is loadedBryan Berry2009-12-081-2/+8
* still fighting with how to determine when svg elements have fully loadedBryan Berry2009-12-081-16/+30
* added a testBryan Berry2009-12-071-4/+7
* changed _isValidType function to use === statements instead of regex to make ...Bryan Berry2009-12-051-2/+5
* updated jsdocBryan Berry2009-12-051-1/+10
* added template for use with jsdocBryan Berry2009-12-051-4/+9
* most of documentation done with jsdoc tool and now stored in docs/Bryan Berry2009-12-031-42/+237
* added lots of documentation that works with jsdocBryan Berry2009-12-021-27/+147
* Ran jslint on tests.js and karma.js. Then cleaned up all problems reported by...Bryan Berry2009-12-021-100/+109
* refactored karma.js to use '_' as a prefix for private variable and method namesBryan Berry2009-12-021-76/+78
* got rid of old versions of karma.js no longer usedBryan Berry2009-11-234-1371/+0
* made small change to make sure that svgs load properly whether running locall...Bryan Berry2009-11-234-6/+1375
* merged jkjs-refactor with masterBryan Berry2009-11-205-2534/+807
|\
| * Conozco now works w/ karma.js but doesn't use it very heavilyBryan Berry2009-11-201-2/+6
| * last version incorrect. adding_up svg version now worksBryan Berry2009-11-205-2606/+0
| * all tests pass on firefox 3.5 and chrome 4Bryan Berry2009-11-201-12/+9
| * fixed enabling and disabling buttons in adding_up_canvas. Fixed test for Karm...Bryan Berry2009-11-201-29/+3
| * fixed problem w/ adding eevent listeners to buttons in adding_up_to_10_canvasBryan Berry2009-11-201-1/+2
| * karma.js now works for adding_up_to_10_canvas. Still need to fix the tests.Bryan Berry2009-11-192-20/+22
| * makeChain method not working at allBryan Berry2009-11-192-11/+12
| * tests covering most of karma.js added. Karma.js now has most of the functiona...Bryan Berry2009-11-191-22/+24
| * added in code for geometry and math functions + chainMaker. Tests for geometr...Bryan Berry2009-11-191-17/+102
| * changed location of total assets counterBryan Berry2009-11-191-20/+21
| * audio files now seem to load immediatelyBryan Berry2009-11-182-6/+6
| * audio files now load immediatelyBryan Berry2009-11-182-10/+170
| * changed all timeouts to 100ms because 10ms is too fast for firefox 3.5Bryan Berry2009-11-181-12/+25
| * makeImages() works but makeSounds() doesn'tBryan Berry2009-11-181-24/+30
| * now have 53 total tests but only 48 passBryan Berry2009-11-171-59/+72
| * most tests for Karma.karma and Karma.kMedia passBryan Berry2009-11-162-114/+209
| * committing before I try taking replacing KarmaRoot w/ karma.initialized to en...Bryan Berry2009-11-161-313/+355
| * almost done w/ kMediaBryan Berry2009-11-131-209/+310
| * added more testsBryan Berry2009-11-132-100/+121
| * added more tests and changed run method of Karma.karma to readyBryan Berry2009-11-101-74/+198
| * tests for the helper methods workBryan Berry2009-11-073-7/+11
| * minor changeBryan Berry2009-11-061-5/+4
| * copied a working copy of Conozco-Uruguay into examples/ . This copy of Conozc...Bryan Berry2009-11-051-8/+29
| * initial restructuring of jquery.karma.js to karma.jsBryan Berry2009-11-044-0/+213
* | fixed 'foo' problemBryan Berry2009-11-061-2/+0
|/
* added files for using qunitBryan Berry2009-11-032-710/+953