Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added test for Karma.kVideoBryan Berry2009-12-1514-703/+1135
* finally fixed svg unit testsBryan Berry2009-12-153-9/+15
* cleaned up methods for creating collectionsBryan Berry2009-12-152-132/+201
* updated jsdocBryan Berry2009-12-1510-580/+1483
* replaced kMedia with kAudio, kVideo, and kImage. This makes the code easier t...Bryan Berry2009-12-152-127/+173
* changed logo, fixed the starter pageBryan Berry2009-12-1415-41/+40
* updated jsdocs, forgot to in last commitBryan Berry2009-12-149-798/+807
* refactored example lessons, docs, karma.js, and tests to use singular nouns f...Bryan Berry2009-12-14169-1461/+194
* increased delay for initializing images, because firefox is having trouble ru...Bryan Berry2009-12-131-3/+3
* increased delay for initializing soundsBryan Berry2009-12-131-3/+3
* updated tests w/ longer delays to handle latency when running tests across a ...Bryan Berry2009-12-131-9/+9
* 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-132-14/+9
* Merge branch 'jquerySvg'Bryan Berry2009-12-133-12/+1353
|\
| * .css() function somewhat works for jquery SVG on both firefox 3.5 and chromiu...Bryan Berry2009-12-133-10/+1351
| * css manipulation of svg still doesn't workBryan Berry2009-12-131-2/+2
| * minor change to jquery svg now supports manipulation of some css attributesBryan Berry2009-12-12800-140205/+0
| * added bob's stuffBryan Berry2009-12-12802-3/+140208
* | fixed more corners for webkitBryan Berry2009-12-131-0/+4
* | fixed corners for webkitBryan Berry2009-12-131-0/+4
* | fixed layout of starter pageBryan Berry2009-12-132-42/+30
* | added in bob's stuffBryan Berry2009-12-12800-0/+140205
|/
* some notes on patching css manipulation of cssBryan Berry2009-12-122-0/+651
* moved jquery svg filesBryan Berry2009-12-123-2/+2
* took highlight off links in starter pageBryan Berry2009-12-122-1/+6
* created generic start page for KarmaBryan Berry2009-12-1210-35/+837
* conozco works wellBryan Berry2009-12-1114-177/+3059
* help overlay now worksBryan Berry2009-12-105-39/+884
* seem to have fix false reporting of errorsBryan Berry2009-12-102-14/+12
* fixed css for spaceshipBryan Berry2009-12-093-14/+31
* fixed hiding of text labels on the capitals map. Apparently .css('display', '...Bryan Berry2009-12-094-13/+52
* rocket animation worksBryan Berry2009-12-093-7/+62
* fixed css selector to expose weird css/svg problemBryan Berry2009-12-091-1/+1
* encountered weird problem manipulating css values of svgBryan Berry2009-12-0917-86/+4789
* minor change to stylesheetBryan Berry2009-12-081-3/+5
* used inline stylesheet for capitals1.svg to show that it can't be overriden l...Bryan Berry2009-12-083-19/+7
* added hack to mark svgs as loaded for firefox accessing local filesBryan Berry2009-12-082-23/+14
* trying to see if svgdoc.documentElement means the svg is loadedBryan Berry2009-12-081-2/+8
* had accidentally commented out the alien and spaceshipBryan Berry2009-12-081-2/+2
* still fighting with how to determine when svg elements have fully loadedBryan Berry2009-12-084-27/+43
* figured out how make text word-wrap within an svgBryan Berry2009-12-084-38/+19
* minor change to the alien svgBryan Berry2009-12-072-20/+26
* added alien image to ConozcoBryan Berry2009-12-077-48/+1094
* added a testBryan Berry2009-12-072-4/+27
* changed _isValidType function to use === statements instead of regex to make ...Bryan Berry2009-12-052-3/+12
* updated jsdocBryan Berry2009-12-0512-1489/+749
* added template for use with jsdocBryan Berry2009-12-0521-944/+2966
* most of documentation done with jsdoc tool and now stored in docs/Bryan Berry2009-12-0311-49/+5475
* added lots of documentation that works with jsdocBryan Berry2009-12-022-29/+149
* Ran jslint on tests.js and karma.js. Then cleaned up all problems reported by...Bryan Berry2009-12-022-166/+174