Wykres commitów

941 Commity (7bddfe5b141236f97d0ec2878ac87cf7e9cdd710)

Autor SHA1 Wiadomość Data
Michael Aschauer 7bddfe5b14 fix bug (saveProjectToDisk) 2016-12-20 14:53:06 +01:00
Michael Aschauer a30aba90b1 FIX: hide sprite editor 2016-02-18 15:48:55 +01:00
Michael Aschauer 89d6e34231 update image (add legend) 2015-08-20 11:49:47 +02:00
Michael Aschauer 3e66667339 add background menu item with grid backgrounds 2015-08-20 11:38:12 +02:00
Michael Aschauer 6305eaac9f Merge branch 'master' of https://github.com/jmoenig/Snap--Build-Your-Own-Blocks 2015-08-19 16:33:00 +02:00
Michael Aschauer d59ad94f69 add (missing) first stitch at origin 2015-08-19 15:43:49 +02:00
Michael Aschauer 81a5fb3638 * change scaling facture 5 pixels = 1mm 2015-08-19 15:23:10 +02:00
Michael Aschauer cfcf5244bf update readme 2015-08-16 12:40:29 +02:00
Jens Mönig d243b379e8 fixed #907 2015-08-14 15:23:47 +02:00
Michael Aschauer ea8b3ad408 change (local) SVG export to linestrings 2015-08-11 16:52:04 +02:00
Michael Aschauer 7294c81f85 remove "save" (cloud) 2015-08-11 00:33:36 +02:00
Jens Mönig 76c3002b98 Interlingua support, contributed by Ken Dickey! 2015-08-09 09:19:54 +02:00
Jens Mönig 8d12c5c355 German translation update 2015-08-06 17:12:30 +02:00
Jens Mönig a6d698a6a1 Merge pull request #904 from bl-nero/when-i-am
Correct and improve Polish translation of the "When I am" hat block.
2015-08-06 16:53:52 +02:00
Bartosz Leper 74240e1f7e Correct and improve Polish translation of the "When I am" hat block. 2015-08-04 15:35:49 +02:00
Jens Mönig de2bcc821d Merge pull request #902 from MMSequeira/master
Update Portuguese translation
2015-08-03 19:26:56 +02:00
Manuel Menezes de Sequeira 67f464dae2 Update Portuguese translation
Translated preference menu items (keyboard editing and inheritance
support).
2015-08-03 17:12:14 +00:00
Jens Mönig 8601925acc improve keyboard editing for embedded rings 2015-07-30 14:49:10 +02:00
Jens Mönig 4360e981d1 stop keyboard editing blocks when selecting another sprite 2015-07-28 16:40:12 +02:00
Jens Mönig 4e0fe2458c eep BlockEditors open when <enter> or <esc> keys are pressed 2015-07-28 12:22:46 +02:00
Jens Mönig ecc7f438b3 update version and history 2015-07-28 10:54:27 +02:00
Jens Mönig 8b17e7089a Merge pull request #894 from cycomachead/url-fix
Fix the loading of URLs to be consistent.
2015-07-28 10:48:48 +02:00
Michael Ball 958ca1a277 Fix the loading of URLs to be consistent.
`baseURL` should always end with a trailing /.

Sorry for not catching this!
2015-07-28 01:40:36 -07:00
Jens Mönig 310c80c091 fix url for libraries
thanks, Brian, for catching this one!
2015-07-27 17:35:14 +02:00
Jens Mönig 10fe9d882a thread monitoring tweaks 2015-07-27 09:42:41 +02:00
Jens Mönig a81576897a keep order of inputs in Turkish translation
this probably breaks the true meaning of these strings, but as of today
inputs cannot yet be rearranged (which has to change)
2015-07-27 02:45:52 +02:00
Jens Mönig cbba888012 thread introspection support 2015-07-27 01:30:05 +02:00
Jens Mönig e8172e83dd update history 2015-07-27 01:12:12 +02:00
Jens Mönig 0a1f2be7a6 stage resizing handle
and improved stage resizing animations
2015-07-27 01:00:06 +02:00
Jens Mönig 45a1d276b4 enable monitoring closurized non-locals and thread-temporaries (script vars of running processes) 2015-07-27 00:46:56 +02:00
Jens Mönig d66e5629ba support for prototypal inheritance for sprite-local variables 2015-07-27 00:37:47 +02:00
Jens Mönig 7994d6c0ca Prototypal inheritance for sprite-local variables 2015-07-27 00:35:36 +02:00
Jens Mönig 76d9d6bd49 keyboard editing support
activate:
      - shift + click on a scripting pane's background
      - shift + click on any block
      - shift + enter in the IDE's edit mode

    stop editing:
      - left-click on scripting pane's background
      - esc

    navigate among scripts:
      - tab: next script
      - backtab (shift + tab): last script

    start editing a new script:
      - shift + enter

    navigate among commands within a script:
      - down arrow: next command
      - up arrow: last command

    navigate among all elements within a script:
      - right arrow: next element (block or input)
      - left arrow: last element

    move the currently edited script (stack of blocks):
      - shift + arrow keys (left, right, up, down)

    editing scripts:

      - backspace:
        * delete currently focused reporter
        * delete command above current insertion mark (blinking)
        * collapse currently focused variadic input by one element

      - enter:
        * edit currently focused input slot
        * expand currently focused variadic input by one element

      - space:
        * activate currently focused input slot's pull-down menu, if any
        * show a menu of reachable variables for the focused input or
reporter

      - any other key:
        start searching for insertable matching blocks

      - in menus triggered by this feature:
        * navigate with up / down arrow keys
        * trigger selection with enter
        * cancel menu with esc

      - in the search bar triggered b this feature:
        * keep typing / deleting to narrow and update matches
        * navigate among shown matches with up / down arrow keys
        * insert selected match at the focus' position with enter
        * cancel searching and inserting with esc

    running the currently edited script:
        * shift+ctrl+enter simulates clicking the edited script with
the mouse
2015-07-26 23:37:10 +02:00
Jens Mönig 60554d0059 fixes and enhancements for nested sprites
when dragging an anchor, also drag its parts.
let users adjust parts’ positions via the context menu “move” option
2015-07-26 23:01:08 +02:00
Jens Mönig f829635106 Morphic enhancements
* enable exporting a screenshot of the World
* enable more fine-grained control over dragging position correction
* enable all Morphs to “scrollIntoView()”
* keyboard accessibility for menus
2015-07-26 22:52:46 +02:00
Jens Mönig 6bb7f662e2 Hungarian translation, contributed by Makány György
Thanks, Makány!
2015-07-26 22:18:28 +02:00
Jens Mönig eb4808ded8 Turkish Translation, contributed by Hakan Ataş
thank you so much, Hakan!
2015-07-26 22:01:45 +02:00
Jens Mönig 4ee35aaf6a Merge pull request #887 from cycomachead/ask-answer
Add `ask` and `tell` blocks to the tools library
2015-07-26 21:35:10 +02:00
Jens Mönig b3222eb03e Merge pull request #890 from bl-nero/file-dialogs
Add missing Polish translations of the file manager
2015-07-26 21:34:31 +02:00
Jens Mönig c3f3c6b8e6 Merge pull request #880 from bl-nero/sign-up-pl
Translate the cloud dialogs (sign up, sign in, reset password) to Polish
2015-07-26 21:34:14 +02:00
Jens Mönig a4155e3849 Merge pull request #860 from bl-nero/hello
Correct Polish translations of "Hello!" and "hello world"
2015-07-26 21:33:58 +02:00
Jens Mönig 5c54838716 Merge pull request #851 from bl-nero/typo
Correct a typo in Polish translation: 'Ę' -> 'ę'
2015-07-26 21:33:42 +02:00
Jens Mönig 547dd54b66 Merge pull request #849 from bl-nero/turtle2
Improve the Polish translation of the world "turtle"
2015-07-26 21:33:27 +02:00
Jens Mönig 929bc5ea12 Merge pull request #848 from bl-nero/cancel
Change the Polish translation of "Cancel" to something more appropriate
2015-07-26 21:33:15 +02:00
Jens Mönig ef2a3d6cc8 Merge pull request #888 from cycomachead/sbe-update
Keeping Snap! up to date with s.b.e
2015-07-26 21:32:46 +02:00
Jens Mönig ffd3aafc9d Merge pull request #869 from cycomachead/list-add-fix
Fix type issue when adding blanks to lists
2015-07-26 21:32:13 +02:00
Jens Mönig 536f92df70 Merge pull request #866 from cycomachead/url-fix
Fix URL bug in #821, and fix #864
2015-07-26 21:31:15 +02:00
Jens Mönig fac3545ee0 Merge pull request #855 from cycomachead/shared-url-fix
Fix a rather stupid and glaring typo in project sharing
2015-07-26 21:29:31 +02:00
Bartosz Leper 2f0ab68faf Add missing Polish translations of the file manager 2015-07-25 15:52:40 +02:00
Michael Ball 042b2595a7 Fix the libraries name 2015-07-24 03:16:01 -07:00