Gant Laborde
e7ff13579d
Merge pull request #176 from aesmail/uitextview-text-alignment
...
Added text alignment for the UITextView styler.
2015-01-28 20:50:27 -06:00
Abdullah Esmail
32e3a76dda
Added text alignment for the UITextView styler.
2015-01-29 05:07:51 +03:00
Todd Werth
d1a7618da4
Added an orphan test I had added a while ago. Bumped version and built gem
2015-01-23 11:12:58 -08:00
Frank von Hoven
87e0523381
Added text_highlighted styler
2015-01-20 16:46:24 -06:00
Gant Laborde
9d10b85000
Merge pull request #163 from infinitered/transform_styler
...
Allow setting a view transform manually in UIView styler.
2015-01-20 12:55:40 -06:00
Gant Laborde
0ab00a6f05
Merge pull request #167 from squidpunch/add-separator-inset
...
Adds styler for separatorInset and rowHeight for table
2015-01-20 12:54:47 -06:00
Gant Laborde
07d4ae51de
Merge pull request #169 from infinitered/device_log
...
adds rmq.device.log
2015-01-20 12:54:14 -06:00
David Larrabee
aac45aab0a
Adds row_height styler
2015-01-18 12:16:39 -05:00
Mark Rickert
9416984cb0
adds rmq.device.log
...
For quickly seeing what common values are for the device you're on.
2015-01-15 20:06:38 -05:00
Gant
a52cb379e4
added for UISwitch
2015-01-14 08:47:31 -06:00
David Larrabee
a40ec82405
Adds styler for separatorInset
2015-01-13 17:33:07 -05:00
Todd Werth
aa4990b0ce
Fixed bug #165 "Distribute margin with multiple selected objects"
2015-01-06 11:51:10 -08:00
Mark Rickert
b4259d7196
Adds deprecation warning capabilities.
...
No tests here... move along please.
2015-01-01 22:28:19 -05:00
Mark Rickert
719ac91d6c
Merge branch 'master' into transform_styler
...
* master:
Added some deprecation back in until later version
2015-01-01 21:41:14 -05:00
Todd Werth
2fb57fc095
Added some deprecation back in until later version
2015-01-01 16:39:41 -08:00
Mark Rickert
1cf12d2bd0
Allow setting a view transform manually in UIView styler.
2014-12-31 17:34:31 -05:00
Todd Werth
adcc99aa2e
Removed deprecations
2014-12-18 12:29:07 -08:00
Mark Rickert
dbc22155fd
Allow setting a border style via symbol.
2014-12-18 12:15:33 -05:00
Mark Rickert
97117b9c24
Allow setting spell check types via symbol.
2014-12-18 11:40:28 -05:00
Mark Rickert
20ab5fef40
Allow setting return_key_type via a symbol.
2014-12-18 11:35:12 -05:00
Mark Rickert
fc7dfd8d4d
Allos a user to set keyboard_type with symbols.
2014-12-18 11:30:26 -05:00
Guillermo Guerini
4833e99487
Allows validation of upper case email addresses.
2014-12-17 10:12:00 -05:00
Todd Werth
f0ce1d170d
Added short version and bumped version to 1.0.0
2014-12-16 13:49:12 -08:00
David Larrabee
f16e4c8115
Final refactoring; removes color pollution; adds from_base
2014-12-15 09:21:56 -05:00
Gant
d3a4e13073
x % 16 shouldn't use 256, + tests
2014-12-15 09:01:28 -05:00
David Larrabee
eab22964c7
Updates stylesheet color reference; sample app
2014-12-15 09:01:28 -05:00
David Larrabee
01b1521523
Adds checks for proper parameters and refactoring
2014-12-15 09:01:28 -05:00
David Larrabee
4c8d184e6e
Adds ability to pass HSVA color params directly
2014-12-15 09:01:28 -05:00
David Larrabee
3487e3fc55
Adds ability to pass RGBA color params directly
2014-12-15 09:01:28 -05:00
David Larrabee
2a916fec32
Properly handle clean colors
2014-12-15 09:01:28 -05:00
David Larrabee
5b277abcc7
Adds ability to pass hex color params directly
2014-12-15 09:01:28 -05:00
Todd Werth
f97862a763
Fixed problem where rmq inside a stylesheet couldn't select views from the root_view. This bug sucked
2014-12-13 00:49:08 -08:00
Todd Werth
53733c5878
Fixed grid spec failures in RM 3.0/64bit. Bumped version for next gem
2014-12-12 14:34:06 -08:00
Todd Werth
dd7da679dc
Changed current_view_controller to accommodate ProMotion-menu
2014-12-12 10:08:45 -08:00
Mark Rickert
6ab0ba7823
Supports setting relative frames when a previous element does not exist
...
below_prev & above_prev should set set their frames relative to y=0 and right_of_prev & left_of_prev should use x=0 as their starting point when no previous element exists.
2014-12-09 13:43:08 -07:00
Gant
3fad6200b8
added .ios_at_least? method with tests
2014-12-09 10:52:07 -06:00
Gant Laborde
c2be7b31a7
Merge pull request #148 from vaughankg/date_time_formats
...
added prefab date and time styles to RMQ::Format.date
2014-12-06 09:35:46 -06:00
Gant
437af334ef
moved whitelist to constant for more speed
2014-12-03 16:09:02 -06:00
Gant
57c46f811c
added warning for #152
2014-12-03 15:52:00 -06:00
Gant
17e50e3ebc
alias for for #152
2014-12-03 15:26:41 -06:00
Todd Werth
f5041235f4
Merge branch 'master' of github.com:infinitered/rmq
2014-12-02 14:11:14 -08:00
Todd Werth
d471c7a5f4
Added rmq.app.windows that returns the windows array
2014-12-02 14:11:09 -08:00
Steve Shreeve
c35e4e4b77
allow alpha values in Color#from_hex
2014-12-02 00:38:31 -05:00
Vaughan Kelly Guy
69733c4f37
added prefab date and time styles to RMQ::Format.date
2014-12-01 14:36:14 -05:00
Gant
0c59c30fa4
added rmq.debug.colorize with tests
2014-11-23 19:30:54 -06:00
Gant
653f0d20f6
code in place for debug.colorize
2014-11-23 19:06:25 -06:00
Todd Werth
6bc15e3d8f
Comment fix. Version bump
2014-11-17 15:07:36 -08:00
Mark Rickert
947f08bdb5
Adds editable, selectable, and data_detector_types to UITextView styler.
2014-11-14 10:12:12 -08:00
Vaughan Kelly Guy
bba128c6ef
stopped .valid and .invalid from returning duplicates
2014-11-06 17:36:21 -05:00
Gant Laborde
94d494f73a
Merge pull request #141 from squidpunch/image-spec
...
Adds `resource` image test
2014-11-03 23:10:12 -06:00