Commit graph

141 commits

Author SHA1 Message Date
Shane M. Clements
9b83662450 Merge pull request #251 from LLK/bubble_hide_fix
Fix hiding the 'say' bubble WRT number formatting
2014-06-18 12:27:25 +02:00
Shane M. Clements
a3427cd77d Merge pull request #274 from nathan/bitmap-selection-misalignment
Fixed grid for selection and stamp tools in bitmap editor
2014-06-18 12:25:23 +02:00
Shane M. Clements
2527a113be Merge pull request #259 from nathan/fix-pencil-keyup
Fixed pressing keys while drawing with the pencil
2014-06-18 12:21:07 +02:00
Shane M. Clements
23a285e82c Merge pull request #261 from nathan/resizing-zoomed-comments
Fixed resizing zoomed comments
2014-06-18 12:12:10 +02:00
Shane M. Clements
ca19712706 Merge pull request #267 from nathan/drop-down-menu-alignment
Fixed alignment of drop-down menus when blocks are zoomed
2014-06-18 12:11:32 +02:00
Shane M. Clements
2eb84b276d Merge pull request #275 from nathan/infinite-position
Fixed setting x or y position to +-Infinity
2014-06-18 12:09:08 +02:00
Shane M. Clements
35b5563bb7 Merge pull request #278 from nathan/rename-variable-fix-layout
Fixed blocks not resizing when renaming variables
2014-06-18 12:02:28 +02:00
Shane M. Clements
2e92451233 Merge pull request #288 from nathan/escape-empty-text
Fixed escape in empty paint editor text field throwing error
2014-06-18 11:57:08 +02:00
Shane M. Clements
6d7e9c3a0c Merge pull request #289 from nathan/stop-in-middle-of-script
Fixed allowing stop block to be placed in the middle of a script
2014-06-18 11:56:25 +02:00
Nathan Dinsmore
78b224ab08 Fixed allowing stop block to be placed in the middle of a script 2014-06-17 16:23:39 -04:00
Nathan Dinsmore
95f7db3bab Fixed escape in empty paint editor text field throwing error 2014-06-17 16:15:59 -04:00
Nathan Dinsmore
6b9998aa29 Fixed getter blocks not resizing when renaming variable 2014-06-17 11:56:11 -04:00
Nathan Dinsmore
f07abb9b2a Fixed block not resizing when switching variable via context menu 2014-06-17 11:56:00 -04:00
Nathan Dinsmore
177a26d104 Fixed setting x or y position to +-Infinity 2014-06-17 11:14:46 -04:00
Nathan Dinsmore
4939b8d6da Fixed grid for selection and stamp tools in bitmap editor 2014-06-17 10:55:41 -04:00
Nathan Dinsmore
d9f416672e Fixed alignment of drop-down menus when blocks are zoomed 2014-06-16 14:44:03 -04:00
Nathan Dinsmore
36894e20b0 Fixed resizing zoomed comments 2014-06-16 11:52:49 -04:00
Nathan Dinsmore
4931c427f4 Fixed pressing keys while drawing with the pencil 2014-06-16 11:14:52 -04:00
Shane M. Clements
3b4cb09f93 Merge pull request #254 from nathan/letters-category
Added "Letters" category to media library
2014-06-12 17:09:05 -06:00
Nathan Dinsmore
e0cdc38517 Added Letters category to media library 2014-06-12 18:43:33 -04:00
Shane M. Clements
5132c96eb2 Merge pull request #243 from nathan/wrap-c-in-stack
Allow wrapping C blocks in the middle of a stack
2014-06-12 16:04:26 -06:00
Nathan Dinsmore
0e44a7389a Fixed costume center button being too far to the right 2014-06-11 20:17:51 -04:00
Chris Willis-Ford
904d56ae55 Use GestureHandler as source for bubbles it creates
Shane explained that it would make more sense to use the GestureHandler
as the source for these particular TalkBubble instances.
2014-06-10 14:37:43 -07:00
Chris Willis-Ford
549a9d25a7 Fix hiding the 'say' bubble WRT number formatting
When checking whether to hide the speech bubble, test if this block is the block that originally displayed the bubble rather than testing to see if the text matches. This avoids problems due to differences in text formatting or changes in a reporter's value.
2014-06-10 11:48:26 -07:00
Shane M. Clements
126e7cdf16 Merge pull request #250 from djdolphin/record-sound
Added "record..." to sound menu... Thanks @djdolphin!
2014-06-09 17:02:43 -06:00
djdolphin
ec1d490517 Fixed
I broke this before I committed it.
2014-06-09 14:37:47 -04:00
djdolphin
77b3788187 Added "record..." to sound menu 2014-06-09 13:42:01 -04:00
Shane M. Clements
18172ebf1b Error reports show that sometimes proto is not the child of stagePane 2014-06-06 15:17:41 -06:00
Shane M. Clements
f3539b9d4a Now supporting retina displays 2014-06-06 14:45:07 -06:00
Shane M. Clements
3ee7bd3531 Prevent handing NaN to the BitmapData constructor 2014-06-06 14:45:07 -06:00
Shane M. Clements
82185a53e9 Added null check in case the user denied access to the microphone. 2014-06-06 14:45:07 -06:00
Shane M. Clements
31323c2eca Merge pull request #244 from nathan/fix-terminal-insertions
Fixed allowing terminal block insertions at the top of substacks
2014-06-06 12:20:31 -06:00
Nathan Dinsmore
e016af6ab2 Fixed allowing terminal block insertions at the top of substacks 2014-06-06 13:51:13 -04:00
Nathan Dinsmore
c3df7dcd5a Allow wrapping C blocks in the middle of a stack 2014-06-06 13:42:15 -04:00
Shane M. Clements
2028bb6f54 Fixed memory leak from copyPixels() 2014-06-04 11:00:45 -06:00
Shane M. Clements
57ffd680df Merge pull request #210 from nathan/import-newlines
Fixed importing files with CRLF or CR line endings
2014-06-03 13:51:49 -06:00
Shane M. Clements
678aac9546 Fixed a duplicate variable definition warning. 2014-06-03 10:20:02 -06:00
Shane M. Clements
3c9f132391 Merge pull request #190 from nathan/gif-decoder
Fixed formatting and dispose handling in GIF decoder
2014-06-03 10:15:55 -06:00
Shane M. Clements
cb1965db67 Merge pull request #167 from nathan/stop-palette-scripts
Fixed scripts in palette running after category is switched
2014-06-03 10:11:14 -06:00
Shane M. Clements
e5eed25566 Merge pull request #163 from nathan/urlencode
Properly urlencode extension block selectors and inputs
2014-06-03 10:10:00 -06:00
Shane M. Clements
f3dd8f4165 Merge pull request #168 from nathan/terminals-in-substacks
Fixed spacing in C blocks whose substacks end with terminals
2014-06-03 10:07:31 -06:00
Shane M. Clements
64b4df3968 Merge pull request #170 from nathan/menu-lines
Fixed variables named "---" not appearing in menus
2014-06-03 10:05:46 -06:00
Shane M. Clements
09b32a2dd6 Merge pull request #193 from nathan/hidden-context-menu
Fixed context menus showing for hidden lists on the stage
2014-06-03 10:03:08 -06:00
Shane M. Clements
aa5592c9ac Merge pull request #219 from nathan/library-import-button
Added button to import costume from library
2014-06-03 10:02:17 -06:00
Shane M. Clements
f64a6bb829 Merge pull request #223 from nathan/bubble-zoom
Fixed bubbles not appearing at right edge of block when zoomed
2014-06-03 10:01:06 -06:00
Shane M. Clements
e41f6e6358 Merge pull request #226 from nathan/list-watcher-checkbox
Fixed watcher checkbox when hiding list from context menu
2014-06-03 10:00:30 -06:00
Shane M. Clements
560d677feb Merge pull request #229 from nathan/min-list-watcher-size
Increased minimum list watcher size
2014-06-03 09:58:56 -06:00
Nathan Dinsmore
542311b1da Switched to a nicer way of computing scaled width
Thanks, Shane.
2014-06-02 19:19:35 -04:00
Shane M. Clements
61ce01e849 Merge pull request #232 from cpseager/master
Fix bug #140
2014-06-02 15:29:21 -06:00
Shane M. Clements
54c325a10c Now updating the bitmap during rotations. 2014-06-02 15:21:11 -06:00