An open API service providing commit metadata for open source projects.

GitHub / newyankeecodeshop/GAJavaScript / commits

SHA Message Author Date Stats
8b669596 Fixed the project configuration to reference GAJavaScript directly. Andrew Goodale <a****e@w****m> almost 13 years ago
2c4c892e [Issue #14] Style property was not being set correctly. Andrew Goodale <a****e@w****m> almost 13 years ago
9ef8ad7f [Issue #13] callFunction: was not registering block objects with script engine Andrew Goodale <a****e@w****m> about 13 years ago
de752876 [Issue #11] Fixed internal state management for NSFastEnumeration implementat... Andrew Goodale <a****e@g****m> over 13 years ago
342377d0 Changed JS->Obj-C callback mechanism to use a hidden iframe instead of "locat... Andrew Goodale <a****e@g****m> over 14 years ago
4e60e3e6 Update the documentation based on recent interface changes. Andrew Goodale <a****e@g****m> over 14 years ago
12f47c99 Added test for error handling in function calls - change to GAJavaScript.call... Andrew Goodale <a****e@g****m> over 14 years ago
71db9969 [Issue #3] Array arguments are now passed to callbacks as referenced objects. Andrew Goodale <a****e@g****m> over 14 years ago
d199c9e0 merge Merge pull request #2 from ryanmaxwell/master Andrew Goodale <a****e@g****m> over 14 years ago
5fceb2e3 fix compiler warning Ryan Maxwell <r****n@c****m> over 14 years ago
7c89c56a Refactored GAScriptObject to use GAScriptEngine instead of UIWebView directly... Andrew Goodale <a****e@w****m> over 14 years ago
d033b320 Forwarding method signatures can now map to javascript properties. Andrew Goodale <a****e@g****m> over 14 years ago
e10b285f Added a reminder about static library link flags Andrew Goodale <a****e@g****m> over 14 years ago
cd693370 Don't re-evaluate the runtime when the web view loads multiple documents. Andrew Goodale <a****e@g****m> over 14 years ago
65ea7d1d Handle change in error message on iOS 5 Andrew Goodale <a****e@g****m> almost 15 years ago
033ce997 Project file upgraded by XCode 4.2 Andrew Goodale <a****e@g****m> almost 15 years ago
57c5bf34 Added a link to GAViewStyling repository Andrew Goodale <a****e@g****m> almost 15 years ago
2b151471 Moved ViewStyling code into a separate project and repository Andrew Goodale <a****e@g****m> almost 15 years ago
c4c1ed0c Added support for background-image with UIImageView Andrew Goodale <a****5@y****m> almost 15 years ago
d5538e2a Copy the header files for archive builds Andrew Goodale <a****5@y****m> almost 15 years ago
aace20ba Added some info about the GAViewStyling categories Andrew Goodale <a****5@y****m> almost 15 years ago
6992c2f0 Cleaned up main() for unit test target Andrew Goodale <a****5@y****m> almost 15 years ago
44c47131 Tests for gradient to() and from() declarations Andrew Goodale <a****5@y****m> almost 15 years ago
d80e2a25 Fixed color alpha and enhanced gradient code Andrew Goodale <a****5@y****m> almost 15 years ago
b370c399 Added custom table cell, some sample javascript eval code Andrew Goodale <a****e@g****m> almost 15 years ago
f8fa93dc Updates based on change to UILabel selector Andrew Goodale <a****e@g****m> almost 15 years ago
f945fe7e Toggle between two styles Andrew Goodale <a****e@g****m> almost 15 years ago
ac1b86ee Use NSScanner to parse CSS - reduces # of objects allocated Andrew Goodale <a****e@g****m> almost 15 years ago
72408c17 Added a debug log macro. Andrew Goodale <a****e@g****m> almost 15 years ago
f662aede Optimization - use a view's gradient layer if it has one Andrew Goodale <a****e@g****m> almost 15 years ago
6840329d Improved error object for JS exceptions Andrew Goodale <a****e@g****m> almost 15 years ago
05e0713c Styling a button's title label Andrew Goodale <a****e@g****m> almost 15 years ago
89f3e393 Implement gradient backgrounds for views Andrew Goodale <a****e@g****m> almost 15 years ago
6ebeec72 Theme sample based on UICatalog Andrew Goodale <a****e@g****m> almost 15 years ago
457a1c4d Changed array separator character to avoid issues with embedded commas. Andrew Goodale <a****e@g****m> almost 15 years ago
0bbce0d9 Ignore GHUnit framework Andrew Goodale <a****e@g****m> almost 15 years ago
0a2ccd1f Fixed assertions to be more flexible with property order Andrew Goodale <a****e@g****m> almost 15 years ago
79e3e8f6 Removed private header Andrew Goodale <a****e@g****m> almost 15 years ago
239adecc Fixed several issues with memory management for callbacks. Andrew Goodale <a****e@g****m> almost 15 years ago
bc9c62ff Made string escaping more faithful to spec. Andrew Goodale <a****e@g****m> almost 15 years ago
25894d14 Support text-shadow for UILabel. Andrew Goodale <a****e@g****m> about 15 years ago
571b5d9a More flexible parsing of a CSS color string to support colors embedded in lar... Andrew Goodale <a****e@g****m> about 15 years ago
6d545674 Fixed public header file location. Andrew Goodale <a****e@g****m> about 15 years ago
57053745 Updated styles based on changes to tintColor and font size conversion. Andrew Goodale <a****e@g****m> about 15 years ago
cd76f2cf Add missing bar views and make tintColor driven by background-color. Andrew Goodale <a****e@g****m> about 15 years ago
53f76f88 Fix conversion of font size from pixels to points. Andrew Goodale <a****e@g****m> about 15 years ago
5300830f Add asserts to help diagnose missing javascript runtime code. Andrew Goodale <a****e@g****m> about 15 years ago
03997c87 Minimum target OS version is 4.0 Andrew Goodale <a****e@g****m> about 15 years ago
514c0e30 Created a ThirdParty directory for the GHUnit framework Andrew Goodale <a****e@g****m> about 15 years ago
ef6dedc0 Improve documentation Andrew Goodale <a****e@g****m> about 15 years ago
11a6a00a Add .gitignore file Andrew Goodale <a****e@g****m> about 15 years ago
cefcb33d View styling for UIControl-based views. Andrew Goodale <a****e@g****m> about 15 years ago
fbaf8ae0 Use [NSString hasPrefix:] to optimize away creation of substring object. Andrew Goodale <a****e@r****m> about 15 years ago
b439adf0 Add a new view to show grouped tableview styling. Andrew Goodale <a****e@W****l> about 15 years ago
fb949c45 Use view tags in selectors. Andrew Goodale <a****e@W****l> about 15 years ago
61a4027c Fixed object leak. Andrew Goodale <a****e@W****l> about 15 years ago
446611e5 Fixed object leak. Andrew Goodale <a****e@W****l> about 15 years ago
fbb6eff6 Fixed string object leak. Andrew Goodale <a****e@W****l> about 15 years ago
d06cfc31 Removed use of custom number formatter. Andrew Goodale <a****e@W****l> about 15 years ago
c3af9790 Got basics of font styling done. Bold, Italic, and BoldItalic supported. Andrew Goodale <a****e@W****l> about 15 years ago
404f005c Fixed copyright headers Andrew Goodale <a****e@g****m> about 15 years ago
35330cb8 Sample that shows ViewStyling features Andrew Goodale <a****e@g****m> about 15 years ago
36534abb Sample that shows hot to introspect the DOM Andrew Goodale <a****e@g****m> about 15 years ago
60a34ef6 More improvements to ViewStyling Andrew Goodale <a****e@g****m> about 15 years ago
59cfc8d9 Sample that shows how to introspect the DOM Andrew Goodale <a****e@W****l> about 15 years ago
2cc5a886 First working versions of view styling. Still lots to do! Andrew Goodale <a****e@W****l> about 15 years ago
52bd9644 Added method signatures for view styling code. Andrew Goodale <a****e@W****l> about 15 years ago
0abdf9f6 Tweaked project build settings. Andrew Goodale <a****e@W****l> about 15 years ago
86fac267 Support for block-based callbacks. Fixed a couple bugs with delegates. Andrew Goodale <a****e@W****l> about 15 years ago
5f31326b Support NSInvocation for function arguments. Fixed date conversion. Andrew Goodale <a****e@g****m> about 15 years ago
8cc9a37c Support NSInvocation for function arguments. Fixed date conversion. Andrew Goodale <a****e@g****m> about 15 years ago
20d0c9fb Support forwarding UIWebViewDelegate calls onto a client's delegate Andrew Goodale <a****e@g****m> over 15 years ago
21431a6b Added writeup for GAScriptEngine Andrew Goodale <a****e@g****m> over 15 years ago
19cdfe14 Bug fix for crash in iOS 4.1 Andrew Goodale <a****e@g****m> over 15 years ago
f2c18779 Made callback tests asynchronous so that they really validate what happens Andrew Goodale <a****e@w****m> over 15 years ago
54725855 First working implementation of callbacks from script. Andrew Goodale <a****e@w****m> over 15 years ago
d39ee314 Introducing GAScriptEngine as root API and web view manager. Andrew Goodale <a****e@W****l> over 15 years ago
a1e0e94a Added method to construct objects using a constructor function. Andrew Goodale <a****e@g****m> over 15 years ago
5d31bf48 Add steps to get started Andrew Goodale <a****e@g****m> over 15 years ago
79f883f6 Writeup for object creation and function calls Andrew Goodale <a****e@g****m> over 15 years ago
a3dae46d Added isJavaScriptTrue category method Andrew Goodale <a****e@g****m> over 15 years ago
2896e3ff Made unit tests synchronous Andrew Goodale <a****e@g****m> over 15 years ago
562d5888 Implemented better error handling for function calls. Andrew Goodale <a****e@g****m> over 15 years ago
3f6c064a Fixed linker issue with error domain Andrew Goodale <a****e@g****m> over 15 years ago
857fa23c Added Dictionary serialization Andrew Goodale <a****e@g****m> over 15 years ago
3740d029 Got arrays working with KVC Andrew Goodale <a****e@g****m> over 15 years ago
b74ca0b8 Streamlined type system to support arrays. Andrew Goodale <a****e@g****m> over 15 years ago
587a297c Better readme Andrew Goodale <a****e@g****m> over 15 years ago
e2f9cb23 Fixed date marshaling Andrew Goodale <a****e@g****m> over 15 years ago
8d94c8e4 Good enough for git Andrew Goodale <a****e@g****m> over 15 years ago

← Back to repository