Wykres commitów

95 Commity (84d6186b51cc7f7d5ecf795d6a56b23fc87df8e0)

Autor SHA1 Wiadomość Data
jmoenig 0cc14e2861 fixed #497 (prevent bubble shadows from getting cut-off)
thanks @Hardmath123 for this bug report
2014-07-29 13:09:18 +02:00
jmoenig c4968843e4 fixed #508 (don’t popup empty menus)
thanks, @cycomached!
2014-07-11 17:59:16 +02:00
jmoenig 05c7482688 Morphic: directly edit properties in inspectors 2014-07-11 11:16:05 +02:00
jmoenig d372e807a5 tweak glitch in event.keyCode/charCode
Thanks, Michael!
2014-07-11 09:35:49 +02:00
jmoenig 5185cead0b keyboard shortcut ctrl/cmd-shift-a for '@' 2014-07-11 09:21:16 +02:00
jmoenig 90b30ceed5 Morphic tweaks 2014-06-23 15:17:19 +02:00
jmoenig 9c1d06b9ef Morphic: Inspector enhancements
dynamic property update, keyboard shortcuts
2014-06-23 13:24:16 +02:00
jmoenig 089d1500b4 prepare release
correct last-changed-date
2014-05-20 10:55:14 +02:00
jmoenig a53c189e4b Morphic: Prevent default action for ctrl-/cmd-key events
… and allow using these for Snap! without having Chrome trigger its own
actions for them
2014-05-20 09:26:44 +02:00
jmoenig 8654d9c3fc Morphic: Replaced deprecated DOM “body” references with “documentElement” 2014-02-03 17:30:31 +01:00
jmoenig 4a60bfba18 Fixed Morphic updateReferences()
how could this go undetected so long? :-)
2014-01-09 17:49:44 +01:00
jmoenig f48460fc25 null-canvas blitting bug follow-up 2013-12-12 15:27:49 +01:00
jmoenig 59a39077b8 fixed #277, #279 (blitting null-canvasses fails)
Thanks, Nathan, for the pointer to this!
2013-12-12 14:55:40 +01:00
jmoenig c8bc990011 fixed #238 - don’t trigger events for eclipsed morphs
(whose parent-chain contains a hidden morph)
2013-11-22 11:00:05 +01:00
jmoenig a8d08c147d Condense damage list even more
by merging nearby rectangles, thanks, Craxic, for the idea for this in
#192
2013-10-15 11:29:51 +02:00
jmoenig f3b8d8dcef Condense damage list by merging overlapping dirty rectangles
thanks, Craxic, for suggesting the idea for this optimization in #192 !
2013-10-14 16:21:22 +02:00
jmoenig 8eb98dc5b1 fixed #172, IF ON EDGE, BOUNCE
Morphic: Rectangle.amountToTranslateWithin()
2013-09-20 09:50:06 +02:00
jmoenig a9a8ad6c9d Morphic: mouseEnterDragging fix
and a few cosmetic changes due to JSLint's latest nitpickings
2013-08-06 13:02:09 +02:00
jmoenig 09e3a296c2 improved importing costumes
by dragging in pictures from other web pages, which now allows for
dragging links to pictures as well
2013-06-28 20:42:28 +02:00
jmoenig 25ea3d4a16 Morphic, Blocks: "flat" design fix
Handle manually "unshadowed" StringMorphs without throwing an
exception. This lets you load the tools library into "flat" mode again.
2013-06-21 09:06:46 +02:00
jmoenig a7ebff7c5b Morphic: focus World canvas on mouse down (otherwise prevent default) 2013-06-06 15:25:55 +02:00
jmoenig 3f585e5d5e prevent undesired HTML5 dragstart event
(a new glitch introduced in Chrome 27)
2013-06-04 08:04:40 +02:00
jmoenig e1a3092713 "Flat" GUI design preference
in the IDE's settings menu
2013-05-16 14:38:37 +02:00
jmoenig b74695d4a0 "Flat" GUI design options
preparing for "flat" GUI skins
2013-05-15 16:03:56 +02:00
jmoenig b5ddbfbc75 Reset Password Feature
(front end only)
2013-05-06 19:46:17 +02:00
Nathan Dinsmore 1fc39e61f7 Fixed #24 for horizontal scrolling 2013-04-30 15:25:22 -04:00
jmoenig e51a0ed718 Fixed #24 2013-04-30 15:57:41 +02:00
jmoenig ed3b9d1959 Fixed #83 2013-04-30 12:39:09 +02:00
jmoenig 512d9d7cce Ensure unique World stamps 2013-04-26 10:39:20 +02:00
jmoenig 25f813f79e Restore multi-dialog restrictions for multi-world setups 2013-04-25 18:36:21 +02:00
jmoenig f21416527f Double click support for project dialogs
double clicking a project in the project dialog now performs the
specified action for the dialog (open / save) on it.
2013-04-21 20:40:24 +02:00
jmoenig 7681525cc2 German translation update
for new "scripts pic..." feature on the scripting area's context menu.

Also pushed up version dates for new beta release, and added
SnapManual.pdf to the help folder
2013-04-19 08:09:35 +02:00
Jens Mönig cfc84accea Merge pull request #48 from queryselector/issue-47
Fixed #47
2013-04-18 02:19:37 -07:00
Nathan Dinsmore 8342c06e27 Fixed #47 2013-04-15 21:06:44 -04:00
Nathan Dinsmore 25dfe21d66 Fixed #41
Dragging morphs will no longer throw a TypeError.
2013-04-13 13:28:36 -04:00
jmoenig 5b94c73303 Morphic: Virtual Keyboard enhancements
The input-element-as-virtual-keyboard-proxy mechanism now gets only
activated on touchscreen devices. Whether the browser is a touchscreen
device is determined whenever a touch event occurs.
for iOS devices, autocapitalization is now turned off.
2013-04-11 13:48:24 +02:00
jmoenig cb41576e5a Load shared projects from different formats
cloud data and plain project format
2013-04-10 08:33:50 +02:00
Nathan Dinsmore ceeb41c0de Merge remote-tracking branch 'upstream/master' 2013-04-09 17:15:24 -04:00
Nathan Dinsmore 6f053fe214 Fixed #10
Clicking and dragging on a button no longer picks up the morph to which it is attached
2013-04-09 15:55:02 -04:00
jmoenig 256634239e Morphic: ListMorph and Menu enhancements
* Additional formatting enhancements for Triggers and MenuItems
(ListItems): bold, italic
* Item manipulations capabilities for ListMorph items
2013-04-09 13:49:33 +02:00
Nathan Dinsmore f3bd991f07 Switched to UTF-8
This fixes some encoding issues
2013-04-08 22:18:32 -04:00
Nathan Dinsmore ec434a3376 Revert "Fixed an encoding issue"
This reverts commit 4d37845b2e.
2013-04-08 22:13:16 -04:00
Nathan Dinsmore 4d37845b2e Fixed an encoding issue 2013-04-08 22:10:18 -04:00
Nathan Dinsmore 4c9fee58ee Fixed a number of whitespace inconsistencies 2013-04-08 21:49:31 -04:00
jmoenig 0b510366d2 Creation 2013-03-16 09:02:16 +01:00