Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new lines and method names | Manuel Carrasco Moñino | 2013-11-01 | 1 | -7/+5 | |
| | ||||||
* | with should return itself for chainning | Manuel Carrasco Moñino | 2013-11-01 | 1 | -1/+2 | |
| | ||||||
* | javadoc | Manuel Carrasco Moñino | 2013-11-01 | 1 | -1/+1 | |
| | ||||||
* | javadoc | Manuel Carrasco Moñino | 2013-11-01 | 1 | -2/+10 | |
| | ||||||
* | Implement animation Easing based on Bezier curves instead of using different ↵ | Manuel Carrasco Moñino | 2013-11-01 | 5 | -29/+173 | |
| | | | | algorithm for each one. Includes a set of most popular transitions used in web. | |||||
* | Fix javadocs as julien suggested in last review | Manuel Carrasco Moñino | 2013-11-01 | 2 | -6/+3 | |
| | ||||||
* | Fix an effects test which was randomly failing | Manuel Carrasco Moñino | 2013-11-01 | 1 | -30/+35 | |
| | ||||||
* | Add BrowserGenerator to git | Manuel Carrasco Moñino | 2013-11-01 | 1 | -0/+80 | |
| | ||||||
* | fix test, htmlunit is ff | Manuel Carrasco Moñino | 2013-11-01 | 1 | -1/+1 | |
| | ||||||
* | Implementation of the jQuery.browser object, in a GWT way which allows ↵ | Manuel Carrasco Moñino | 2013-11-01 | 4 | -12/+115 | |
| | | | | developer dont have to modify .gwt.xml file to do defferred binding | |||||
* | Fix NPE when plugin does not have Lazy implementation | Manuel Carrasco Moñino | 2013-11-01 | 1 | -0/+2 | |
| | ||||||
* | Implementation of jquery getScript method in Ajax plugin | Manuel Carrasco Moñino | 2013-10-07 | 2 | -19/+97 | |
| | ||||||
* | Callbacks should not to reset the memory object when calling disabled. Fix a ↵ | Manuel Carrasco Moñino | 2013-10-07 | 2 | -8/+56 | |
| | | | | bug preventing calling a resolved promise in a nested function. | |||||
* | Support for multiple request in RF Promise helper | Manuel Carrasco Moñino | 2013-09-10 | 1 | -11/+49 | |
| | ||||||
* | Implement jquery addBack method | Manuel Carrasco Moñino | 2013-09-10 | 1 | -2/+12 | |
| | ||||||
* | Fix NPE | Manuel Carrasco Moñino | 2013-07-19 | 1 | -1/+1 | |
| | ||||||
* | generate lazy interface | Manuel Carrasco Moñino | 2013-07-04 | 1 | -27/+28 | |
| | ||||||
* | Better usage of generics in data() methods. Add removed static data method. ↵ | Manuel Carrasco Moñino | 2013-07-04 | 3 | -25/+74 | |
| | | | | Add tests for data methods | |||||
* | Pass the class type when getting data. Remove unused method | Manuel Carrasco Moñino | 2013-07-04 | 1 | -9/+6 | |
| | ||||||
* | fix issue #24 | jdramaix | 2013-06-30 | 2 | -64/+83 | |
| | ||||||
* | fix issue 178 | jdramaix | 2013-06-07 | 1 | -1/+1 | |
| | ||||||
* | Fix tests so as emma-coverage instrumentalitation does not fail | Manuel Carrasco Moñino | 2013-06-01 | 1 | -2/+2 | |
| | ||||||
* | Remove empty hooks when running last function | Manolo Carrasco | 2013-05-20 | 1 | -0/+1 | |
| | ||||||
* | Fix null exception | Manuel Carrasco Moñino | 2013-05-09 | 1 | -0/+1 | |
| | ||||||
* | making reject and resolve helper classes public, so as they work in very ↵ | Manuel Carrasco Moñino | 2013-04-24 | 3 | -2/+33 | |
| | | | | nested function when running in dev-mode. Make these functions available in the FunctionPromise class as well. | |||||
* | Fix a NPE in certain callback cases. Add a couple of useful and predefined ↵ | Manuel Carrasco Moñino | 2013-04-14 | 2 | -2/+40 | |
| | | | | functions. | |||||
* | Fix NPE | Manuel Carrasco Moñino | 2013-04-13 | 1 | -0/+9 | |
| | ||||||
* | Fix NPE | Manuel Carrasco Moñino | 2013-04-13 | 1 | -2/+3 | |
| | ||||||
* | clean test | Manuel Carrasco Moñino | 2013-04-12 | 1 | -11/+1 | |
| | ||||||
* | Adding a new utility class to easily use pipelining. Add a isPending method ↵ | Manuel Carrasco Moñino | 2013-04-12 | 4 | -19/+131 | |
| | | | | to promises | |||||
* | Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does ↵ | Manuel Carrasco Moñino | 2013-04-10 | 13 | -27/+268 | |
| | | | | exactly the same in client side, and works in jvm as well. Remove some imports | |||||
* | Change some browser dependencies so as we can use Deferred and Callbacks in ↵ | Manuel Carrasco Moñino | 2013-04-10 | 4 | -245/+46 | |
| | | | | JVM, added Jre tests for this stuff | |||||
* | Deferred object is not needed to be a plugin of gquery | Manuel Carrasco Moñino | 2013-04-10 | 1 | -15/+1 | |
| | ||||||
* | Fix casting exception | Manuel Carrasco Moñino | 2013-04-10 | 1 | -3/+1 | |
| | ||||||
* | cosmetic and formal change of string sum by string builder. I believe it ↵ | Manuel Carrasco Moñino | 2013-04-09 | 1 | -9/+9 | |
| | | | | does not improves anything in compiled mode though. | |||||
* | Constants | Manuel Carrasco Moñino | 2013-04-09 | 1 | -6/+5 | |
| | ||||||
* | Naming int idexes, and adding a couple of comments to inner function to ↵ | Manuel Carrasco Moñino | 2013-04-08 | 3 | -18/+27 | |
| | | | | understand better the code | |||||
* | Fix pipelined promises when the function returned promised was rejected | Manuel Carrasco Moñino | 2013-04-06 | 4 | -8/+59 | |
| | ||||||
* | Resolve referred with plain objects. Pass the same parameters to "done" ↵ | Manuel Carrasco Moñino | 2013-04-03 | 5 | -18/+100 | |
| | | | | functions than jquery does. More testing | |||||
* | remove null argument | Manuel Carrasco Moñino | 2013-04-02 | 1 | -1/+1 | |
| | ||||||
* | Implement promises for QueuePlugin (valid for GQuery and Effects). Fix delay ↵ | Manuel Carrasco Moñino | 2013-04-02 | 6 | -74/+290 | |
| | | | | method in QueuePlugin which was executing functions twice, and fix dequeue as well. Added tests | |||||
* | typo | Manuel Carrasco Moñino | 2013-03-31 | 1 | -1/+1 | |
| | ||||||
* | Fix Deferred.Promise.then() since it should pipeline Promises returned by ↵ | Manuel Carrasco Moñino | 2013-03-23 | 3 | -178/+235 | |
| | | | | filter functions. More tests | |||||
* | returned js values in runJavascriptFunctionImpl should be boxed, share ↵ | Manuel Carrasco Moñino | 2013-03-23 | 2 | -9/+36 | |
| | | | | method used for boxing js values | |||||
* | typo | Manuel Carrasco Moñino | 2013-03-23 | 1 | -1/+1 | |
| | ||||||
* | NL | Manuel Carrasco Moñino | 2013-03-21 | 5 | -5/+5 | |
| | ||||||
* | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2013-03-19 | 1 | -1/+6 | |
|\ | ||||||
| * | Support adding widgets to widgets which not override Panel.add method like ↵ | Manuel Carrasco Moñino | 2013-03-19 | 1 | -1/+6 | |
| | | | | | | | | tables | |||||
* | | Re-write Promise.then since it must return a new promise instead of itself | Manuel Carrasco Moñino | 2013-03-18 | 6 | -48/+105 | |
| | | ||||||
* | | Remove methods not used anymore | Manuel Carrasco Moñino | 2013-03-18 | 1 | -12/+0 | |
| | |