summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* adjust block to no longer use strings, and remove unneeded codeMichael Ball2014-01-263-120/+17
|
* date block workMichael Ball2014-01-221-5/+3
|
* fix typos in lang files. Translation worksMichael Ball2013-12-282-13/+13
|
* Add style tweaks per Nathan's comments.Michael Ball2013-12-283-35/+31
|
* Add a 'get current DATE' block with various options, add some translations ↵Michael Ball2013-12-275-9/+184
| | | | to FR and DE
* fixed saving/loading of new mouse coordinate watchersjmoenig2013-12-193-5/+12
|
* Merge pull request #282 from cycomachead/watcherJens Mönig2013-12-191-2/+43
|\ | | | | fix #275 #237; implements watchers for mouse x and mouse y
| * fix #275 #237; implements watchers for mouse x and mouse yMichael Ball2013-12-181-2/+43
|/
* null-canvas blitting bug follow-upjmoenig2013-12-122-4/+6
|
* fixed #277, #279 (blitting null-canvasses fails)jmoenig2013-12-123-18/+29
| | | | Thanks, Nathan, for the pointer to this!
* accept lists as inputs to the green (text) LENGTH OF reporterjmoenig2013-12-112-2/+9
|
* fixed #264 (mapped <ctrl-enter> to green-flag instead of <enter>)jmoenig2013-12-052-2/+6
|
* fixed literal-to-non-literal zero-value comparison bugjmoenig2013-12-052-2/+6
|
* fixed type error in equality testjmoenig2013-12-041-1/+1
|
* fixed #261 (less tolerant null-value-to-number-coercion)jmoenig2013-12-042-2/+9
|
* French translation integrationjmoenig2013-12-043-5/+6
|
* Merge pull request #259 from mquinson/masterJens Mönig2013-12-041-14/+76
|\ | | | | update french translation
| * update french translationMartin Quinson2013-11-271-14/+76
| |
* | harmonize equality testing and List CONTAINS testingjmoenig2013-12-042-18/+6
| |
* | handle text comparisons case-insensitive (again)jmoenig2013-12-042-7/+11
|/
* comment on relabelling issuejmoenig2013-11-261-0/+3
| | | | save old code for future reference in case we introduced a bug here
* Merge pull request #253 from nathandinsmore/issue-244Jens Mönig2013-11-261-1/+1
|\ | | | | Fixed issue #244 (relabelling now preserves empty input slots)
| * Fixed issue #244 (relabelling now preserves empty input slots)Nathan Dinsmore2013-11-261-1/+1
|/
* Threads: fixed #133 - preserve edge-cased argument typesjmoenig2013-11-262-3/+4
| | | | (empty string, Boolean false)
* fixed #249 - preserve variable value types with edge casesjmoenig2013-11-262-2/+5
| | | | (empty string, Boolean false)
* fixed # 179jmoenig2013-11-262-1/+2
| | | | don’t identify primitive (static) C-Slots as implicit formal parameters
* fixed #175 - Text comparisons are now case sensitivejmoenig2013-11-262-0/+6
|
* Catalan translation update - Thanks, Bernat!jmoenig2013-11-263-7/+127
|
* Localization updatejmoenig2013-11-264-15/+18
|
* Merge pull request #241 from MMSequeira/masterJens Mönig2013-11-264-17/+125
|\ | | | | Added localize() calls to a bunch of missing strings and added also a bunch of Portuguese translations to 'unofficially' localized strings.
| * Add a few new strings to Portuguese translations.Manuel Menezes de Sequeira2013-11-231-1/+13
| |
| * Make menu item text similar to other picture generating itens.Manuel Menezes de Sequeira2013-11-231-1/+1
| |
| * Update last_changed value.Manuel Menezes de Sequeira2013-11-221-1/+1
| |
| * Add localize calls to a bunch of strings.Manuel Menezes de Sequeira2013-11-221-10/+10
| |
| * Correct typo and add a few Portuguese translations for 'unofficial' strings.Manuel Menezes de Sequeira2013-11-221-3/+99
| |
| * Add localization to Edit Slot Options text.Manuel Menezes de Sequeira2013-11-221-2/+2
| |
* | fixed #245 (consistently auto-convert empty strings to zeroes)jmoenig2013-11-262-17/+20
| |
* | fixed #207 (stricter comparison of strings vs. numbers)jmoenig2013-11-262-3/+4
| | | | | | | | | | | | | | Some intentional edge cases remain, such as empty string equals zero and disregarding trailing / leading blanks. Please don’t nitpick and spare me the fundamentalism, plus discussing whether discussing the discussing qualifies as fundamentalism :-)
* | fixed #125 (encode email address when signing up)jmoenig2013-11-262-2/+6
|/ | | | thanks, Nathan!
* Disallow "ringify" option for inline-template blocksjmoenig2013-11-221-17/+19
|
* Catalan translation, thanks, Bernat Romagosa Carrasquer!jmoenig2013-11-223-1/+1137
|
* Prevent „hide“ menu option for non-palette template blocksjmoenig2013-11-222-2/+3
| | | | thanks, Brian, for reporting this glitch!
* fixed #238 - don’t trigger events for eclipsed morphsjmoenig2013-11-222-2/+9
| | | | (whose parent-chain contains a hidden morph)
* fixed #231 (watcher-display of Booleans)jmoenig2013-11-152-2/+3
|
* fixed read-only input slot coloring glitchjmoenig2013-11-152-1/+1
| | | | thanks Bernat, for reporting it!
* „read-only“ option for editable custom block input slotsjmoenig2013-11-154-18/+83
| | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option
* Portuguese translation updatejmoenig2013-11-122-2/+3
| | | | thanks, Manuel!
* Merge pull request #229 from MMSequeira/patch-1Jens Mönig2013-11-121-4/+4
|\ | | | | Improve translation of 'stop script', 'create a clone...', and 'myself'.
| * Improve translation of 'stop script', 'create a clone...', and 'myself'.Manuel Menezes de Sequeira2013-11-121-4/+4
|/
* left-align multi-line text in value-bubblesjmoenig2013-11-122-20/+5
|