Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitorious@git.sugarlabs.org:karma/mainlineRoshan Karki2009-12-305-0/+261
|\
| * added test for number words using svgBryan Berry2009-12-305-0/+261
* | added isActive flag, titleRoshan Karki2009-12-302-17/+22
|/
* added lesson numberwords for testingRoshan Karki2009-12-285-0/+193
* added screenshots, got rid of temporary files, this is v0.3.0Bryan Berry2009-12-2095-14292/+59
* deleted .tmp filesBryan Berry2009-12-2092-2659/+0
* refactored largest_number and started refactoring money_identificationBryan Berry2009-12-2031-4537/+29
* Largest_Number refactoredBryan Berry2009-12-20220-14821/+256
* refactored English_Alphabet_Puzzle_Solving/, English_Animal_Identification/, ...Bryan Berry2009-12-20817-0/+119153
* inserted link to the new tutorials on the starter pageBryan Berry2009-12-181-1/+0
* add sounds to ConozcoBryan Berry2009-12-185-2/+9
* changed Conozco to use opacity to hide the svg's rather than display:noneBryan Berry2009-12-172-18/+24
* refactored example lessons, docs, karma.js, and tests to use singular nouns f...Bryan Berry2009-12-1472-1343/+78
* changed Conozco to use jquery SVG's .css() function over manual manipulationBryan Berry2009-12-131-13/+8
* .css() function somewhat works for jquery SVG on both firefox 3.5 and chromiu...Bryan Berry2009-12-131-1/+1
* added bob's stuffBryan Berry2009-12-121-1/+1
* moved jquery svg filesBryan Berry2009-12-123-16/+2
* 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-101-11/+9
* 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-081-1/+1
* added hack to mark svgs as loaded for firefox accessing local filesBryan Berry2009-12-081-0/+1
* 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-083-11/+13
* 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
* fixed path problem in ConozcoBryan Berry2009-11-238-363/+1
* cleaned out old filesBryan Berry2009-11-23195-28530/+0
* made small change to make sure that svgs load properly whether running locall...Bryan Berry2009-11-23206-0/+37566
* got rid of files in Conozco no longer neededBryan Berry2009-11-202-0/+0
* merged jkjs-refactor with masterBryan Berry2009-11-2040-3285/+1944
|\
| * Conozco now works w/ karma.js but doesn't use it very heavilyBryan Berry2009-11-2013-28/+161
| * last version incorrect. adding_up svg version now worksBryan Berry2009-11-208-308/+27
| * fixed enabling and disabling buttons in adding_up_canvas. Fixed test for Karm...Bryan Berry2009-11-201-38/+19
| * fixed problem w/ adding eevent listeners to buttons in adding_up_to_10_canvasBryan Berry2009-11-202-14/+12
| * karma.js now works for adding_up_to_10_canvas. Still need to fix the tests.Bryan Berry2009-11-194-30/+64
| * makeChain method not working at allBryan Berry2009-11-192-1/+2
| * makeChain method not working at allBryan Berry2009-11-193-282/+594
| * tests for the helper methods workBryan Berry2009-11-0711-0/+0
| * copied a working copy of Conozco-Uruguay into examples/ . This copy of Conozc...Bryan Berry2009-11-0518-63/+3987
* | copied a working copy of Conozco-Uruguay into examples/ . This copy of Conozc...Bryan Berry2009-11-0518-63/+3987
|/
* removed karma-main ids from adding_up examplesBryan Berry2009-11-032-2/+2
* changed constructor so u can invoke it w/ no argumentsBryan Berry2009-11-032-3/+3