Commit Graph

  • 612943fd63 Merge pull request #157 from squidpunch/expand-color Todd Werth 2014-12-15 17:34:17 -08:00
  • f16e4c8115 Final refactoring; removes color pollution; adds from_base David Larrabee 2014-12-15 09:02:45 -05:00
  • d3a4e13073 x % 16 shouldn't use 256, + tests Gant 2014-12-14 21:27:58 -06:00
  • 3c239870a8 Adds color.with(options) method David Larrabee 2014-12-14 07:34:14 -05:00
  • eab22964c7 Updates stylesheet color reference; sample app David Larrabee 2014-12-14 07:06:46 -05:00
  • 01b1521523 Adds checks for proper parameters and refactoring David Larrabee 2014-12-12 22:51:06 -05:00
  • 4c8d184e6e Adds ability to pass HSVA color params directly David Larrabee 2014-12-12 22:59:33 -05:00
  • 3487e3fc55 Adds ability to pass RGBA color params directly David Larrabee 2014-12-12 21:43:01 -05:00
  • 2a916fec32 Properly handle clean colors David Larrabee 2014-12-12 21:24:52 -05:00
  • 5b277abcc7 Adds ability to pass hex color params directly David Larrabee 2014-12-11 23:07:49 -05:00
  • f97862a763 Fixed problem where rmq inside a stylesheet couldn't select views from the root_view. This bug sucked Todd Werth 2014-12-13 00:49:08 -08:00
  • 53733c5878 Fixed grid spec failures in RM 3.0/64bit. Bumped version for next gem Todd Werth 2014-12-12 14:34:06 -08:00
  • 2cc0644fd7 Updated table template to make it simpler, no need for extra stylesheet for the view, it just makes it overly complicated Todd Werth 2014-12-12 14:12:38 -08:00
  • e82db1496b Test for that last commit Todd Werth 2014-12-12 14:12:08 -08:00
  • dd7da679dc Changed current_view_controller to accommodate ProMotion-menu Todd Werth 2014-12-12 10:08:45 -08:00
  • 2907907d16 Merge pull request #155 from infinitered/bp_without_p Gant Laborde 2014-12-11 00:02:10 -06:00
  • 6ab0ba7823 Supports setting relative frames when a previous element does not exist Mark Rickert 2014-12-09 13:43:08 -07:00
  • 7b6c750e35 Merge pull request #154 from GantMan/version_at_least Gant Laborde 2014-12-09 11:00:14 -06:00
  • 3fad6200b8 added .ios_at_least? method with tests Gant 2014-12-09 10:52:07 -06:00
  • c2be7b31a7 Merge pull request #148 from vaughankg/date_time_formats Gant Laborde 2014-12-06 09:35:46 -06:00
  • 355c8b0d12 Merge pull request #153 from GantMan/from_sides Gant Laborde 2014-12-04 09:45:44 -06:00
  • 437af334ef moved whitelist to constant for more speed Gant 2014-12-03 16:09:02 -06:00
  • 57c46f811c added warning for #152 Gant 2014-12-03 15:52:00 -06:00
  • 17e50e3ebc alias for for #152 Gant 2014-12-03 15:26:41 -06:00
  • 627bae0d9d test for frame for #152 Gant 2014-12-03 15:26:23 -06:00
  • c58301ed89 Merge pull request #151 from squidpunch/specs-should-have-spec Gant Laborde 2014-12-03 08:36:05 -06:00
  • 8f678425c1 generator should use spec in spec filenames David Larrabee 2014-12-02 21:28:20 -05:00
  • f5041235f4 Merge branch 'master' of github.com:infinitered/rmq Todd Werth 2014-12-02 14:11:14 -08:00
  • d471c7a5f4 Added rmq.app.windows that returns the windows array Todd Werth 2014-12-02 14:11:09 -08:00
  • 3f10f4b6ac Merge pull request #149 from shreeve/master Gant Laborde 2014-12-02 09:22:07 -06:00
  • 236ba0c017 test alpha support for Color#from_hex Steve Shreeve 2014-12-02 01:13:55 -05:00
  • c35e4e4b77 allow alpha values in Color#from_hex Steve Shreeve 2014-12-02 00:38:31 -05:00
  • 69733c4f37 added prefab date and time styles to RMQ::Format.date Vaughan Kelly Guy 2014-12-01 14:31:19 -05:00
  • fe11c2336c Merge pull request #146 from GantMan/rmq_debug_colorize Gant Laborde 2014-11-24 08:50:54 -06:00
  • 757433581d modified readme Gant Laborde 2014-11-24 08:46:08 -06:00
  • 0c59c30fa4 added rmq.debug.colorize with tests Gant 2014-11-23 19:30:54 -06:00
  • 653f0d20f6 code in place for debug.colorize Gant 2014-11-23 19:06:25 -06:00
  • 0f3e1d0a15 Removed motionprint in gem file, it's not required. Fixed bug in sample app Todd Werth 2014-11-17 19:25:02 -08:00
  • 6bc15e3d8f Comment fix. Version bump Todd Werth 2014-11-17 15:07:36 -08:00
  • ff0ad2cfdc Merge pull request #145 from infinitered/uitextview_stylers Todd Werth 2014-11-16 08:53:35 -08:00
  • 947f08bdb5 Adds editable, selectable, and data_detector_types to UITextView styler. Mark Rickert 2014-11-14 10:12:12 -08:00
  • f1a63e0d44 Merge pull request #144 from vaughankg/valid_invalid Gant Laborde 2014-11-06 21:16:26 -06:00
  • bba128c6ef stopped .valid and .invalid from returning duplicates Vaughan Kelly Guy 2014-11-06 17:36:21 -05:00
  • 242da460ba Merge pull request #143 from squidpunch/fix-132 Gant Laborde 2014-11-04 10:15:11 -06:00
  • 94d494f73a Merge pull request #141 from squidpunch/image-spec Gant Laborde 2014-11-03 23:10:12 -06:00
  • d983f29cbe Merge pull request #140 from GantMan/nitpick_cleanups Gant Laborde 2014-11-03 23:04:09 -06:00
  • 3b2cec9c64 Fixes spec crashing issue (#132) David Larrabee 2014-11-03 18:50:19 -05:00
  • ad6aa7a963 Adds resource image test David Larrabee 2014-11-03 08:25:39 -05:00
  • 91b57da8ac added todo testing of traversing Gant 2014-11-02 23:51:37 -06:00
  • a3e6a7f8a2 added test for retina Gant 2014-11-02 23:00:14 -06:00
  • 74efaca007 renamed method as dictated in TODO Gant 2014-11-02 22:09:05 -06:00
  • c41b69168c removed unused vars Gant 2014-11-02 21:58:07 -06:00
  • 92951db7b1 removing unused vars Gant 2014-11-02 21:38:06 -06:00
  • 243913a173 Merge branch 'master' of https://github.com/infinitered/rmq into nitpick_cleanups Gant 2014-11-02 21:29:12 -06:00
  • d99937a258 Merge pull request #138 from squidpunch/ui-control-styler Todd Werth 2014-11-02 17:50:43 -08:00
  • c7bdb47957 Merge pull request #137 from squidpunch/more-spec Todd Werth 2014-11-02 17:49:49 -08:00
  • e5bf7d453d Merge pull request #139 from squidpunch/shortcut-position-of-resource_resizable Gant Laborde 2014-11-02 18:07:56 -06:00
  • 3e0a0a09f1 Adds resource_for_device testing David Larrabee 2014-11-01 20:58:18 -04:00
  • 72fd4e8bac Adds t,b,l,r options to resource_resizable David Larrabee 2014-11-01 20:29:50 -04:00
  • e616931148 Adds UIControl styler methods David Larrabee 2014-11-01 13:11:07 -04:00
  • aa4afaf3c1 Adds coverage for the rest of styler_for views David Larrabee 2014-11-01 11:52:20 -04:00
  • 22ccd8c9f3 Test coverage for stylesheet.setup David Larrabee 2014-11-01 10:57:18 -04:00
  • 4405ea5d67 test coverage to verify setup called only once David Larrabee 2014-11-01 10:15:47 -04:00
  • d12f568246 various rmq objects test coverage in stylesheet David Larrabee 2014-11-01 10:03:38 -04:00
  • 5de3b6db64 Merge pull request #135 from GantMan/add_accessory_view Todd Werth 2014-10-28 18:32:21 -07:00
  • a07669a8c4 added accessory_view styler Gant 2014-10-27 23:26:00 -05:00
  • d89e7e7417 advanced array access for enumerablish Ken Miller 2014-10-27 12:32:47 -07:00
  • ca07631fe6 Fixed spec error Todd Werth 2014-10-24 22:36:21 -07:00
  • 48f812974e Merge branch 'master' of github.com:infinitered/rmq Todd Werth 2014-10-24 22:14:12 -07:00
  • 6838a11229 Added the ability to apply multiple styles at once with apply_style(s), to be able to reapply all styles in oder with reapply_styles. Added has_style? and styles methods Todd Werth 2014-10-24 22:14:06 -07:00
  • f1aab20c3a Merge pull request #134 from GantMan/cleanup_base Todd Werth 2014-10-24 13:01:45 -07:00
  • 0b2ece0c22 merge ✂️ Gant 2014-10-24 09:09:17 -05:00
  • dff933fbd7 another unused var in section.rb Gant 2014-10-24 08:57:37 -05:00
  • 67b65a0734 removed unused vars from grid.rb Gant 2014-10-24 08:54:58 -05:00
  • 9cfce2c519 cleaned up optional params in section.rb Gant 2014-10-24 08:49:55 -05:00
  • a40dfe0282 removed redundant .to_s Gant 2014-10-23 22:50:49 -05:00
  • 759de0f3dd removed whitespace and 2 unused variables Gant 2014-10-23 22:49:06 -05:00
  • da6f46e11c Merge pull request #131 from squidpunch/allow-customizations-of-spinner Gant Laborde 2014-10-23 22:41:35 -05:00
  • 142c7df132 fixing master so specs run Gant 2014-10-23 22:28:38 -05:00
  • c33901f0a2 current_view_controller test is still failing, disabling again David Larrabee 2014-10-23 19:33:52 -04:00
  • 41c028b106 Allows parent and center to be sent to start_spinner David Larrabee 2014-10-23 19:31:41 -04:00
  • 46dc154a2a Merge pull request #130 from squidpunch/moar-tests Gant Laborde 2014-10-19 19:57:01 -05:00
  • b3c4f58d2d Adds font tests David Larrabee 2014-10-18 20:12:04 -04:00
  • 0ea9f7ec10 Adds test for super_height and super_width David Larrabee 2014-10-18 19:49:00 -04:00
  • f93e9ea2d1 should check enabled with isEnabled David Larrabee 2014-10-18 19:09:19 -04:00
  • 0ea025eebc More tests for UIViewStyler David Larrabee 2014-10-18 10:36:26 -04:00
  • 01b0b3f328 current_view_controller test pass, re-enabling David Larrabee 2014-10-18 10:18:27 -04:00
  • 9e40911527 Merge pull request #129 from vaughankg/patch-1 Gant Laborde 2014-10-16 10:42:17 -05:00
  • 4e6ea6f94a Update name.rb Vaughan Kelly Guy 2014-10-16 11:09:36 -04:00
  • bac92fb741 Merge pull request #128 from squidpunch/update-console-commands Todd Werth 2014-10-14 15:00:40 -07:00
  • c0feb263af Updates console command help text for XCode 6 David Larrabee 2014-10-14 17:37:44 -04:00
  • ce9313f377 Merge pull request #126 from GantMan/master Gant Laborde 2014-10-11 22:52:37 -05:00
  • e5c87140a4 removed defunct ios_eight? check Gant 2014-10-09 09:07:38 -05:00
  • 9c885876f4 Merge branch 'squidpunch-add-border-combo-method' Todd Werth 2014-10-03 10:14:15 -07:00
  • 96d46753d3 Merge Todd Werth 2014-10-03 10:13:59 -07:00
  • 63cc377aab Merge pull request #125 from squidpunch/fix-color-styler Todd Werth 2014-10-03 10:09:17 -07:00
  • 517abe43a3 Tweaks v0.8.0 Todd Werth 2014-10-02 22:32:12 -07:00
  • 2cc3c699d4 Fixed a bug where a view would have rmq_build called multiple times if it was added as a subview, removed, then added again Todd Werth 2014-09-30 18:07:42 -07:00
  • de37c5774a Fixes border_color styler David Larrabee 2014-09-30 08:26:40 -04:00
  • 7633edfc5f Adds border= method to set color and width together David Larrabee 2014-09-29 22:34:41 -04:00