aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add TODO commentManuel Carrasco Moñino2013-02-141-0/+1
* Change overlay class to abstract so as we dont need dummy implementation of m...Manuel Carrasco Moñino2013-02-141-244/+251
* 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
|\
| * Remove unused importManuel Carrasco Moñino2013-02-081-1/+0
| * Adding a utility function to call external functions from gwt without writing...Manuel Carrasco Moñino2013-02-083-5/+50
| * Allow arbitrary string as parameter when adding new elements to dom. Fixes is...Manuel Carrasco Moñino2013-02-082-2/+10
| * 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 pa...Manuel Carrasco Moñino2013-02-071-23/+39
| * 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 #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
|\
| * implement other signature of offset() method. Fix for issue 161 (google code)...jdramaix2013-01-072-12/+88
* | Merge pull request #6 from gwtquery/jd_issue168Julien Dramaix2013-01-211-2/+2
|\ \
| * | 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
|\ \
| * \ Merge pull request #8 from gwtquery/jd_event_delegation_2Julien Dramaix2013-01-212-14/+27
| |\ \
| | * | handle special event mouseenter or mouseleave in live and die methodjdramaix2013-01-072-14/+27
| |/ /
| * / Add support for namespace/ multiple events in live and die methodsjdramaix2013-01-073-14/+160
| |/
* / Fix NPE when passing null functionsManuel Carrasco Moñino2013-01-201-3/+5
|/
* Dont force position in animations when it is fixed. Fixes issue 160Manuel Carrasco Moñino2012-12-171-1/+1
* Handle attachment of widgets created with elements which already belong to a ...Manuel Carrasco Moñino2012-12-171-9/+34
* use DOM class to manipulate the original gwt event listener attributeManuel Carrasco Moñino2012-12-171-5/+3
* Enable the closure compiler via a maven profileManuel Carrasco Moñino2012-12-171-1/+9
* javadoc for method Properties.set(T, Function). Related with issue 154Manuel Carrasco Moñino2012-12-101-0/+7
* Dont dispatch new added events when running the events dispatch loop. Fixes i...Manuel Carrasco Moñino2012-12-102-1/+19
* dont set tabIndex to window. Fixes issue 157Manuel Carrasco Moñino2012-12-101-1/+3
* Add @Shardable to linker. Fixes issue 159Manuel Carrasco Moñino2012-12-101-0/+2
* Fix isFunction in safari for ipadManuel Carrasco Moñino2012-12-071-32/+33
* Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2012-11-301-0/+2
|\
| * remove intellij idea generated file + ignore these files in futurejdramaix2012-11-266-60/+2
| * Merge branch 'master' of github.com:gwtquery/gwtqueryjdramaix2012-11-26219-19885/+19216
| |\
| * | fix gwt version to 2.5.0jdramaix2012-11-266-1/+61
* | | Check filter parameter to avoid out of bound exception, issue seem in jsqueryManuel Carrasco Moñino2012-11-301-0/+4
| |/ |/|
* | End lines with LF instead of CRLFManuel Carrasco Moñino2012-11-26213-18053/+18053
* | Merge pull request #2 from manolo/masterJulien Dramaix2012-11-263-22/+14
|\ \
| * | Removing unneeded call to method $ in many places. Removing generic dollar me...Manuel Carrasco Moñino2012-11-263-22/+14
* | | Merge pull request #1 from manolo/masterJulien Dramaix2012-11-2627-1987/+1326
|\| | | |/ |/|
| * enable default module to compile, so as it can be run with JenkinsManuel Carrasco Moñino2012-11-262-3/+2
| * Removing GqUi to WidgetsUtils so as gquery doesnt have anything out of its na...Manuel Carrasco Moñino2012-11-266-96/+95