Commit Graph

409 Commits (2a1bb064d4efa610d4126bbb276e286c09100a3d)

Author SHA1 Message Date
Felix Herbst 95ce2166c2 Merged in herbst/unity-ui-extensions/monospacing (pull request #1)
Monospacing
2017-04-15 16:02:54 +00:00
PixelEnvision 4520bf26d7 ScrollRectMultiTouchFix.cs edited online with Bitbucket 2017-03-30 22:40:57 +00:00
PixelEnvision 90a87e6e4d I've found out today that Unity's ScrollRect is behaving erratic when more than one touch is used for drag. I think that's a bug with UI. It jumps between fingers (to moving one), this script fixes it by blocking event data based on touch id. 2017-03-30 20:42:37 +00:00
LARS-LAPTOP2\larsme 8549c3ba6a Replaced OnSelectionChanged with event(s) accessible from the inspector (DropDownList & AutoCompleteComboBox) 2017-03-27 14:33:08 +02:00
LARS-LAPTOP2\larsme 6565b1a6d1 Option to change Input Text Color based on matching Items 2017-03-27 14:03:39 +02:00
LARS-LAPTOP2\larsme b315784caf Option to automatically select your first Item on Start (DropDownList & AutoCompleteComboBox) 2017-03-27 13:11:24 +02:00
LARS-LAPTOP2\larsme 9ac4eb6969 option to set interactible to false if there are no items to be selected (DropDownList and AutoCompleteComboBox) 2017-03-27 12:52:51 +02:00
LARS-LAPTOP2\larsme 98c92f4cde centralized interactable 2017-03-27 12:03:05 +02:00
herbst 1ef67d5fba mono spacing text works with right alignment now, example scene 2017-03-22 14:16:03 +01:00
herbst 9e786f6aa6 added monospacing script and added TextEffects example scene 2017-03-22 12:56:21 +01:00
Simon Jackson 08c16817eb Updated homepage with new Gitter chat page 2017-03-14 10:46:10 +00:00
Simon Jackson 966f82da3f Added option to NOT restart control
Also switched to the InitialiseChildObjectsFromScene (whoops)
2017-03-12 15:29:59 +00:00
Simon Jackson f89702ddc6 Minor VSS/HSS bugfixes and enhancements, resolving #114 2017-03-12 15:18:36 +00:00
Simon Jackson ec31c8b5d6 Moved Initialize from Start to Awake to resolve #126 2017-03-12 10:45:39 +00:00
Simon Jackson 49806ebb44 Fix to Primitive Base to ensure the control is redrawn when it's enabled, resolves #116 2017-03-06 16:24:47 +00:00
Simon Jackson cc7c66f9f5 Updated Scroll Snap Base to resolve #119 2017-02-23 15:18:16 +00:00
Simon Jackson 48e162ebde Added Editor Menu option for UI Grid Primitive 2017-02-17 16:38:08 +00:00
Simon Jackson 82585a7cb2 Added UIGridRenderer thanks to John Hattan
Fixed "line Endings" errors
2017-02-17 12:54:40 +00:00
Simon Jackson bddf5ad8b0 Updated primitive controls to Set Control Dirty should its effect parameters change
--HG--
branch : develop_5.3
2017-02-10 16:45:50 +00:00
Simon Jackson df3ff02bd5 Replicated the ScrollSnap fix (#91) to the VSS
--HG--
branch : develop_5.3
2017-02-10 16:04:24 +00:00
Simon Jackson 9f293eba7e Merged in chrisparton1991/unity-ui-extensions/navigation_button_toggle (pull request #39)
Improved scroll snap containers to disable navigation buttons when appropriate.

--HG--
branch : develop_5.3
2017-02-07 11:44:28 +00:00
Chris Parton fdfd114157 Improved scroll snap containers to disable navigation buttons when appropriate.
Reordered PrevButton and NextButton to be more logical.

--HG--
branch : navigation_button_toggle
2017-02-07 21:55:38 +11:00
Simon Jackson c76135b55a Added Editor Menu options for the NonDrawing Graphic
--HG--
branch : develop_5.3
2017-01-08 13:31:47 +00:00
Simon Jackson ce5939113f Added tag 1.2.0.3 for changeset 9b6be359978d
--HG--
branch : develop_5.3
2017-01-08 12:17:56 +00:00
Simon Jackson 7e12fb0675 1.2.0.3 patch asset released
--HG--
branch : develop_5.3
2017-01-08 12:17:32 +00:00
Simon Jackson 33e5b207a3 Update to 1.2.0.3
--HG--
branch : develop_5.3
2017-01-08 12:13:55 +00:00
Simon Jackson 0d28905892 Patch for Bullet initialisation, wasn't selecting the right bullet on start.
--HG--
branch : develop_5.3
2017-01-08 12:11:13 +00:00
Simon Jackson 5820447547 Fix for #109.
Add Screen Change event to "GoToPage"

--HG--
branch : develop_5.3
2017-01-08 12:03:27 +00:00
Simon Jackson 1a18b3b4cc Added new NonDrawingGraphic control and editor script
Resolved request #107

--HG--
branch : develop_5.3
2017-01-04 21:58:07 +00:00
Simon Jackson 075c653747 Added tag 1.2.0.2 for changeset f49641c43205
--HG--
branch : develop_5.3
2017-01-04 13:23:10 +00:00
Simon Jackson aca9f2ce23 Updated Asset to 1.2.0.2
Version 1.2 Patch 2

--HG--
branch : develop_5.3
2017-01-04 13:22:53 +00:00
Simon Jackson 344ca57f4b Updated VSS / HSS to handle pages with interactable components.
Interactables mess with the Pointer Down/Up events that the control used when a mouse is used, so implementation changes to suit.

--HG--
branch : develop_5.3
2017-01-04 13:18:28 +00:00
Simon Jackson 38d98a0fad Resolution for #80 issue where onPageChanged is fired multiple times for Next/Previous.
--HG--
branch : develop_5.3
2017-01-04 12:32:44 +00:00
Simon Jackson cd3f79ef7c 2 patches for HSS/VSS
* Added new overload to AddChild, allows to set WorldPositionStays for added childen
* New RemoveAllChildren function

--HG--
branch : develop_5.3
2017-01-04 12:16:11 +00:00
Simon Jackson 21ad76580e Minor patchfix on HSS/VSS - Starting screen validation failed on new scenes?
--HG--
branch : develop_5.3
2017-01-02 18:17:18 +00:00
Simon Jackson 9718cb3f98 Added tag Update 1.2 for changeset 83852cf05189
--HG--
branch : develop_5.3
2017-01-02 10:44:46 +00:00
Simon Jackson e274f3021c Update 1.2 release package
--HG--
branch : develop_5.3
2017-01-02 10:44:16 +00:00
Simon Jackson d477e2b0b9 Merge
--HG--
branch : develop_5.3
2017-01-02 09:58:10 +00:00
Simon Jackson c8775219dc Updated release notes with Video link
--HG--
branch : develop_5.3
2017-01-02 09:56:56 +00:00
Simon Jackson 44f3aa164d README.md edited online with Bitbucket
--HG--
branch : develop_5.3
2016-12-31 17:10:46 +00:00
Simon Jackson ae9fde915b Minor patch on Read-Me
--HG--
branch : develop_5.3
2016-12-31 17:03:38 +00:00
Simon Jackson c1682b11a8 Pre-Release upload - tested and working
--HG--
branch : develop_5.3
2016-12-31 17:01:49 +00:00
Simon Jackson b2ae5db354 Update for pre-release
--HG--
branch : develop_5.3
2016-12-31 15:59:57 +00:00
Simon Jackson a459f78e5a Removing old .UnityPackage
--HG--
branch : develop_5.3
2016-12-31 15:58:16 +00:00
Simon Jackson e0c3864fb7 Resolved issue with HSS/VSS not resizing when Rect/Scene changes
Updated HSS/VSS Visibility logic so it's more refined.

--HG--
branch : develop_5.3
2016-12-31 15:14:39 +00:00
Rahul Raman 66cbf0da23 Modified Vertical layout functions to use nested loops to minimize condition test failures
--HG--
branch : develop_5.3
2016-12-31 09:12:29 +00:00
Simon Jackson 909589e544 Updated Table Layout Group component for release and added docs
--HG--
branch : develop_5.3
2016-12-30 17:28:34 +00:00
Simon Jackson 473c0f3757 Merged in rahul_raman/unity-ui-extensions (pull request #36)
New TableLayoutGroup Component

--HG--
branch : develop_5.3
2016-12-30 16:57:54 +00:00
Simon Jackson b169e98452 Reversed clean-up, was actually used :S
--HG--
branch : develop_5.3
2016-12-30 15:56:00 +00:00
Simon Jackson df9ea42e02 Updated HSS/VSS OnSelectionChangeEndEvent to also output the landed page number (zero indexed)
Some redundant code clean-up

--HG--
branch : develop_5.3
2016-12-30 15:53:44 +00:00