forked from mit-cml/appinventor-sources
-
Notifications
You must be signed in to change notification settings - Fork 1
Cindy absolute arrangement ios #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ate properties to all visible components when they are placed inside an absolute arrangement
Change-Id: Idf6847595f802d0a533bf629be9b1280c04b8cb3
Change-Id: Iba08107d72442dc7da0d3f2413b896d942a9dea2
Change-Id: I53885a04c579478774059bc603e5bdb69be395f8
Change-Id: I087411807e0b73688651dc345e2d3c999ba9e78d
Change-Id: I683858eee08b3ba31dfff1d1309a642086475194
Change-Id: I97beddd2611b8b1d00abb88ab56225b8ca2e33b4
Change-Id: I522e6d907dedaf8284777b6a7feb08b7720200ef
This change permits projects that do not include the Web component to build. Change-Id: Iefc3ae7c7d85467f90635a9d28ea570fb028d125
Change-Id: I7e5416732f574de36c4558dfa6f90b7fb1a8f1ca Co-Author: Mark Friedman <mark-friedman@users.noreply.github.com> Co-Author: Beka Westberg <bwestberg@google.com>
Change-Id: I29f5f92a8bb00f8675f30e1d417acf39235b7236
Change-Id: I653384488dd1c41c101c6231ec3eef4e045b245c
Make autoscrolling be based purely on the mouse position ands slow it down a bit.
Change-Id: I22fe8a21c641c57d55dd61e8892f9a8d58f6f75b
Change-Id: I7065eacc3b61f8f808c11c012ff61ad4598c8e10
Change-Id: I36c7e4ab5b9e9c7ebba0303ca2a84ce23a7ccd20
Change-Id: I89b6f358a063dd95d948e04346ff41e7424bd5b6
Change-Id: I5537dc0d1a144bce657e2a59087e73fb0f2f34ca
Change-Id: I611dc4d2c7c616e83c3582fb7e5c253cf4f60cfe
Change-Id: I69aca86617cfa56da87d4c131e7033008a39b333
Change-Id: I0ecad5301d75e81349d3e8ba37b614e6a2c21776
Change-Id: Ibc83e0aae5d5fb58c89591079cb8117a08c105b9
Change-Id: I199628efabea227df8555f72c9891cdd21617541
Change-Id: I55f6bd24c505971975655b6822521fc9e83ee184
* Fix block workspace not saving after component deletion * Force editor save after removing an extension type * Fix ordering of transient tests to prevent saving on every viewport change Change-Id: I4437a86e3f273d7f86cd8fd59eb05a41905d0dea
Change-Id: I2cc5a34574318ca5dcdf7be0bb04e0e9d68a4efe
Change-Id: If5628a0c3a562e4508717c80880da911f74867bb --------- Co-authored-by: jthntj <jonathantjandra879@gmail.com> Co-authored-by: Evan W. Patton <ewpatton@mit.edu>
Change-Id: Icbd5e12ac2938c7a26c18617d9ddd883b03901a4
Change-Id: I62e6d77408642fc381fec5fa485cc93b696a25ec
* Do not allow right columns to shrink in Neo * Fix overlapping left/center buttons in ProjectToolbar
Change-Id: I1eed43294d5f6674ace2ba10281eba8740fa081f
Change-Id: I65445d9521d132abcb88352eeab827e58bead804
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
General items:
ant testspasses on my machineIf your code changes how something works on the device (i.e., it affects the companion):
ObadaALucras the baseFor all other changes:
What does this PR accomplish?
Implements Absolute Arrangement on iOS, both in the Designer as well as via Blocks
Fixes mit-cml#3386