156 Commits

Author SHA1 Message Date
Anton Matosov
62214a6368 Added IBInspectable for easier style editing 2015-11-17 23:51:42 -08:00
Anton Matosov
1386c6314e Added comment 2015-11-15 15:29:34 -08:00
Anton Matosov
fcacf63451 Bumped version 2015-11-15 15:27:43 -08:00
Anton Matosov
3d621492a4 Cleanup 2015-11-15 15:06:00 -08:00
Anton Matosov
514db443b9 Added some logging to debug stuff at runtime
Implemented custom responds to selector that works fine with x64 simulators
2015-11-15 15:03:21 -08:00
Anton Matosov
e7b1b29cc2 Bumped version 2015-11-14 21:25:29 -08:00
Anton Matosov
57e6229a6a Added workaround for x64 simulators on iOS 9 2015-11-14 21:19:49 -08:00
Anton Matosov
b6973a32ad Fixed compilation 2015-11-14 21:19:20 -08:00
Anton Matosov
0a196ac358 Switched to modern CocoaLumberjack (not yet compiles) 2015-11-14 20:14:13 -08:00
Anton Matosov
4ec2104646 Merge commit 'd6276aa66727d31e4bff85c3af096074ed1c6a2d'
Conflicts:
	src/pixate-freestyle.xcodeproj/project.pbxproj
2015-11-14 18:46:03 -08:00
Anton Matosov
c1d8da6257 Merge commit '0bd4d393966b2f732bbe31980143dcf2a91e2cdf' 2015-11-14 18:45:15 -08:00
Anton Matosov
931585e7d2 Fixed compilation 2015-10-12 03:25:37 -07:00
Denis Martin
0bd4d39396 Merge commit '8cd0b9fa188f59f1b41d579312e1bb19c4cc7ef2' into leak_fix 2015-01-28 17:36:22 +01:00
Kevin Lindsey
8cd0b9fa18 Remove EM-related code 2015-01-27 15:38:25 -08:00
Denis Martin
0851890c1b - Fixed a memory leak for iOS7+ user, using UIFontDescriptor instead of CoreText 2015-01-07 09:22:43 +01:00
Denis Martin
79ecbaa401 - Added a PodFile to the Library importing pod 'CocoaLumberjack', '~> 2.0.0-beta4'
- Modify the podspec to add dependency
2014-11-24 13:11:48 +01:00
Robin Debreuil
648fc8601a Adjusted colour conversions to account for 255 rgb values and 360 hue. Adjusted tests. 2014-06-25 10:48:20 -07:00
Christian Giordano
1c54d9c86e added addStyleClass, removeStyleClass and styleClassed methods, updated UITableViewTest 2014-06-23 12:40:30 +01:00
Paul Colton
4e247ed311 Merge pull request #110 from iWeaverMan/master
Replace load method with initialize method
2014-06-10 10:03:44 -07:00
Paul Colton
67654dbef0 Merge pull request #120 from nuthinking/master
reduced whitespaces and duplicates when setting styleClass, check for change.
2014-06-10 10:03:12 -07:00
Paul Colton
48d55c07a2 add guards in case datasource is not a proxy obj 2014-06-10 09:40:03 -07:00
Paul Colton
97c2c8fdc6 fix the order in which font style is checked for 'bold' 2014-06-10 08:32:37 -07:00
Christian Giordano
caa08ea788 check for styleClass change before propagating 2014-06-02 07:45:58 +01:00
Christian Giordano
c08aa14eb5 reduced whitespaces and duplicates when setting styleClass 2014-06-01 22:39:20 +01:00
Kevin Lindsey
27a231dec1 Use unescaped strings when building URLs for http/https 2014-05-27 17:31:55 -05:00
Paul Zabelin
389fda823a fix retain cycle between PXStylesheetParser and PSStylesheetLexer 2014-05-17 10:22:30 -07:00
Roman Tkachev
66d515502f Replace load method with initialize method
Methods replaced to make postponed initialization, not upon class load,
but after explicit initializePixateFreestyle method call.
It is necessary for postponed UI load for background application
started with 'voip' flag.
2014-05-16 14:19:47 +04:00
Roman Tkachev
16b17e9867 Revert "Replace load method with initialize method"
This reverts commit dd0109a4a5.
2014-05-16 14:03:15 +04:00
Roman Tkachev
dd0109a4a5 Replace load method with initialize method
Methods replaced to make postponed initialization, not upon class load,
but after explicit initializePixateFreestyle method call.
It is necessary for postponed UI load for background application
started with 'voip' flag.
2014-05-16 13:59:08 +04:00
Paul Colton
35cf14bc44 add support for loading svg from an nsdata 2014-05-14 22:28:09 -07:00
Paul Colton
beca857bef nil out datasource base object when a new datasource is set 2014-05-04 15:33:45 -07:00
Paul Colton
0839d225ec add two missing headers 2014-04-25 15:47:31 -07:00
Paul Colton
c5d977fa5c final 2.1.3 version 2014-04-25 10:16:00 -07:00
Kevin Lindsey
115567cdb3 Add EM properties to color classes 2014-04-18 17:35:09 -05:00
Kevin Lindsey
ee4eeaf7ff Add support for 'native' color classes 2014-04-18 14:45:17 -05:00
Kevin Lindsey
07d7028779 Finish out support for wrapping UIColors and PXExpressionColors 2014-04-18 12:23:34 -05:00
Kevin Lindsey
4616961bca [WIP] Initial implementation to support additional types for EM wrapping 2014-04-17 17:34:54 -05:00
Kevin Lindsey
1f9cc41bc8 Move Freestyle-specific functions from EM into Freestyle 2014-04-17 14:48:47 -05:00
Kevin Lindsey
d5bdbcb580 Remove Mac targets from Freestyle 2014-04-16 17:57:03 -05:00
Kevin Lindsey
cd019e2ab7 Merge branch 'master' of github.com:Pixate/pixate-freestyle-ios 2014-04-16 16:36:38 -05:00
Kevin Lindsey
e1f8002118 Update to latest EM head 2014-04-16 16:18:40 -05:00
Paul Colton
c7e6c1d8b1 add parens 2014-04-15 14:09:30 -07:00
Paul Colton
4bb3535ae1 Merge pull request #101 from iWeaverMan/master
Adding for reset delegate info... Adding to the cache if caching is needed...
2014-04-15 14:09:03 -07:00
Kevin Lindsey
73c0ec17ea Add references for Array.every/filter/some 2014-04-15 11:50:30 -05:00
Roman Tkachev
114966f898 Some small error with cached property 2014-04-15 17:35:16 +04:00
Paul Colton
7050501c16 fix issue where views were not styled if styleId/Class was set after initial styling 2014-04-14 13:27:39 -07:00
Paul Colton
b1cad63820 update timing macros to be more precise 2014-04-14 13:06:28 -07:00
Paul Colton
c298baf2bb minor performance tweaks 2014-04-14 10:47:01 -07:00
Roman Tkachev
3bd5afadac Adding to the cache if caching is needed 2014-04-14 14:25:14 +04:00
Roman Tkachev
944afa2203 Adding for reset delegate info 2014-04-14 14:18:11 +04:00