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
Simon Jackson
aadba190c8
Fixed PageChanged event for HSS/VSS
...
Fixed WorldSpace use of HSS/VSS (also created a new feature :D)
Minor editor options fix for boxslider
--HG--
branch : develop_5.3
2016-12-30 15:44:36 +00:00
Simon Jackson
f0ba3cfae5
Minor fixes and additions
...
Updates to resolve reports in Issue #80
--HG--
branch : develop_5.3
2016-12-29 22:03:04 +00:00
Rahul Raman
6888cb500d
Refactored CalculateLayoutInputVertical; Released memory used by temporary array for reclaiming by the GC; Added comments to help understand the script better
...
--HG--
branch : develop_5.3
2016-12-28 20:37:03 +00:00
Rahul Raman
1d251301eb
Improved calculation of SetLayoutHorizontal and SetLayoutVertical; Renamed certain variables, removed certain others and refactored code to be more sensible; Fixed behaviour for a specific configuration of TableLayoutGroup and ContentSizeFitter
...
--HG--
branch : develop_5.3
2016-12-28 16:15:52 +00:00
Rahul Raman
5a64abfa80
Fixed behaviour when no column width is provided
...
--HG--
branch : develop_5.3
2016-12-28 06:46:38 +00:00
Rahul Raman
2e8682a491
Cleanup: Renamed "Cell Spacing" as "Column Spacing"
...
--HG--
branch : develop_5.3
2016-12-27 21:59:20 +00:00
Rahul Raman
b8bd371232
Cleanup: Added sensible defaults. Removed all initialization errors.
...
--HG--
branch : develop_5.3
2016-12-27 21:54:32 +00:00
Rahul Raman
9cf482d6ed
Allowed flexible row expansion as a choice, instead of a compulsion
...
--HG--
branch : develop_5.3
2016-12-27 21:34:16 +00:00
Rahul Raman
da480b1f8b
Clean up: Removed duplicate calculations and unnecessary intermediate variables.
...
--HG--
branch : develop_5.3
2016-12-27 20:46:57 +00:00
Rahul Raman
ff95c38ee2
Fixed computation of cell positions for all start corners
...
--HG--
branch : develop_5.3
2016-12-27 20:28:12 +00:00
Rahul Raman
81dd26b5ef
Edited SetLayoutVertical() to avoid unnecessary recomputation of maxPreferredHeightInRow
...
--HG--
branch : develop_5.3
2016-12-27 20:16:50 +00:00
Rahul Raman
bbd5102246
Renaming "TableLayout.cs" to "TableLayoutGroup.cs" to be consistent with Unity component naming
...
--HG--
branch : develop_5.3
2016-12-27 20:14:03 +00:00
Rahul Raman
b350b270f7
Added TableLayout component that child objects into a non-uniform grid, with fixed, user-defined column widths and flexible row heights
...
--HG--
branch : develop_5.3
2016-12-27 19:51:46 +00:00
Simon Jackson
f98aa18981
A little tidying of the ScrollSnap base script, nothing to see here :D
...
--HG--
branch : develop_5.3
2016-12-21 18:50:42 +00:00
Simon Jackson
94f857d203
Remaining issues resolved.
...
Now to double check YT and BB for any remaining unresolved issues
--HG--
branch : develop_5.3
2016-12-21 17:51:38 +00:00
Simon Jackson
a72c45e02a
Almost complete:
...
* Scrolling - working
* Fast Swipe - working (as well as Unity can fast swipe :S)
* Mask with only visible items - working
* Jump to page - working
Just found a bug with removing / adding items
--HG--
branch : develop_5.3
2016-12-21 16:52:19 +00:00
Simon Jackson
4bd100c7e9
Initial check-in of visible ony VSS (HSS yet to be updated)
...
--HG--
branch : develop_5.3
2016-12-18 22:51:16 +00:00
Simon Jackson
d101a574c8
Removed arrays from control and refactored, heavy perf inprovement
...
Downside it made my "visible" improvement redundant and need to re-implement.
--HG--
branch : develop_5.3
2016-12-10 13:36:28 +00:00
Simon Jackson
5cbfc70e30
Refactored general code for HSS / VSS in to base class
...
Fixed issue with add/remove pages where positions were not recalculated
--HG--
branch : develop_5.3
2016-12-05 10:15:48 +00:00
Simon Jackson
74ef2ca4e7
Fixed paging / smooth scrolling with the HSS / VSS
...
Current page now updated correctly while scrolling
--HG--
branch : develop_5.3
2016-12-04 20:06:03 +00:00
Simon Jackson
76e5049023
Fixed and tested HSS & VSS use with Scroll COnflict Manager.
...
HSS & VSS controls now play nicely together
Added new version of Gradient
--HG--
branch : develop_5.3
2016-11-15 23:48:44 +00:00
Simon Jackson
1730965a44
Added Start and End move events to the HSS & VSS controls
...
--HG--
branch : develop_5.3
2016-11-15 18:09:13 +00:00
Simon Jackson
2de76cf7a3
Perfromance tweaks for H & V scroll snaps.
...
Updated create option
Matched Size options from HSS update in to VSS
--HG--
branch : develop_5.3
2016-11-15 14:52:34 +00:00
Simon Jackson
cb535507a4
Updated H & V scroll snap starting page and button navigation
...
Updated H & V jump function to only accept values with in page range
--HG--
branch : develop_5.3
2016-11-15 13:36:50 +00:00
Shawn Featherly
6887b20915
HorizontalScrollSnap.cs works well with AnchorMinMax.
...
--HG--
branch : Feddas/horizontalscrollsnapcs-works-well-with-a-1472852283807
2016-09-02 21:38:06 +00:00
Simon Jackson
006ad7311f
H & V Scroll snap fixes to resolve #91
...
--HG--
branch : develop_5.3
2016-07-21 17:25:34 +01:00
Simon Jackson
ee300b4079
Some more restructuring whilst documentation updates continue.
...
Hopefully last breaking changes.
--HG--
branch : develop_5.3
2016-07-18 21:36:36 +01:00
Simon Jackson
d0b72e5307
Project tidy up
...
--HG--
branch : develop_5.3
2016-07-08 11:45:58 +01:00
Simon Jackson
a5b08f312b
Project restructure as per issue #79
...
Note, will need old folder removing and new project adding in upgrade to tidy up
--HG--
branch : develop_5.3
2016-07-02 15:02:13 +01:00
Simon (darkside) Jackson
03c2e4d81f
Numerous fixes to HSS / VSS - added warning not to use scrollbars
...
Added fix for reorderable list last item issue
Fixed UI Vertical scroller demo - swapped year and day round as it was confusing
UI Selectable fix for onDisable to set as unpressed
Added new Shine Effect control
1.1 release coding done. Next update release notes and test
--HG--
branch : develop_5.3
2016-05-28 00:04:08 +01:00
Simon (darkside) Jackson
2b0c2d805a
Added "Go to Screen" option for HSS and VSS by request
...
--HG--
branch : develop_5.3
2016-05-23 21:10:17 +01:00
Simon (darkside) Jackson
2d3b348825
Patches added to HSS and VSS to include programatic support
...
Line Renderer updated with Bezier support
--HG--
branch : develop_5.3
2016-05-23 20:57:56 +01:00
Simon (darkside) Jackson
ca29aabed3
Added tooltips to new properties on V & H ScrollSnaps
...
Moved new ScrollConflictManager script to correct place
--HG--
branch : develop_5.3
2016-05-17 22:46:37 +01:00
Simon (darkside) Jackson
3d39d1da47
Updated Vertical and Horrizontal Scroll Snaps controls to include:
...
* Tranisition speed
* Starting page
* Page Snap size (to control distribution of pages)
Resolves requested issues / fixes
--HG--
branch : develop_5.3
2016-05-17 22:37:01 +01:00
Simon (darkside) Jackson
3b5bdaaa5a
Initial check-in for the 1.1 release, fixes include:
...
* Update to Line Renderer - updated scrip plus patches, now more code friendly for adding points
* New Curved Layout component
* ScrolTo script updated based on authors new version
* UISoftAlphaMask updated to latest version
* Added ScrollSpeed to Horizontal and Vertical Scroll Snap
* Added Scroll Conflict Manager (untested)
ToDo:
* Test Scroll Conflict manager
* Make the distance between pages on the H&V Scroll snaps configurable
* Test Scroll Snap starting page fix
* Review Reorderable List scrolling issue
* Review Reorderable List Worldspace render issue
--HG--
branch : develop_5.3
2016-05-17 13:26:50 +01:00
freezyexp
6e7a300623
CurvedLayout.cs created online with Bitbucket
...
--HG--
branch : freezyexp/curvedlayoutcs-created-online-with-bitbu-1463061990157
2016-05-12 14:06:38 +00:00
Simon (darkside) Jackson
3b37f7805b
Merge upstream re-org from 4.6
...
--HG--
branch : develop_5.3
2015-12-23 20:40:49 +00:00
Simon (darkside) Jackson
f72eb7268f
Added initial version of the UI Vertical scroller from Mrs. YakaYocha
...
Complete with component and editor menu options
--HG--
branch : develop_5.3
2015-12-23 14:54:32 +00:00
Simon (darkside) Jackson
fb986cefed
Merge upstream changes from 4.6
...
--HG--
branch : develop_5.2
2015-12-02 16:58:06 +00:00
Paweł Kapalla
d604582279
added ability to open page by index from code
...
--HG--
branch : xesenix_upgrades
2015-10-17 23:06:09 +02:00
Paweł Kapalla
1bb60d72b4
fix file location
...
--HG--
branch : xesenix_upgrades
2015-10-17 19:15:35 +02:00
Simon (darkside) Jackson
b6f4e5a144
Updated ScrollSnap with fixes from author
...
--HG--
branch : develop_4.6
2015-10-17 16:16:23 +01:00
Simon (darkside) Jackson
e1e48e7514
Checkin with FlowLayoutGroup, HorrizontalScrollSnap fixes
...
Added the WIP for the new ScollSnap with fixes
--HG--
branch : develop_4.6
2015-10-01 19:29:58 +01:00
Simon (darkside) Jackson
5098410ffb
Updated attributations
...
Updated Readme
Altered Project.json - revised license
Added VR scripts - untested properly presently
2015-09-20 01:21:29 +01:00
Simon (darkside) Jackson
64067d97b4
Slight reorg and addition of the following components:
...
* Radial layout
* Tile Size Fitter
* UI Circle Primative
* Switch to RectTransform
* Input Field Enter Submit (alt to ReturnKeyTrigger)
2015-09-20 00:24:17 +01:00