aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add copyright to new filesManuel Carrasco Moñino2013-03-185-0/+65
| |
* | Add two methods present in the jquery Promise objectManuel Carrasco Moñino2013-03-184-6/+24
| |
* | reduce visibility of DeferredPromiseImplManuel Carrasco Moñino2013-03-181-1/+1
| |
* | Extract helper classes from the Deferred class, so as we dont get ↵Manuel Carrasco Moñino2013-03-1812-452/+480
| | | | | | | | compilation errors if the project does not depend on RequestFactory. Move all Deferred stuff so its own namespace
* | Use RequestBuilder Deferred helpers in Ajax plugin to simply the codeManuel Carrasco Moñino2013-03-181-77/+21
| |
* | Fix NPEManuel Carrasco Moñino2013-03-181-1/+1
| |
* | Promise helper for JsonpRequestBuilderManuel Carrasco Moñino2013-03-181-1/+51
|/
* javadoc typoManuel Carrasco Moñino2013-03-181-1/+1
|
* use argumentsManuel Carrasco Moñino2013-03-171-9/+10
|
* Adding some utility classes to create Promises for GWT RequestBuilder, RPC ↵Manuel Carrasco Moñino2013-03-172-6/+117
| | | | and RFC services
* Test nested promisesManuel Carrasco Moñino2013-03-171-0/+47
|
* Implement Promises for GWT RPC servicesManuel Carrasco Moñino2013-03-171-9/+32
|
* Fix jsni syntax error after mergingManuel Carrasco Moñino2013-03-152-6/+39
|
* Merge latest changes in gquery-1.3.2Manuel Carrasco Moñino2013-03-158-61/+189
|\
| * Enclose println used warn the user in dev mode in a block so as it does not ↵Manuel Carrasco Moñino2013-03-153-5/+10
| | | | | | | | generates any code in production
| * Remove commentManuel Carrasco Moñino2013-03-141-1/+0
| |
| * Implementation of prop methods so as we can read any property from any JSO ↵Manuel Carrasco Moñino2013-03-148-61/+188
| | | | | | | | and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1
* | Change constructors of DeferredPromiseImpl. Some cosmetic changesManuel Carrasco Moñino2013-03-152-29/+30
| |
* | use getArgumentManuel Carrasco Moñino2013-03-151-1/+1
| |
* | Use getArgument in the testManuel Carrasco Moñino2013-03-151-64/+60
| |
* | Add a couple of missing methodsManuel Carrasco Moñino2013-03-153-5/+18
| |
* | small re-ractoringManuel Carrasco Moñino2013-03-151-10/+10
| |
* | Make setters in function chainable. Deprecate setters and getters in ↵Manuel Carrasco Moñino2013-03-151-12/+80
| | | | | | | | Function in favor of arguments. Safety methods to read arguments
* | Create an interface for deferred. Create a utility abtract Promise to ↵Manuel Carrasco Moñino2013-03-155-21/+138
| | | | | | | | facilitate promise creation. Fix a NPE in callbacks
* | remove eclipse warningsManuel Carrasco Moñino2013-03-042-4/+0
| |
* | We dont need to deal with XMLHttpRequest right now, it is ok to continue ↵Manuel Carrasco Moñino2013-03-041-114/+0
| | | | | | | | using RequestBuilder
* | Implementation of Deferred.when. Some changes and deprecations in Function ↵Manuel Carrasco Moñino2013-03-047-111/+318
| | | | | | | | (need discussion). All Ajax methods now returns a Deferred
* | First implementation of Deferred and Promises. Ajax tests work. then ↵Manuel Carrasco Moñino2013-03-039-66/+424
|/ | | | implementation is not ok. Needs tests
* Bugfix: loop when calling ajax method. Fixes issue 174Manuel Carrasco Moñino2013-03-011-1/+1
|
* Dont add more callbacks when disabledManuel Carrasco Moñino2013-02-271-9/+10
|
* Test callbacks disable methodManuel Carrasco Moñino2013-02-272-1/+5
|
* memory elements should be fired after adding new elements, and memory should ↵Manuel Carrasco Moñino2013-02-272-27/+45
| | | | be reset when a new fire comes. More tests
* First step towards supporting Deferred: implementing Callbacks collectionsManuel Carrasco Moñino2013-02-226-3/+326
|
* Fix null exceptionManuel Carrasco Moñino2013-02-221-1/+3
|
* Fix edge case when properties string ends with comaManuel Carrasco Moñino2013-02-222-2/+3
|
* Implement some methods which are in jquery but they werent in jsquery and ↵Manuel Carrasco Moñino2013-02-206-66/+135
| | | | gquery
* Fixed jsni exception when running certain selectors in IE8Manuel Carrasco Moñino2013-02-121-1/+1
|
* Remove unused importManuel Carrasco Moñino2013-02-081-1/+0
|
* Adding a utility function to call external functions from gwt without ↵Manuel Carrasco Moñino2013-02-083-5/+50
| | | | writing jsni
* Allow arbitrary string as parameter when adding new elements to dom. Fixes ↵Manuel Carrasco Moñino2013-02-082-2/+10
| | | | issue 128
* Change method signatureManuel Carrasco Moñino2013-02-071-1/+1
|
* Remove attribute after the property is set to null. Fixes issue 165Manuel Carrasco Moñino2013-02-073-3/+24
|
* Fixes issue 170Manuel Carrasco Moñino2013-02-071-1/+1
|
* Update javadocs so as we explain better the meaning of a dollar in the key ↵Manuel Carrasco Moñino2013-02-071-23/+39
| | | | part of animation parameters. Fixes issue 168 (google). Fixes issue #5 (github).
* fix issue #12jdramaix2013-01-231-0/+7
|
* fix issue #12jdramaix2013-01-231-0/+6
|
* Merge pull request #4 from gwtquery/jd_offsetJulien Dramaix2013-01-212-12/+88
|\ | | | | Fix for issue #3
| * implement other signature of offset() method. Fix for issue 161 (google ↵jdramaix2013-01-072-12/+88
| | | | | | | | code)/ issue #3 (github)
* | Merge pull request #6 from gwtquery/jd_issue168Julien Dramaix2013-01-211-2/+2
|\ \ | | | | | | javadoc correction : fix issue #5 (github)/ issue 168 (google code)
| * | javadoc correction : fix issue #5 (github)/ issue 168 (google code)jdramaix2013-01-071-2/+2
| |/