Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve off and on methodsjd_off | jdramaix | 2014-12-17 | 3 | -20/+157 |
| | |||||
* | Merge pull request #319 from manolo/mcm_gwt270 | Julien Dramaix | 2014-12-16 | 9 | -97/+106 |
|\ | | | | | Upgrading to gwt-2.7.0 | ||||
| * | Use surefire instead of gwt-maven so as we can run emma | Manolo Carrasco | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | Upgrading to gwt-2.7.0 | Manolo Carrasco | 2014-12-15 | 9 | -96/+105 |
| | | | | | | | | | | | | - Making tests pass - Fixing a couple of issues failing with new RegExp. - Adding profiles to run tests in prod mode | ||||
* | | Use right f() in predicate | Jean-Christophe Lariviere | 2014-12-12 | 1 | -2/+2 |
| | | |||||
* | | Fix missing condition | Jean-Christophe Lariviere | 2014-12-12 | 1 | -2/+2 |
| | | |||||
* | | Fix spacing | Jean-Christophe Lariviere | 2014-12-12 | 1 | -2/+2 |
| | | |||||
* | | Fix inverted condition | Jean-Christophe Lariviere | 2014-12-12 | 1 | -1/+1 |
| | | |||||
* | | Code review fixes | Jean-Christophe Lariviere | 2014-12-12 | 1 | -15/+20 |
| | | |||||
* | | Overload parentsUntil() to match a node | Jean-Christophe Lariviere | 2014-12-11 | 3 | -3/+39 |
|/ | |||||
* | Replace arraylist by hashset in filter, which should improve better | Manolo Carrasco | 2014-12-08 | 1 | -4/+3 |
| | |||||
* | fix error in merge | Manolo Carrasco | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #314 from manolo/mcm_ie10_stdlinker | Manuel Carrasco Moñino | 2014-12-07 | 6 | -4/+23 |
|\ | | | | | Adding IE10 and deprecating stdoctype-linker. | ||||
| * | Adding IE10 and deprecating stdoctype-linker. | Manolo Carrasco | 2014-12-06 | 6 | -4/+23 |
| | | | | | | | | | | | | Adding missing create method in super GQ. Deprecating IFrameWithDocTypeLinker so as we can remove soon We dont force to load it anymore | ||||
* | | Forgot to update lazy interfaces in last merge | Manolo Carrasco | 2014-12-06 | 1 | -9/+20 |
| | | |||||
* | | Adding support for var args to console.log like JS does | Manolo Carrasco | 2014-12-06 | 6 | -27/+78 |
| | | |||||
* | | Merge pull request #311 from manolo/master | Manuel Carrasco Moñino | 2014-12-06 | 7 | -59/+153 |
|\ \ | | | | | | | Faster implementation of filter. | ||||
| * | | Move filter from GQuery to SelectorEngine | Manolo Carrasco | 2014-12-06 | 3 | -83/+113 |
| | | | |||||
| * | | Faster implementation of filter | Manolo Carrasco | 2014-12-04 | 5 | -26/+90 |
| |/ | |||||
* / | isVisible should use predicate in selectors | Manolo Carrasco | 2014-12-04 | 2 | -2/+4 |
|/ | |||||
* | Merge pull request #307 from ArcBees/spg_node_multi_selector | Julien Dramaix | 2014-11-17 | 1 | -7/+15 |
|\ | | | | | Add varargs Node selector | ||||
| * | Add varargs Node selector | spgingras | 2014-11-12 | 1 | -7/+15 |
| | | |||||
* | | Replace org.json by elemental.json | Manolo Carrasco | 2014-10-26 | 3 | -172/+195 |
|/ | | | | | | Include only the elemental.json stuff for JVM needed to run GQuery JsonBuilders in server side without depending on anything but gwtquery.jar. | ||||
* | Make GQ server side not depends on gwt-servlet not gwt-dev | Manolo Carrasco | 2014-10-25 | 1 | -19/+54 |
| | | | | | | | Adding org.json dependency since we depend on it, and 2.7 uses a rebased version of android.json. We will have this dependency in snapshot until we replace json usage in server side, but we have to remove before releasing gquery. | ||||
* | Fix bug with data("nonExistingKey", String.class)jd_fix_data_string | jdramaix | 2014-09-27 | 2 | -6/+16 |
| | |||||
* | Fix Exception when cleaning up. Support for web components tag names | Manolo Carrasco | 2014-09-16 | 1 | -4/+5 |
| | |||||
* | Fix test | Manolo Carrasco | 2014-06-12 | 1 | -2/+3 |
| | |||||
* | Dont set units twice. Remove duplicated code | Manolo Carrasco | 2014-06-12 | 2 | -28/+12 |
| | |||||
* | Merge pull request #281 from gwtquery/mcm_loop | Julien Dramaix | 2014-05-03 | 1 | -0/+9 |
|\ | | | | | Fix loop when calling GQuery.slideToggle without arguments | ||||
| * | Fix loop | Manolo Carrasco | 2014-04-30 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #282 from gwtquery/mcm_element_deprecated | Julien Dramaix | 2014-05-03 | 1 | -0/+3 |
|\ \ | | | | | | | deprecated a couple of methods. | ||||
| * | | import order | Manolo Carrasco | 2014-05-03 | 1 | -5/+5 |
| | | | |||||
| * | | Deprecating methods with com.google.gwt.user.client.Element arguments | Manolo Carrasco | 2014-05-03 | 2 | -5/+8 |
| |/ | |||||
* | | code review | jdramaix | 2014-05-02 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'master' of github.com:gwtquery/gwtquery into ↵ | jdramaix | 2014-05-02 | 3 | -7/+41 |
|\| | | | | | | | jd_fix_custom_event_bubbling_ie | ||||
| * | Adding missing methods | Manolo Carrasco | 2014-04-21 | 2 | -3/+33 |
| | | |||||
| * | Reflow is needed in FF. | Manolo Carrasco | 2014-04-21 | 1 | -3/+7 |
| | | |||||
| * | Fix infinite loop | Manolo Carrasco | 2014-04-20 | 1 | -1/+1 |
| | | |||||
* | | Fix event bubbling for custom event for IE6-8. | jdramaix | 2014-04-10 | 1 | -2/+20 |
|/ | |||||
* | Fixes issue #274 | Manuel Carrasco Moñino | 2014-03-10 | 2 | -2/+22 |
| | |||||
* | Merge pull request #273 from gwtquery/jd_fix_special_event_namespce | Manuel Carrasco | 2014-03-05 | 2 | -5/+31 |
|\ | | | | | fix issue when unbind special events only with namespace | ||||
| * | remove unused import | jdramaix | 2014-03-04 | 1 | -1/+0 |
| | | |||||
| * | fix issue when unbind special events only with namespace | jdramaix | 2014-03-04 | 2 | -5/+32 |
| | | |||||
* | | Merge pull request #272 from apanizo/master | Manuel Carrasco | 2014-03-05 | 1 | -15/+17 |
|\ \ | |/ |/| | Exception when parsing empty response.getText() | ||||
| * | Exception when parsing empty response.getText(), and the dataType is | Adolfo Panizo | 2014-03-05 | 1 | -15/+17 |
| | | | | | | necessary for the request. | ||||
* | | In java we should use unix separator always. Fixes issue #271 | Manuel Carrasco Moñino | 2014-02-25 | 1 | -3/+3 |
| | | |||||
* | | remove printstack | Manuel Carrasco Moñino | 2014-02-20 | 1 | -1/+0 |
| | | |||||
* | | Dont try to fix json strings by default, to avoiding quoted numbers and null ↵ | Manuel Carrasco Moñino | 2014-02-18 | 8 | -8/+61 |
| | | | | | | | | be unquoted | ||||
* | | Fix bad parsing null in jre | Manuel Carrasco Moñino | 2014-02-18 | 2 | -7/+11 |
|/ | |||||
* | Return the String representation of the object like client sidei doesmcm_fixes | Manuel Carrasco Moñino | 2014-02-09 | 1 | -1/+1 |
| |