1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
25
24
23
22
* Add check to not fail on new gtksourceview2 API (erikos)
21
* Add "tree" and "snow" from Dafydd Harries.
* Give a friendly error message if the audio library isn't found.
20
* Collaboration works; you get a copy of the host's source buffer.
* We look for the audio library in /home/olpc as well as /usr/share.
19
* #6475: Fix crash on launch when no telepathy connection (morgs)
18
* Updated translations for release.
17
* Attempt to fix Spanish, from Sayamindu.
16
* New "slideshow" example, by cjb.
15
* "View source" now works on both Pippy and Pippy-generated activities!
(From C. Scott Ananian.)
14
* Add pippy.console.size() to get rows/cols, make "thanks" use it.
13
* Pippy can now create activity bundles of user code, using the "Keep As
Bundle" icon on the toolbar!
(From C. Scott Ananian.)
12
* Factor out a pippy library, which programs can use with 'import pippy'.
* The pygame portion of the library uses 'best practices' to avoid eating
up CPU, and pauses & suspends after 20 seconds of inactivity.
(From C. Scott Ananian.)
11
* New pygame examples by Henry Holtzman! "bounce", "camera", "lines", "pong".
10
* Add "guess" example (Pilar Saenz).
9
* Changed sound library location again. Add "thanks".
8
* Changed location of sound library on filesystem, for build573+.
7
* Remove the "interpreter" banner; we don't provide the help files it mentions
* Add "Stop!" button to terminate the currently running code.
6
* Add "interpreter" example, by Ivan Krstić.
* 55px->45px icon, resized by Eben Eliason.
5
* Update to new Tubes API
* Small example changes
* Added getSoundList() which returns the list of available sounds for playWave() (Flipo)
4
* Journal integration
* Sound support! Thanks to Nat/TamTam team.
* New examples:
Sierpinski (Madeleine Ball)
Recursion (Mel Chua)
Fibonacci (Rafael Ortiz)
3
* Added scrollbars, replaced hippo with gtk.
2
* First public release.
|