Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | making reject and resolve helper classes public, so as they work in very ↵ | Manuel Carrasco Moñino | 2013-04-24 | 1 | -0/+28 | |
| | | | | nested function when running in dev-mode. Make these functions available in the FunctionPromise class as well. | |||||
* | 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 | 1 | -19/+55 | |
| | | | | to promises | |||||
* | Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does ↵ | Manuel Carrasco Moñino | 2013-04-10 | 5 | -4/+237 | |
| | | | | 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 | 2 | -177/+2 | |
| | | | | JVM, added Jre tests for this stuff | |||||
* | Fix pipelined promises when the function returned promised was rejected | Manuel Carrasco Moñino | 2013-04-06 | 1 | -0/+41 | |
| | ||||||
* | Resolve referred with plain objects. Pass the same parameters to "done" ↵ | Manuel Carrasco Moñino | 2013-04-03 | 1 | -1/+25 | |
| | | | | functions than jquery does. More testing | |||||
* | Implement promises for QueuePlugin (valid for GQuery and Effects). Fix delay ↵ | Manuel Carrasco Moñino | 2013-04-02 | 1 | -1/+140 | |
| | | | | method in QueuePlugin which was executing functions twice, and fix dequeue as well. Added tests | |||||
* | Fix Deferred.Promise.then() since it should pipeline Promises returned by ↵ | Manuel Carrasco Moñino | 2013-03-23 | 2 | -127/+144 | |
| | | | | filter functions. More tests | |||||
* | Re-write Promise.then since it must return a new promise instead of itself | Manuel Carrasco Moñino | 2013-03-18 | 2 | -2/+43 | |
| | ||||||
* | Extract helper classes from the Deferred class, so as we dont get ↵ | Manuel Carrasco Moñino | 2013-03-18 | 1 | -3/+3 | |
| | | | | compilation errors if the project does not depend on RequestFactory. Move all Deferred stuff so its own namespace | |||||
* | Test nested promises | Manuel Carrasco Moñino | 2013-03-17 | 1 | -0/+47 | |
| | ||||||
* | Merge latest changes in gquery-1.3.2 | Manuel Carrasco Moñino | 2013-03-15 | 2 | -7/+42 | |
|\ | ||||||
| * | Remove comment | Manuel Carrasco Moñino | 2013-03-14 | 1 | -1/+0 | |
| | | ||||||
| * | Implementation of prop methods so as we can read any property from any JSO ↵ | Manuel Carrasco Moñino | 2013-03-14 | 2 | -7/+43 | |
| | | | | | | | | and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1 | |||||
* | | use getArgument | Manuel Carrasco Moñino | 2013-03-15 | 1 | -1/+1 | |
| | | ||||||
* | | Use getArgument in the test | Manuel Carrasco Moñino | 2013-03-15 | 1 | -64/+60 | |
| | | ||||||
* | | Add a couple of missing methods | Manuel Carrasco Moñino | 2013-03-15 | 1 | -5/+4 | |
| | | ||||||
* | | Create an interface for deferred. Create a utility abtract Promise to ↵ | Manuel Carrasco Moñino | 2013-03-15 | 1 | -0/+35 | |
| | | | | | | | | facilitate promise creation. Fix a NPE in callbacks | |||||
* | | Implementation of Deferred.when. Some changes and deprecations in Function ↵ | Manuel Carrasco Moñino | 2013-03-04 | 1 | -0/+39 | |
| | | | | | | | | (need discussion). All Ajax methods now returns a Deferred | |||||
* | | First implementation of Deferred and Promises. Ajax tests work. then ↵ | Manuel Carrasco Moñino | 2013-03-03 | 2 | -7/+7 | |
|/ | | | | implementation is not ok. Needs tests | |||||
* | Test callbacks disable method | Manuel Carrasco Moñino | 2013-02-27 | 1 | -0/+4 | |
| | ||||||
* | memory elements should be fired after adding new elements, and memory should ↵ | Manuel Carrasco Moñino | 2013-02-27 | 1 | -5/+12 | |
| | | | | be reset when a new fire comes. More tests | |||||
* | First step towards supporting Deferred: implementing Callbacks collections | Manuel Carrasco Moñino | 2013-02-22 | 2 | -0/+135 | |
| | ||||||
* | Fix edge case when properties string ends with coma | Manuel Carrasco Moñino | 2013-02-22 | 1 | -1/+1 | |
| | ||||||
* | Remove unused import | Manuel Carrasco Moñino | 2013-02-08 | 1 | -1/+0 | |
| | ||||||
* | Adding a utility function to call external functions from gwt without ↵ | Manuel Carrasco Moñino | 2013-02-08 | 1 | -0/+10 | |
| | | | | writing jsni | |||||
* | Allow arbitrary string as parameter when adding new elements to dom. Fixes ↵ | Manuel Carrasco Moñino | 2013-02-08 | 1 | -0/+9 | |
| | | | | issue 128 | |||||
* | Remove attribute after the property is set to null. Fixes issue 165 | Manuel Carrasco Moñino | 2013-02-07 | 1 | -0/+12 | |
| | ||||||
* | Merge pull request #4 from gwtquery/jd_offset | Julien Dramaix | 2013-01-21 | 1 | -0/+31 | |
|\ | | | | | Fix for issue #3 | |||||
| * | implement other signature of offset() method. Fix for issue 161 (google ↵ | jdramaix | 2013-01-07 | 1 | -0/+31 | |
| | | | | | | | | code)/ issue #3 (github) | |||||
* | | Add support for namespace/ multiple events in live and die methods | jdramaix | 2013-01-07 | 1 | -0/+72 | |
|/ | ||||||
* | Dont dispatch new added events when running the events dispatch loop. Fixes ↵ | Manuel Carrasco Moñino | 2012-12-10 | 1 | -0/+18 | |
| | | | | issue 152 | |||||
* | End lines with LF instead of CRLF | Manuel Carrasco Moñino | 2012-11-26 | 12 | -439/+439 | |
| | ||||||
* | Removing unneeded call to method $ in many places. Removing generic dollar ↵ | Manuel Carrasco Moñino | 2012-11-26 | 2 | -5/+5 | |
| | | | | method, not needed since we have the $(Object) signature | |||||
* | enable default module to compile, so as it can be run with Jenkins | Manuel Carrasco Moñino | 2012-11-26 | 1 | -2/+1 | |
| | ||||||
* | Fix tests for htmlunit in 2.5.0 and for chrome-prod mode | Manuel Carrasco Moñino | 2012-11-26 | 7 | -209/+206 | |
| | ||||||
* | Fix live() method failing when there were multiple functions for the same ↵ | Manuel Carrasco Moñino | 2012-11-07 | 1 | -6/+4 | |
| | | | | selector | |||||
* | Adding a couple of methods in xmlbuilders to parse number and date values in ↵ | Manuel Carrasco Moñino | 2012-11-07 | 1 | -0/+64 | |
| | | | | text elements. Adding a test for xmlbuilder | |||||
* | getText and setText in xml builders was not visible in generated classes | Manuel Carrasco Moñino | 2012-11-07 | 1 | -0/+3 | |
| | ||||||
* | fix issue with size computing when element is not attached | jdramaix | 2012-11-05 | 1 | -0/+12 | |
| | ||||||
* | Remove all references in the dataCache object whenever any queued function ↵ | Manolo Carrasco | 2012-10-02 | 1 | -0/+60 | |
| | | | | finishes. Remove empty references as well. Fixes issue132. | |||||
* | Adding support for wrapping gwt Functions as js-functions and viceversa in ↵ | Manolo Carrasco | 2012-10-01 | 1 | -2/+21 | |
| | | | | properties and json objects | |||||
* | Use native JSON.stringify when available. Fix to store native js numbers in ↵ | Manolo Carrasco | 2012-09-10 | 2 | -12/+18 | |
| | | | | Properties instead of gwt types. Handle char and byte types | |||||
* | Fix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng) | Manolo Carrasco | 2012-09-10 | 1 | -3/+22 | |
| | ||||||
* | test for issue 149 | Julien Dramaix | 2012-08-27 | 1 | -0/+25 | |
| | ||||||
* | implements mouseleave mouseenter special events + bug fixing on event mechanism | Julien Dramaix | 2012-08-22 | 1 | -392/+517 | |
| | ||||||
* | implement other signatures of nextAll and nextUntil methods | Julien Dramaix | 2012-07-28 | 1 | -3/+29 | |
| | ||||||
* | implement other signatures of prevAll and prevUntil methods | Julien Dramaix | 2012-07-25 | 1 | -2/+30 | |
| | ||||||
* | best handling of binding/unbinding string events with or whithout namespace | Julien Dramaix | 2012-05-18 | 1 | -20/+139 | |
| |