aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* new lines and method namesManuel Carrasco Moñino2013-11-011-7/+5
|
* with should return itself for chainningManuel Carrasco Moñino2013-11-011-1/+2
|
* javadocManuel Carrasco Moñino2013-11-011-1/+1
|
* javadocManuel Carrasco Moñino2013-11-011-2/+10
|
* Implement animation Easing based on Bezier curves instead of using different ↵Manuel Carrasco Moñino2013-11-015-29/+173
| | | | algorithm for each one. Includes a set of most popular transitions used in web.
* Fix javadocs as julien suggested in last reviewManuel Carrasco Moñino2013-11-012-6/+3
|
* Fix an effects test which was randomly failingManuel Carrasco Moñino2013-11-011-30/+35
|
* Add BrowserGenerator to gitManuel Carrasco Moñino2013-11-011-0/+80
|
* fix test, htmlunit is ffManuel Carrasco Moñino2013-11-011-1/+1
|
* Implementation of the jQuery.browser object, in a GWT way which allows ↵Manuel Carrasco Moñino2013-11-014-12/+115
| | | | developer dont have to modify .gwt.xml file to do defferred binding
* Fix NPE when plugin does not have Lazy implementationManuel Carrasco Moñino2013-11-011-0/+2
|
* Implementation of jquery getScript method in Ajax pluginManuel Carrasco Moñino2013-10-072-19/+97
|
* Callbacks should not to reset the memory object when calling disabled. Fix a ↵Manuel Carrasco Moñino2013-10-072-8/+56
| | | | bug preventing calling a resolved promise in a nested function.
* Support for multiple request in RF Promise helperManuel Carrasco Moñino2013-09-101-11/+49
|
* Implement jquery addBack methodManuel Carrasco Moñino2013-09-101-2/+12
|
* Fix NPEManuel Carrasco Moñino2013-07-191-1/+1
|
* generate lazy interfaceManuel Carrasco Moñino2013-07-041-27/+28
|
* Better usage of generics in data() methods. Add removed static data method. ↵Manuel Carrasco Moñino2013-07-043-25/+74
| | | | Add tests for data methods
* Pass the class type when getting data. Remove unused methodManuel Carrasco Moñino2013-07-041-9/+6
|
* fix issue #24jdramaix2013-06-302-64/+83
|
* fix issue 178jdramaix2013-06-071-1/+1
|
* Fix tests so as emma-coverage instrumentalitation does not failManuel Carrasco Moñino2013-06-011-2/+2
|
* Remove empty hooks when running last functionManolo Carrasco2013-05-201-0/+1
|
* Fix null exceptionManuel Carrasco Moñino2013-05-091-0/+1
|
* making reject and resolve helper classes public, so as they work in very ↵Manuel Carrasco Moñino2013-04-243-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ñino2013-04-142-2/+40
| | | | functions.
* Fix NPEManuel Carrasco Moñino2013-04-131-0/+9
|
* Fix NPEManuel Carrasco Moñino2013-04-131-2/+3
|
* clean testManuel Carrasco Moñino2013-04-121-11/+1
|
* Adding a new utility class to easily use pipelining. Add a isPending method ↵Manuel Carrasco Moñino2013-04-124-19/+131
| | | | to promises
* Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does ↵Manuel Carrasco Moñino2013-04-1013-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ñino2013-04-104-245/+46
| | | | JVM, added Jre tests for this stuff
* Deferred object is not needed to be a plugin of gqueryManuel Carrasco Moñino2013-04-101-15/+1
|
* Fix casting exceptionManuel Carrasco Moñino2013-04-101-3/+1
|
* cosmetic and formal change of string sum by string builder. I believe it ↵Manuel Carrasco Moñino2013-04-091-9/+9
| | | | does not improves anything in compiled mode though.
* ConstantsManuel Carrasco Moñino2013-04-091-6/+5
|
* Naming int idexes, and adding a couple of comments to inner function to ↵Manuel Carrasco Moñino2013-04-083-18/+27
| | | | understand better the code
* Fix pipelined promises when the function returned promised was rejectedManuel Carrasco Moñino2013-04-064-8/+59
|
* Resolve referred with plain objects. Pass the same parameters to "done" ↵Manuel Carrasco Moñino2013-04-035-18/+100
| | | | functions than jquery does. More testing
* remove null argumentManuel Carrasco Moñino2013-04-021-1/+1
|
* Implement promises for QueuePlugin (valid for GQuery and Effects). Fix delay ↵Manuel Carrasco Moñino2013-04-026-74/+290
| | | | method in QueuePlugin which was executing functions twice, and fix dequeue as well. Added tests
* typoManuel Carrasco Moñino2013-03-311-1/+1
|
* Fix Deferred.Promise.then() since it should pipeline Promises returned by ↵Manuel Carrasco Moñino2013-03-233-178/+235
| | | | filter functions. More tests
* returned js values in runJavascriptFunctionImpl should be boxed, share ↵Manuel Carrasco Moñino2013-03-232-9/+36
| | | | method used for boxing js values
* typoManuel Carrasco Moñino2013-03-231-1/+1
|
* NLManuel Carrasco Moñino2013-03-215-5/+5
|
* Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-03-191-1/+6
|\
| * Support adding widgets to widgets which not override Panel.add method like ↵Manuel Carrasco Moñino2013-03-191-1/+6
| | | | | | | | tables
* | Re-write Promise.then since it must return a new promise instead of itselfManuel Carrasco Moñino2013-03-186-48/+105
| |
* | Remove methods not used anymoreManuel Carrasco Moñino2013-03-181-12/+0
| |