aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Make clip-animation extend properties-animation, so as we can mix clip ↵Manuel Carrasco Moñino2013-11-091-28/+41
| | | | effects with any other property. Fixed some issues in this class as well
* Fix "or" tests. Remove javadoc lineManuel Carrasco Moñino2013-11-093-10/+3
|
* Fix "then()" method so as it behaves like jQuery breaking the flow if ↵Manuel Carrasco Moñino2013-11-093-41/+162
| | | | previous fails. Add convenient method "or()" to continue the flow when we have different options to resolve an asynchronous process. Add "and()" method as an alias to "then()". "and()" and "or()" makes gQuery promises much more useful and declarative.
* Remove useless method from Effects pluginManuel Carrasco Moñino2013-11-041-22/+0
|
* Remove transitions method from GQueryManuel Carrasco Moñino2013-11-041-35/+0
|
* Remove usage of deprecated classManuel Carrasco Moñino2013-11-042-35/+30
|
* Define Browser implementation in GQueryMin. Fix NPE when visiting ↵Manuel Carrasco Moñino2013-11-042-23/+30
| | | | BrowserGenerator multiple times with the same ua
* Update lazy interfacesManuel Carrasco Moñino2013-11-032-16/+76
|
* Support for transition chainning and queueingManuel Carrasco Moñino2013-11-032-15/+28
|
* Fix lenght check. Reflow before setting transitionManuel Carrasco Moñino2013-11-031-2/+4
|
* Use vendor names by default, otherwise certain chrome versions failManuel Carrasco Moñino2013-11-031-8/+9
|
* Force reflow instead of calling a timerManuel Carrasco Moñino2013-11-031-6/+10
|
* remove temporary data to avoid memory leaksManuel Carrasco Moñino2013-11-031-1/+3
|
* Add curly brackets. Remove static referenceManuel Carrasco Moñino2013-11-032-10/+10
|
* IE is case sensitiveManuel Carrasco Moñino2013-11-011-1/+1
|
* Adding Transitions plugin for CSS3 animationsManuel Carrasco Moñino2013-11-012-0/+343
|
* Simple Implementation of console.logManuel Carrasco Moñino2013-11-011-0/+10
|
* 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
|