aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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 method
| | * | 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
| | | | widget. Fixes issue 163
* 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 ↵Manuel Carrasco Moñino2012-12-102-1/+19
| | | | issue 152
* 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
| |\ | | | | | | | | | | | | Conflicts: pom.xml
| * | 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 $ in gquery and tests
| * | Removing unneeded call to method $ in many places. Removing generic dollar ↵Manuel Carrasco Moñino2012-11-263-22/+14
| | | | | | | | | | | | method, not needed since we have the $(Object) signature
* | | Merge pull request #1 from manolo/masterJulien Dramaix2012-11-2627-1987/+1326
|\| | | |/ |/| Pull to merge last changes in my tree to main trunk.
| * 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 ↵Manuel Carrasco Moñino2012-11-266-96/+95
| | | | | | | | namespace (access protected methods using jsni)
| * Fix tests for htmlunit in 2.5.0 and for chrome-prod modeManuel Carrasco Moñino2012-11-267-209/+206
| |
| * Adding getTextAsBoolean and getTextAsEnum to xmlbuildersManuel Carrasco Moñino2012-11-262-4/+20
| |
| * mergeManuel Carrasco Moñino2012-11-261-5/+5
| |\ | |/ |/|
* | Java 1.5 doesn't support override annotation on method defined on anjdramaix2012-11-181-1/+0
| | | | | | interface
* | Merge branch 'master' of github.com:gwtquery/gwtqueryjdramaix2012-11-073-3/+18
|\ \
* | | html element is always considered as attachedjdramaix2012-11-071-5/+5
| | |
| | * support IsWidget and List<IsWidget>Manuel Carrasco Moñino2012-11-261-5/+6
| | |
| | * Fix live() method failing when there were multiple functions for the same ↵Manuel Carrasco Moñino2012-11-072-7/+5
| | | | | | | | | | | | selector
| | * This class was used for debuging, it must not be in the gquery repositoryManuel Carrasco Moñino2012-11-071-834/+0
| | |
| | * Updating Lazy interfacesManuel Carrasco Moñino2012-11-074-793/+818
| | |
| | * Adding a dollar method to handle any object and route it to the apropriate ↵Manuel Carrasco Moñino2012-11-073-39/+70
| | | | | | | | | | | | constructor. Handle js functions and arrays like jquery does
| | * update poms to gwt 2.5.0Manuel Carrasco Moñino2012-11-073-5/+13
| | |
| | * Adding a couple of methods in xmlbuilders to parse number and date values in ↵Manuel Carrasco Moñino2012-11-074-2/+100
| |/ | | | | | | text elements. Adding a test for xmlbuilder
| * getText and setText in xml builders was not visible in generated classesManuel Carrasco Moñino2012-11-073-3/+18
|/
* fix issue with size computing when element is not attachedjdramaix2012-11-053-10/+43
|
* Ajax should handle statusCode == 0 as an errorManuel Carrasco Moñino2012-11-051-2/+7
|
* Fix a NPE in queue pluginManuel Carrasco Moñino2012-10-311-1/+2
|
* Adding a panel() method to widgets plugin so as gquery is able to convert ↵Manolo Carrasco2012-10-193-7/+61
| | | | any element in a gwt panel
* re-use gwt dom methods to check whether a node is attached to the domManolo Carrasco2012-10-191-5/+3
|
* Merge branch 'master' of github.com:gwtquery/gwtqueryManolo Carrasco2012-10-171-6/+6
|\
| * Merge branch 'master' of github.com:gwtquery/gwtqueryjdramaix2012-10-153-10/+39
| |\
| * | fix bug in hide methodjdramaix2012-10-151-6/+6
| | |
* | | improve performance in native selector generatorsManolo Carrasco2012-10-174-1/+29
| | |
* | | Use log instead of alertManolo Carrasco2012-10-172-4/+4
| | |
* | | remove was failing in mobile devicesManolo Carrasco2012-10-171-1/+2
| |/ |/|
* | Append temporary dettached elements to the document so as we can correctly ↵Manolo Carrasco2012-10-122-8/+30
| | | | | | | | compute certain values