com.unity.uiextensions.nosa.../Scripts/Controls
Ben MacKinnon cea147dc75 Added Range Slider controller. Squashed commit of previous work.
commit 6c5cf2dc036cf385b81fdfc8072300704b06b435
Merge: fb991af bf30261
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Tue Nov 12 17:54:34 2019 +0000

    Merge branch 'refs/heads/master' into range-slider

commit bf302616b8ae377a859d2012b856dc370efe40c2
Merge: 10919c6 76d2299
Author: Ben MacKinnon <bilmackinnon@googlemail.com>
Date:   Tue Nov 12 17:44:57 2019 +0000

    Merge pull request #1 from Dover8/range-slider

    Range slider

commit 76d22998d38801ab35ba19743d944263041924a5
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Tue Nov 12 17:36:23 2019 +0000

    Updated PointerDown to update the target graphic

    Re-enabling colour tint interaction.

commit 2d2ca219d5c0865ba4eaa428e8a167118aa06360
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Tue Nov 12 16:59:29 2019 +0000

    Updated headers to match the standard format of the project

commit 9a0d3f4aaddbcee2565693b0733c0001a2de2a90
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Tue Nov 12 16:43:22 2019 +0000

    Some further default value set when creating a RangeSlider

commit 748d1484568e16aa0bd2e3949330e48ce7245570
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Tue Nov 12 16:38:34 2019 +0000

    Added the menu creation options for the Range Slider

commit fa9e9beceede8c708529cd6a3ea98673b2d6d2c2
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Tue Nov 12 12:55:38 2019 +0000

    Editor layout for the Range Slider

    Using the EditorGUILayout.MinMaxSlider to control the RangeSlider. It was this control that we are replicating in the UI.

commit 32b731548e8e7f286964a4a7a35fd945e5d5a31a
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Mon Nov 11 16:19:16 2019 +0000

    Updated namespace and header

commit 4d0fa2e7dc535b343cf10def6e01886383cc88ac
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Mon Sep 16 12:41:45 2019 +0100

    Added interaction

    Range slider is now interactable with both handles and the bar

commit f4be93752719a08b95594e545eb16b27d3b3bcea
Author: Ben MacKinnon <ben.mackinnon@soluis.com>
Date:   Fri Sep 13 15:27:15 2019 +0100

    copied over the WIP RangeSlider from current project
2019-11-13 11:09:37 +00:00
..
Accordion Fixed Line endings on shaders (?) 2017-05-05 14:25:48 +01:00
ColorPicker Resolved a number of .NET warnings and invalid properties 2019-03-07 18:11:51 +00:00
ComboBox First pass optimisation for next update. 2018-01-20 12:08:44 +00:00
ReorderableList Reorderable lists now have a new field "EqualizeSizesOnDrag", default to false. When it is true it sets every item size (when being dragged over the current list) to the current size of the first element of the list. 2019-04-10 09:43:17 -04:00
RescalingPanels Fixed Line endings on shaders (?) 2017-05-05 14:25:48 +01:00
SelectionBox Added the FancyScrollView control and Examples 2017-08-02 10:21:45 +01:00
Accordion.meta Added UI Knob 2016-07-17 19:21:41 +01:00
BoxSlider.cs Resolved a number of .NET warnings and invalid properties 2019-03-07 18:11:51 +00:00
BoxSlider.cs.meta Removed old HSV picker and replaced with initial version of the new COlorPicker. 2016-11-25 09:27:29 +00:00
ColorPicker.meta Removed old HSV picker and replaced with initial version of the new COlorPicker. 2016-11-25 09:27:29 +00:00
ComboBox.meta Added UI Knob 2016-07-17 19:21:41 +01:00
CooldownButton.cs fix(cooldown-button): add a fake event to avoid null buttonSource 2018-11-21 14:47:49 +00:00
CooldownButton.cs.meta Added Cooldown button control and example scene. 2017-06-25 18:36:49 +01:00
InputFocus.cs Some more restructuring whilst documentation updates continue. 2016-07-18 21:36:36 +01:00
InputFocus.cs.meta Some more restructuring whilst documentation updates continue. 2016-07-18 21:36:36 +01:00
MultiTouchScrollRect.cs First pass 1.3 updates: 2017-04-15 19:12:44 +01:00
MultiTouchScrollRect.cs.meta First pass 1.3 updates: 2017-04-15 19:12:44 +01:00
RadialSlider.cs Updated Radial Slider to user event Pointer position instead of Input.MousePos, allows multiple radials to be use on touch screens. 2018-04-12 15:12:17 +01:00
RadialSlider.cs.meta Added Radial Slider and Example 2017-07-29 19:09:19 +01:00
RangeSlider.cs Added Range Slider controller. Squashed commit of previous work. 2019-11-13 11:09:37 +00:00
RangeSlider.cs.meta Added Range Slider controller. Squashed commit of previous work. 2019-11-13 11:09:37 +00:00
ReorderableList.meta Added UI Knob 2016-07-17 19:21:41 +01:00
RescalingPanels.meta Added UI Knob 2016-07-17 19:21:41 +01:00
Segment.cs Use button colors, improve initial render 2017-09-01 17:39:32 -07:00
Segment.cs.meta Move Segment and StepperSide into own files so Unity can find them 2017-08-31 09:29:16 -07:00
SegmentedControl.cs Use button colors, improve initial render 2017-09-01 17:39:32 -07:00
SegmentedControl.cs.meta Create segmented control 2017-07-23 21:51:23 -07:00
SelectionBox.meta Added UI Knob 2016-07-17 19:21:41 +01:00
Stepper.cs Move Segment and StepperSide into own files so Unity can find them 2017-08-31 09:29:16 -07:00
Stepper.cs.meta Merged Stepper control PR #11 2017-07-25 18:54:00 +01:00
StepperSide.cs Move Segment and StepperSide into own files so Unity can find them 2017-08-31 09:29:16 -07:00
StepperSide.cs.meta Move Segment and StepperSide into own files so Unity can find them 2017-08-31 09:29:16 -07:00
TextPic.cs Updating project for 2019 and adding assembly definitions for dev 2019-08-14 11:10:38 +01:00
TextPic.cs.meta Added UI Knob 2016-07-17 19:21:41 +01:00
UI_Knob.cs Reapplying fixes after having to do a reset, whoops 2018-05-31 16:55:39 +01:00
UI_Knob.cs.meta Added UI Knob 2016-07-17 19:21:41 +01:00