Commit Graph

  • dcff7e29a3 Layout changes to support Vertical Flow ramonmolossi 2017-09-08 21:14:58 -0300
  • f5602a0e14 Use button colors, improve initial render David Gileadi 2017-09-01 17:39:32 -0700
  • 84a79e7404 Improve the offset range when zoomed David Gileadi 2017-08-31 09:32:50 -0700
  • 825ae0d504 Move Segment and StepperSide into own files so Unity can find them David Gileadi 2017-08-31 09:29:16 -0700
  • 1f46a4ca5f Removed references to the UIButton control as this was replaced by the UI Selectable control Simon Jackson 2017-08-25 13:51:17 +0100
  • ea8a9e9d36 Preserve sprite modifications in more situations David Gileadi 2017-08-19 21:57:27 -0700
  • fedfe4508a Added support for multiple segments drawing ydibaccoa 2017-08-17 21:38:31 +0100
  • 2abb2130fc Looks good, merging Merged in david_gileadi/unity-ui-extensions/gradient-2-improvements (pull request #15) David Gileadi 2017-08-13 20:10:38 +0000
  • 382a19cb36 Add null (missing component) safety checks David Gileadi 2017-08-12 16:56:22 -0700
  • c5edc0cdf1 Change Stepper and Segmented Control to use overrideImage, standard size, other fixes David Gileadi 2017-08-12 16:19:19 -0700
  • 48acafbb85 Support complex linear gradients, gradient zoom, and a switch of whether to modify vertices David Gileadi 2017-08-12 15:41:24 -0700
  • 1f16a65f0f Some realignment of the H&S ScrollSnap Scripts Simon Jackson 2017-08-12 10:24:25 +0100
  • 68b0445b28 Fixing attributions on update UIParticleSystem. missed when the update didn't take the first time. Script remains the same. (docs updated) Simon Jackson 2017-08-11 15:53:23 +0100
  • 2f4616982a Updated DevAssets link for webpage (Will still be wrong in asset, but you only see that after downloading, so not worried) Simon Jackson 2017-08-11 13:47:31 +0100
  • c11796ebcc Update 2.0 Check-in Simon Jackson 2017-08-11 13:17:10 +0100
  • 8bd4312c16 UI Particle System update from forum thread Simon Jackson 2017-08-11 13:15:42 +0100
  • d6cfb41bf5 Added Pagination Manager Simon Jackson 2017-08-09 19:38:29 +0100
  • b4a2e81aae FancyScrollView control updated to add an event when the page is changed / Selected Simon Jackson 2017-08-07 19:33:53 +0100
  • adb09d3481 Also added "InitialiseChildObjectsFromScene" to RemoveChild for HSS Validated all other occurrences where this function should be called are valid. Simon Jackson 2017-08-07 11:56:41 +0100
  • cdef4bdfef Horizontal Scroll Snap "AddChild" method was NOT calling "InitialiseChildObjectsFromScene()", added Simon Jackson 2017-08-07 11:53:57 +0100
  • 98648acf6a Documentation tweaks and original FancyScrollView docs Simon Jackson 2017-08-05 12:57:07 +0100
  • 2294f34905 Performance update to UILineConnector only draw when child transforms move. https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/123/uilinerenderer-issues-with-specifying Simon Jackson 2017-08-04 20:36:25 +0100
  • 11ee80411f Added a new Line Renderer mode (Catenary) Simon Jackson 2017-08-04 20:01:02 +0100
  • a1b2b38a0f 1st stage pass adding the Menu system from Unite. Need to finish testing and add docs Simon Jackson 2017-08-02 17:50:22 +0100
  • e7406318c9 Tested locally and seems to work as expected. Thanks for the update. Merged in johannski/unity-ui-extensions/ScrollSnapRefactoring (pull request #14) Johannes Deml 2017-08-02 16:19:43 +0000
  • 2c8550532d CHANGE tooltip to describe the actual (changed) behaviour Johannes Deml 2017-08-02 12:28:09 +0200
  • 59b6c579f9 Merge branch 'master' into ScrollSnapRefactoring Johannes Deml 2017-08-02 12:00:35 +0200
  • 14f42df81c REFACTOR make method more readable Johannes Deml 2017-08-02 11:59:27 +0200
  • c8de1b9289 FIX fastswipe threshold Johannes Deml 2017-08-02 11:57:02 +0200
  • 688e2edd25 Added the FancyScrollView control and Examples Reviewed other samples and moved their code to the new "Examples" namespace Minor fix on HSS/VSS to address issue where Next/Previous buttons didn't enable when new pages added to an empty control Simon Jackson 2017-08-02 10:21:45 +0100
  • 138192cb15 Added Curly UI to controls list Simon Jackson 2017-08-01 18:57:47 +0100
  • b03f8065a5 Thanks for the fix, good catch. David Gileadi 2017-08-01 17:51:29 +0000
  • 974f906fb0 Added Curly UI Asset and updated to project standards. Docs to follow. Simon Jackson 2017-07-30 13:13:29 +0100
  • 6cc0b60cee Small tweak to enable a default lerp if no Lerp Curve supplied ALso control has a fixed start of 0 (for now) Simon Jackson 2017-07-29 21:00:33 +0100
  • fc8bd8ba37 Added Radial Slider menu options Minor bugix for Radial Slider when no curve assigned Simon Jackson 2017-07-29 20:49:04 +0100
  • dd0b3a3cba Added Radial Slider and Example Still need to add Editor Option for default Simon Jackson 2017-07-29 19:09:19 +0100
  • 700cbc34b9 Calculate the panel dimensions in Start to avoid scale issues David Gileadi 2017-07-26 22:44:18 -0700
  • 603d85126f Added Stepper and Segmented Controls to the README.md Refactored Segmented Control and Stepper to support the more generic "Selectable" interface. Simon Jackson 2017-07-26 22:32:48 +0100
  • 8e443b98c7 Updated Stepper and SegmentedControl scripts to UI Extensions standards. Adding documentation next Simon Jackson 2017-07-25 19:54:07 +0100
  • a2bb233141 Merged Stepper control PR #11 Simon Jackson 2017-07-25 18:54:00 +0100
  • a56a9a9084 Merged in david_gileadi/unity-ui-extensions/segmented-control (pull request #12) Thanks, looks good David Gileadi 2017-07-25 17:21:19 +0000
  • 3084644c4f Updated Line Renderer to work with Textures better. Also now uses Sprite Boxing / slicing Simon Jackson 2017-07-24 21:36:23 +0100
  • 6796238cec Recreate sprites instead of modifying the mesh David Gileadi 2017-07-23 22:42:17 -0700
  • 680076b631 Create segmented control David Gileadi 2017-07-23 21:48:38 -0700
  • 3abf84dc76 Updated TabNavigation based off comments in #149 Simon Jackson 2017-07-16 19:29:47 +0100
  • 2b5071585b Fix supplied by Anonymous user, resolves issues with fast swipe on fringe pages. Simon Jackson 2017-07-16 18:00:43 +0100
  • 3daac5e970 Some minor Examples restructuring and finally added a .GitIgnore #FaceSlap Simon Jackson 2017-07-15 11:41:14 +0100
  • c3025ee11b Added an example scene for doing a Full Screen Scroll snap using the HSS control Simon Jackson 2017-07-12 20:20:49 +0100
  • 878948bd0f Added UIHighlightable control and docs Simon Jackson 2017-07-12 20:04:53 +0100
  • 703120b5b9 Minor TextPic updates while writing docs. Added individual scale and offset options to image replacements Simon Jackson 2017-07-09 21:10:42 +0100
  • 8c2d10dccc Added CurrentPageObject functions to return the Transform of the currently selected page. Simon Jackson 2017-07-09 10:17:32 +0100
  • 845f5d5700 Updated TextPic. Recent Unity updates seem to have changed the Event System behaviour and all click events are broken when a TextPic is placed as the child of a button. (gave up figuring out why) Simon Jackson 2017-07-08 10:33:08 +0100
  • 608a7bdf6a Resolved issue in GridRenderer causing issues on OnPopulateMesh due to SetDirty being called on resetting RelativeSize. Simon Jackson 2017-07-08 09:24:09 +0100
  • af1f9beeb0 Fix for UIFlippable when used in combination with other BaseMeshEffects Unity is very fussy about the order now, so script updated to ensure it's above other base mesh effects on Validate. (can't solve for stupid if you reorder manually, so updating docs) Simon Jackson 2017-07-02 15:36:39 +0100
  • 5cebd6cdfe Adopts fix from #148 Scroll To improved Large list support Simon Jackson 2017-07-02 14:44:23 +0100
  • 50c41198db Adopts changes proposed in #150 ScrollTo now works with Pivot Simon Jackson 2017-07-02 14:43:10 +0100
  • f49c8564ac Resolves #137 Simon Jackson 2017-07-02 14:33:57 +0100
  • 439242d914 Updated FastSwipe logic to measure the distance of a swipe against the container width (with threshold offset) rather than using velocity (which was messy) Simon Jackson 2017-07-02 14:22:10 +0100
  • 49ecdc1b0e Added Scrollbar helper to ALL current scroll snaps Simon Jackson 2017-07-02 10:09:52 +0100
  • 23deee414a Minor tweaks to UI Particle system following 5.5 update Simon Jackson 2017-06-30 17:29:36 +0100
  • d0836e3130 Merged in whatwapp/unity-ui-extensions (pull request #10) Mauro Ronchi 2017-06-30 16:12:14 +0000
  • 96c5ea3c2f Remove warnings Antonio Valentini 2017-06-30 10:18:16 +0200
  • 78c2d42a9a API update guarded with #if directive Mauro Ronchi 2017-06-29 15:07:29 +0200
  • 42c2a5dace Unity API Update 5.6.2 Mauro Ronchi 2017-06-29 15:00:19 +0200
  • 330cc4ee38 Updated readme Added Component commands to new controls Simon Jackson 2017-06-25 22:36:09 +0100
  • 9d6349a2a1 Added Cooldown button control and example scene. Some other minor fixes included Simon Jackson 2017-06-25 18:36:49 +0100
  • 290f550fc4 Updated LineRenderer Example Scene Added new Circle class (example in LineRenderer scene) Simon Jackson 2017-06-25 11:56:46 +0100
  • ec165a57b9 Added Line Renderer Connector from #123 (resolves #123) Simon Jackson 2017-06-22 00:54:02 +0100
  • 11309d2d82 Fixed editor handles for Relative size #Phew Simon Jackson 2017-06-21 23:44:10 +0100
  • c4c6c81e80 Updated several of the example test scenes Simon Jackson 2017-06-19 18:49:14 +0100
  • 937daaa227 Manual merge for PR #9 Resolves an issue with the EventSystem and EventTriggers Simon Jackson 2017-06-19 18:48:49 +0100
  • e373565536 Resolves #139 New properties to improve the resolution for a line, which when combined with the LineList creates a dotted line. Simon Jackson 2017-06-12 09:02:46 +0100
  • 9ce211c5fc Resolves #143 Simon Jackson 2017-06-10 14:33:12 +0100
  • 6a29b9957e Updated Text demo scene with additional effects and animated some of the controls, just for effect Simon Jackson 2017-06-05 16:01:47 +0100
  • 20a6cc962c Updated Gradient scripts to "SetAllDirty" when properties changed, to ally changing through code. Simon Jackson 2017-06-04 18:19:14 +0100
  • a059c148a6 Various patches and also enabled the ReorderableList in SS-Camera / Worldspace Simon Jackson 2017-06-03 17:59:12 +0100
  • e4991aba05 Rolled back Floating Joystick as it had too many dependencies, will review and re-add later Added fix to DropDownList to enable firing the changed event for the first item. Added new ComboBox example scene. Simon Jackson 2017-05-16 18:51:24 +0100
  • 438fc0fa81 Merged in newgradienttypes (pull request #7) Simon Jackson 2017-05-08 11:09:41 +0000
  • 2fb1a35698 Merged in floatingjoystick (pull request #8) Simon Jackson 2017-05-08 11:09:06 +0000
  • 1482d7c440 Resolves #138 Simon Jackson 2017-05-08 00:18:06 +0100
  • 652dd1a646 Patch to BezierLineRendererEditor for Null Simon Jackson 2017-05-07 18:39:53 +0100
  • c6f095efeb Resolves #140 At the request of the PR update author Simon Jackson 2017-05-07 18:16:36 +0100
  • dd7d79a411 Added more example scenes Simon Jackson 2017-05-05 17:14:03 +0100
  • 35b88a2487 Fixed Line endings on shaders (?) Removed unnecessary usings (who knew there were so many, I'm normally so tidy :P) Simon Jackson 2017-05-05 14:25:48 +0100
  • dc809858b9 1st Pass update, Updated controls: * DropDownList/ComboBox * Reorderable List (Screen Space Camera Updates * Curved text fixes Simon Jackson 2017-05-05 14:06:52 +0100
  • 11519cd4bc Added 2 new gradient types for the Gradient2 component: radial and diamond Tima Zhum 2017-04-18 02:46:33 +0600
  • fe2ed6c7ce Added a floating joystick (appears in a tap position) Tima Zhum 2017-04-17 20:00:24 +0600
  • a09a5b5322 First pass 1.3 updates: * SelectableScaler.cs * MonoSpacing * MultiTouchScrollRect.cs * BezierLineRendererEditor.cs * WIP - DropDownList / AutoCompleteComboBox Simon Jackson 2017-04-15 19:12:44 +0100
  • 7824978a8f Merged in larsme/unity-ui-extensions (pull request #2) lars me 2017-04-15 17:55:56 +0000
  • 67bf28cb5a Merged in PixelEnvision/unity-ui-extensions (pull request #3) PixelEnvision 2017-04-15 16:19:09 +0000
  • 95ce2166c2 Merged in herbst/unity-ui-extensions/monospacing (pull request #1) Felix Herbst 2017-04-15 16:02:54 +0000
  • 4520bf26d7 ScrollRectMultiTouchFix.cs edited online with Bitbucket PixelEnvision 2017-03-30 22:40:57 +0000
  • 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. PixelEnvision 2017-03-30 20:42:37 +0000
  • 8549c3ba6a Replaced OnSelectionChanged with event(s) accessible from the inspector (DropDownList & AutoCompleteComboBox) LARS-LAPTOP2\larsme 2017-03-27 14:33:08 +0200
  • 6565b1a6d1 Option to change Input Text Color based on matching Items LARS-LAPTOP2\larsme 2017-03-27 14:03:39 +0200
  • b315784caf Option to automatically select your first Item on Start (DropDownList & AutoCompleteComboBox) LARS-LAPTOP2\larsme 2017-03-27 13:11:24 +0200
  • 9ac4eb6969 option to set interactible to false if there are no items to be selected (DropDownList and AutoCompleteComboBox) LARS-LAPTOP2\larsme 2017-03-27 12:52:51 +0200
  • 98c92f4cde centralized interactable LARS-LAPTOP2\larsme 2017-03-27 12:03:05 +0200
  • 1ef67d5fba mono spacing text works with right alignment now, example scene herbst 2017-03-22 14:16:03 +0100
  • 9e786f6aa6 added monospacing script and added TextEffects example scene herbst 2017-03-22 12:56:21 +0100