Wykres commitów

1350 Commity (4aab1403705f68bb13b7d7b72fd04c012354bed8)

Autor SHA1 Wiadomość Data
brianharvey 4aab140370 copy new Scratch media
... not including cat, gobo, nano, etc.
2016-12-05 00:16:35 -08:00
jmoenig 76069819e2 fixed #1543 2016-12-05 08:58:16 +01:00
jmoenig 4d2fae6fc8 update undrop controls on redoing a deletion 2016-12-01 13:59:35 +01:00
jmoenig cbced3a81a fixed #1522 2016-12-01 13:49:09 +01:00
jmoenig dd51470239 update scrollbars of the project dialog as the project list is filtered 2016-12-01 12:34:48 +01:00
jmoenig c9af72a665 updated version and history
(and tweaked some semicolons to please static code analysis)
2016-12-01 12:23:15 +01:00
Jens Mönig c3992f5ec5 Merge pull request #1517 from bromagosa/project-filter
Project filter
2016-12-01 12:10:40 +01:00
jmoenig 4ad8160884 fixed #1540 2016-12-01 09:13:54 +01:00
jmoenig ec0b9671a9 added hidden “clear undrop queue” option to scripts pane context menu 2016-11-29 09:56:36 +01:00
jmoenig aee9b1ab52 added undo / redo icons to block context menu 2016-11-29 07:34:27 +01:00
jmoenig cd22b94e0b Enable nested auto-wrapping by default 2016-11-28 17:59:04 +01:00
jmoenig d43ebe6428 added dynamic “undo” / “redo” buttons to each scripting pane 2016-11-28 15:36:00 +01:00
jmoenig d28f6db249 added support for optional floating tool bars to scroll frames 2016-11-28 15:34:58 +01:00
jmoenig a9038846b2 added symbols for “turnBack” and “turnForward” 2016-11-28 08:42:59 +01:00
jmoenig 3a23ffb969 added keyboard shortcut ctr-y for “undrop” (in addition to shift-ctrl-z) 2016-11-28 07:36:58 +01:00
jmoenig 5b1b4a5e36 use new first-class animations framework 2016-11-25 14:42:20 +01:00
jmoenig 3d8ef5519c Morphic: First Class Animations 2016-11-25 14:40:28 +01:00
jmoenig 3c43d59bc3 drag-origin support for blocks and comments duplicated inside a block editor 2016-11-24 09:30:35 +01:00
jmoenig c1668c4f15 work around a dreaded FF NS_ERROR_FAILURE for supporting retina
it’s a terrible and ugly hack with who-knows-which side-effects. I hate
computers.
2016-11-24 09:04:16 +01:00
jmoenig 64efff58cf “Undrop / Redrop” support for sticky comments 2016-11-23 10:38:59 +01:00
jmoenig dae8e7a7bb tweak "undrop / redrop" animation 2016-11-22 14:23:53 +01:00
jmoenig 4f3d282d95 Morphic: support optional “onBeforeDrop” callback parameter in Morph.slideBackTo() 2016-11-22 14:22:34 +01:00
jmoenig f37977f320 Block editing improvements - in development
* auto-wrapping for C-shaped slots (around top-level command stacks)
* settings option for auto-wrapping around inner nested stacks
* unlimited “undrop / redrop”, incl. keyboard shortcuts ctrl-z
ctrl-shift-z
* “undrop” also brings back blocks and scripts deleted via context menus
* … or via backspace / delete in keyboard entry mode
* Note: “undrop” is meant to be a temporary solution until
VanderbiltEdu’s synching / undo mechanism is ready for prime time
2016-11-22 10:47:47 +01:00
Bernat Romagosa 37f1e1ba2a Polished filter field 2016-11-18 11:56:18 +01:00
Bernat Romagosa 331e572b42 project filter field, searches by name and notes 2016-11-11 18:39:42 +01:00
jmoenig 3d82132d90 minor code tweaks
to please static code analysis :-)
2016-11-10 10:30:20 +01:00
Jens Mönig 282eabe720 Merge pull request #1496 from bromagosa/block-label-styles
allow to style any string starting with $ in labelParts
2016-11-10 10:23:44 +01:00
Jens Mönig 2af3eaacbe Merge pull request #1497 from cycomachead/fix-1495
improvements to export summary
2016-11-10 10:23:09 +01:00
jmoenig 50e94a93ad auto-wrapping
also: treat JS-function blocks the same as variable getters wrt rings,
i.e. auto-remove the ring in a CALL block when dropping a JS-function
block on it
2016-11-10 10:21:52 +01:00
jmoenig 1a6aff47dd updated version number 2016-11-10 09:36:14 +01:00
Jens Mönig a4e94bc5d3 Merge pull request #1504 from bromagosa/GL-translation
Galician translation, submited by @tecnoloxia
2016-11-10 08:41:00 +01:00
Jens Mönig 86c6f07a6d Merge pull request #1488 from minimalprocedure/master
update for v4.0.9
2016-11-10 08:40:37 +01:00
jmoenig cfa7b5f8cb small German translation update
thanks to Jadga Hügle from SAP’s YoungThinkers for pointing out this
omission
2016-11-10 08:38:24 +01:00
bromagosa 3c46b418cd added GL to lang list 2016-11-09 12:59:19 +01:00
bromagosa 7c0c735f43 GL translation, submitted by @tecnoloxia 2016-11-09 12:53:32 +01:00
Michael Ball 1c8cd7c45c improvements to export summary
* fix #1495 - remove duplicate ,
* use HTML5 charset attribute
* add the current Snap! language to the html tag
2016-11-05 14:06:47 -07:00
bromagosa 8ff743420a allow to style any string starting with $ in labelParts 2016-11-04 18:14:28 +01:00
Brian Harvey 398185bd55 Merge pull request #1491 from cycomachead/no-appcache
Remove the manifest file
2016-11-03 19:03:35 -07:00
Michael Ball cc239ce73b Remove the manifest file
As of today (Nov 1, 2016) appcache is removed from the HTML5 spec.
Currently, the appcache isnt being used in Snap! and so there arent and changes in removing it.
We should look at other options for offline access for which there are many.
2016-11-01 13:49:08 -07:00
Massimo Ghisalberti eec3a49b61 update for v4.0.9 2016-10-31 15:21:33 +01:00
jmoenig 3d269f1740 fixed a flat-mode glitch, updated Portuguese translation
thanks, Bernat for reporting the bug and Manuel for the translation
update!
2016-10-31 09:39:59 +01:00
Jens Mönig e6806fec9d Merge pull request #1484 from MMSequeira/master
Updates to the Portuguese (Portugal) translation
2016-10-31 09:33:38 +01:00
Manuel Menezes de Sequeira 166bfe6387 Update the Portuguese (Portugal) translation. 2016-10-30 12:29:26 +00:00
Manuel Menezes de Sequeira 43df65256b Update Portuguese (Portugal) translation date information. 2016-10-30 12:20:26 +00:00
Manuel Menezes de Sequeira 7e03396351 Improve and update the Portuguese (Portugal) translation. 2016-10-30 12:17:50 +00:00
Manuel Menezes de Sequeira 0492d299b4 Merge remote-tracking branch 'jmoenig/master' 2016-10-29 19:30:15 +01:00
jmoenig f720fa7629 updated versions for pending release v4.0.9 2016-10-28 19:09:28 +02:00
jmoenig da51393424 preparing minor release v4.0.9
to be deployed live later tonight
2016-10-28 18:31:18 +02:00
jmoenig 9a726654c7 added notice to get in touch if afraid of agpl license 2016-10-26 09:47:14 +02:00
jmoenig 5875900450 tweaked "fresh edit" behavior for input slots 2016-10-24 20:47:06 +02:00