aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* set the new snapshot versionManuel Carrasco Moñino2013-03-158-9/+9
|
* update archetype versionsManuel Carrasco Moñino2013-03-152-3/+3
|
* Removed unused maven pluginrelease-1.3.2Manuel Carrasco Moñino2013-03-151-15/+0
|
* Changing version so as we can release gquery 1.3.2Manuel Carrasco Moñino2013-03-158-9/+9
|
* Merge pull request #19 from manolo/propsManuel Carrasco2013-03-159-66/+197
|\ | | | | GQuery prop method
| * 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
| |
| * This change should not be committedManuel Carrasco Moñino2013-03-141-1/+1
| |
| * Implementation of prop methods so as we can read any property from any JSO ↵Manuel Carrasco Moñino2013-03-149-64/+191
|/ | | | and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1
* Bugfix: loop when calling ajax method. Fixes issue 174Manuel Carrasco Moñino2013-03-011-1/+1
|
* Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-02-280-0/+0
|\
| * Merge pull request #17 from manolo/masterManuel Carrasco2013-02-2814-101/+550
| |\ | | | | | | Changes in jsquery to support more methods. Implementation of Callbacks.
* | | little pom changesManuel Carrasco Moñino2013-02-282-2/+3
| |/ |/|
* | 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
| |
* | Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-02-200-0/+0
|\|
| * Merge pull request #16 from manolo/masterManuel Carrasco2013-02-201-238/+246
| |\ | | | | | | set abstract in JsQuery overlay class
| * \ Merge pull request #15 from manolo/masterJulien Dramaix2013-02-121-1/+1
| |\ \ | | | | | | | | Fix for IE8
* | | | Implement some methods which are in jquery but they werent in jsquery and ↵Manuel Carrasco Moñino2013-02-207-96/+196
| |_|/ |/| | | | | | | | gquery
* | | The find/replace action set abstract to interfaces which actually dont need itManuel Carrasco Moñino2013-02-141-6/+6
| | |
* | | Add TODO commentManuel Carrasco Moñino2013-02-141-0/+1
| | |
* | | Change overlay class to abstract so as we dont need dummy implementation of ↵Manuel Carrasco Moñino2013-02-141-244/+251
| |/ |/| | | | | methods
* | Fixed jsni exception when running certain selectors in IE8Manuel Carrasco Moñino2013-02-121-1/+1
|/
* Merge pull request #14 from manolo/masterJulien Dramaix2013-02-1114-74/+141
|\ | | | | Last changes on manolo's branch
| * 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
| * Remove svn references in pom, since we are using gitManuel Carrasco Moñino2013-02-071-20/+3
| |
| * 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).
| * Setting version to next snapshot iterationManuel Carrasco Moñino2013-02-078-9/+9
| |
| * Set archetype version to last stable deployedManuel Carrasco Moñino2013-02-071-1/+1
| |
| * remove svn wagonManuel Carrasco Moñino2013-02-071-5/+0
| |
| * Preparing archetype to deploy the release 1.3.1 to central reposManuel Carrasco Moñino2013-02-071-4/+4
| |
| * Updating archetype versionsManuel Carrasco Moñino2013-02-071-3/+3
| |
| * Setting pom version to last stable one so as we can tag itManuel Carrasco Moñino2013-02-078-9/+9
|/
* Merge pull request #13 from gwtquery/jd_fix_31Manuel Carrasco2013-01-222-0/+13
|\ | | | | Fix issue 12
| * 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
| |/
* | Merge pull request #7 from gwtquery/jd_event_delegationJulien Dramaix2013-01-213-16/+175
|\ \ | | | | | | Add support for namespace/ multiple events in live and die methods