Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge pull request #8 from gwtquery/jd_event_delegation_2 | Julien Dramaix | 2013-01-21 | 2 | -14/+27 | |
| |\ \ | | | | | | | | | handle special event mouseenter or mouseleave in live and die method | |||||
| | * | | handle special event mouseenter or mouseleave in live and die method | jdramaix | 2013-01-07 | 2 | -14/+27 | |
| |/ / | ||||||
| * / | Add support for namespace/ multiple events in live and die methods | jdramaix | 2013-01-07 | 3 | -14/+160 | |
| |/ | ||||||
* / | Fix NPE when passing null functions | Manuel Carrasco Moñino | 2013-01-20 | 1 | -3/+5 | |
|/ | ||||||
* | Dont force position in animations when it is fixed. Fixes issue 160 | Manuel Carrasco Moñino | 2012-12-17 | 1 | -1/+1 | |
| | ||||||
* | Handle attachment of widgets created with elements which already belong to a ↵ | Manuel Carrasco Moñino | 2012-12-17 | 1 | -9/+34 | |
| | | | | widget. Fixes issue 163 | |||||
* | use DOM class to manipulate the original gwt event listener attribute | Manuel Carrasco Moñino | 2012-12-17 | 1 | -5/+3 | |
| | ||||||
* | Enable the closure compiler via a maven profile | Manuel Carrasco Moñino | 2012-12-17 | 1 | -1/+9 | |
| | ||||||
* | javadoc for method Properties.set(T, Function). Related with issue 154 | Manuel Carrasco Moñino | 2012-12-10 | 1 | -0/+7 | |
| | ||||||
* | Dont dispatch new added events when running the events dispatch loop. Fixes ↵ | Manuel Carrasco Moñino | 2012-12-10 | 2 | -1/+19 | |
| | | | | issue 152 | |||||
* | dont set tabIndex to window. Fixes issue 157 | Manuel Carrasco Moñino | 2012-12-10 | 1 | -1/+3 | |
| | ||||||
* | Add @Shardable to linker. Fixes issue 159 | Manuel Carrasco Moñino | 2012-12-10 | 1 | -0/+2 | |
| | ||||||
* | Fix isFunction in safari for ipad | Manuel Carrasco Moñino | 2012-12-07 | 1 | -32/+33 | |
| | ||||||
* | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2012-11-30 | 1 | -0/+2 | |
|\ | ||||||
| * | remove intellij idea generated file + ignore these files in future | jdramaix | 2012-11-26 | 6 | -60/+2 | |
| | | ||||||
| * | Merge branch 'master' of github.com:gwtquery/gwtquery | jdramaix | 2012-11-26 | 219 | -19885/+19216 | |
| |\ | | | | | | | | | | | | | Conflicts: pom.xml | |||||
| * | | fix gwt version to 2.5.0 | jdramaix | 2012-11-26 | 6 | -1/+61 | |
| | | | ||||||
* | | | Check filter parameter to avoid out of bound exception, issue seem in jsquery | Manuel Carrasco Moñino | 2012-11-30 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | End lines with LF instead of CRLF | Manuel Carrasco Moñino | 2012-11-26 | 213 | -18053/+18053 | |
| | | ||||||
* | | Merge pull request #2 from manolo/master | Julien Dramaix | 2012-11-26 | 3 | -22/+14 | |
|\ \ | | | | | | | removing unneeded call to $ in gquery and tests | |||||
| * | | Removing unneeded call to method $ in many places. Removing generic dollar ↵ | Manuel Carrasco Moñino | 2012-11-26 | 3 | -22/+14 | |
| | | | | | | | | | | | | method, not needed since we have the $(Object) signature | |||||
* | | | Merge pull request #1 from manolo/master | Julien Dramaix | 2012-11-26 | 27 | -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 Jenkins | Manuel Carrasco Moñino | 2012-11-26 | 2 | -3/+2 | |
| | | ||||||
| * | Removing GqUi to WidgetsUtils so as gquery doesnt have anything out of its ↵ | Manuel Carrasco Moñino | 2012-11-26 | 6 | -96/+95 | |
| | | | | | | | | namespace (access protected methods using jsni) | |||||
| * | Fix tests for htmlunit in 2.5.0 and for chrome-prod mode | Manuel Carrasco Moñino | 2012-11-26 | 7 | -209/+206 | |
| | | ||||||
| * | Adding getTextAsBoolean and getTextAsEnum to xmlbuilders | Manuel Carrasco Moñino | 2012-11-26 | 2 | -4/+20 | |
| | | ||||||
| * | merge | Manuel Carrasco Moñino | 2012-11-26 | 1 | -5/+5 | |
| |\ | |/ |/| | ||||||
* | | Java 1.5 doesn't support override annotation on method defined on an | jdramaix | 2012-11-18 | 1 | -1/+0 | |
| | | | | | | interface | |||||
* | | Merge branch 'master' of github.com:gwtquery/gwtquery | jdramaix | 2012-11-07 | 3 | -3/+18 | |
|\ \ | ||||||
* | | | html element is always considered as attached | jdramaix | 2012-11-07 | 1 | -5/+5 | |
| | | | ||||||
| | * | support IsWidget and List<IsWidget> | Manuel Carrasco Moñino | 2012-11-26 | 1 | -5/+6 | |
| | | | ||||||
| | * | Fix live() method failing when there were multiple functions for the same ↵ | Manuel Carrasco Moñino | 2012-11-07 | 2 | -7/+5 | |
| | | | | | | | | | | | | selector | |||||
| | * | This class was used for debuging, it must not be in the gquery repository | Manuel Carrasco Moñino | 2012-11-07 | 1 | -834/+0 | |
| | | | ||||||
| | * | Updating Lazy interfaces | Manuel Carrasco Moñino | 2012-11-07 | 4 | -793/+818 | |
| | | | ||||||
| | * | Adding a dollar method to handle any object and route it to the apropriate ↵ | Manuel Carrasco Moñino | 2012-11-07 | 3 | -39/+70 | |
| | | | | | | | | | | | | constructor. Handle js functions and arrays like jquery does | |||||
| | * | update poms to gwt 2.5.0 | Manuel Carrasco Moñino | 2012-11-07 | 3 | -5/+13 | |
| | | | ||||||
| | * | Adding a couple of methods in xmlbuilders to parse number and date values in ↵ | Manuel Carrasco Moñino | 2012-11-07 | 4 | -2/+100 | |
| |/ | | | | | | | 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 | 3 | -3/+18 | |
|/ | ||||||
* | fix issue with size computing when element is not attached | jdramaix | 2012-11-05 | 3 | -10/+43 | |
| | ||||||
* | Ajax should handle statusCode == 0 as an error | Manuel Carrasco Moñino | 2012-11-05 | 1 | -2/+7 | |
| | ||||||
* | Fix a NPE in queue plugin | Manuel Carrasco Moñino | 2012-10-31 | 1 | -1/+2 | |
| | ||||||
* | Adding a panel() method to widgets plugin so as gquery is able to convert ↵ | Manolo Carrasco | 2012-10-19 | 3 | -7/+61 | |
| | | | | any element in a gwt panel | |||||
* | re-use gwt dom methods to check whether a node is attached to the dom | Manolo Carrasco | 2012-10-19 | 1 | -5/+3 | |
| | ||||||
* | Merge branch 'master' of github.com:gwtquery/gwtquery | Manolo Carrasco | 2012-10-17 | 1 | -6/+6 | |
|\ | ||||||
| * | Merge branch 'master' of github.com:gwtquery/gwtquery | jdramaix | 2012-10-15 | 3 | -10/+39 | |
| |\ | ||||||
| * | | fix bug in hide method | jdramaix | 2012-10-15 | 1 | -6/+6 | |
| | | | ||||||
* | | | improve performance in native selector generators | Manolo Carrasco | 2012-10-17 | 4 | -1/+29 | |
| | | | ||||||
* | | | Use log instead of alert | Manolo Carrasco | 2012-10-17 | 2 | -4/+4 | |
| | | | ||||||
* | | | remove was failing in mobile devices | Manolo Carrasco | 2012-10-17 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | Append temporary dettached elements to the document so as we can correctly ↵ | Manolo Carrasco | 2012-10-12 | 2 | -8/+30 | |
| | | | | | | | | compute certain values |