aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
* improve off and on methodsjd_offjdramaix2014-12-173-20/+157
|
* Merge pull request #319 from manolo/mcm_gwt270Julien Dramaix2014-12-169-97/+106
|\ | | | | Upgrading to gwt-2.7.0
| * Use surefire instead of gwt-maven so as we can run emmaManolo Carrasco2014-12-161-1/+1
| |
| * Upgrading to gwt-2.7.0Manolo Carrasco2014-12-159-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 predicateJean-Christophe Lariviere2014-12-121-2/+2
| |
* | Fix missing conditionJean-Christophe Lariviere2014-12-121-2/+2
| |
* | Fix spacingJean-Christophe Lariviere2014-12-121-2/+2
| |
* | Fix inverted conditionJean-Christophe Lariviere2014-12-121-1/+1
| |
* | Code review fixesJean-Christophe Lariviere2014-12-121-15/+20
| |
* | Overload parentsUntil() to match a nodeJean-Christophe Lariviere2014-12-113-3/+39
|/
* Replace arraylist by hashset in filter, which should improve betterManolo Carrasco2014-12-081-4/+3
|
* fix error in mergeManolo Carrasco2014-12-081-1/+1
|
* Merge pull request #314 from manolo/mcm_ie10_stdlinkerManuel Carrasco Moñino2014-12-076-4/+23
|\ | | | | Adding IE10 and deprecating stdoctype-linker.
| * Adding IE10 and deprecating stdoctype-linker.Manolo Carrasco2014-12-066-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 mergeManolo Carrasco2014-12-061-9/+20
| |
* | Adding support for var args to console.log like JS doesManolo Carrasco2014-12-066-27/+78
| |
* | Merge pull request #311 from manolo/masterManuel Carrasco Moñino2014-12-067-59/+153
|\ \ | | | | | | Faster implementation of filter.
| * | Move filter from GQuery to SelectorEngineManolo Carrasco2014-12-063-83/+113
| | |
| * | Faster implementation of filterManolo Carrasco2014-12-045-26/+90
| |/
* / isVisible should use predicate in selectorsManolo Carrasco2014-12-042-2/+4
|/
* Merge pull request #307 from ArcBees/spg_node_multi_selectorJulien Dramaix2014-11-171-7/+15
|\ | | | | Add varargs Node selector
| * Add varargs Node selectorspgingras2014-11-121-7/+15
| |
* | Replace org.json by elemental.jsonManolo Carrasco2014-10-263-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-devManolo Carrasco2014-10-251-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_stringjdramaix2014-09-272-6/+16
|
* Fix Exception when cleaning up. Support for web components tag namesManolo Carrasco2014-09-161-4/+5
|
* Fix testManolo Carrasco2014-06-121-2/+3
|
* Dont set units twice. Remove duplicated codeManolo Carrasco2014-06-122-28/+12
|
* Merge pull request #281 from gwtquery/mcm_loopJulien Dramaix2014-05-031-0/+9
|\ | | | | Fix loop when calling GQuery.slideToggle without arguments
| * Fix loopManolo Carrasco2014-04-301-0/+9
| |
* | Merge pull request #282 from gwtquery/mcm_element_deprecatedJulien Dramaix2014-05-031-0/+3
|\ \ | | | | | | deprecated a couple of methods.
| * | import orderManolo Carrasco2014-05-031-5/+5
| | |
| * | Deprecating methods with com.google.gwt.user.client.Element argumentsManolo Carrasco2014-05-032-5/+8
| |/
* | code reviewjdramaix2014-05-021-3/+4
| |
* | Merge branch 'master' of github.com:gwtquery/gwtquery into ↵jdramaix2014-05-023-7/+41
|\| | | | | | | jd_fix_custom_event_bubbling_ie
| * Adding missing methodsManolo Carrasco2014-04-212-3/+33
| |
| * Reflow is needed in FF.Manolo Carrasco2014-04-211-3/+7
| |
| * Fix infinite loopManolo Carrasco2014-04-201-1/+1
| |
* | Fix event bubbling for custom event for IE6-8.jdramaix2014-04-101-2/+20
|/
* Fixes issue #274Manuel Carrasco Moñino2014-03-102-2/+22
|
* Merge pull request #273 from gwtquery/jd_fix_special_event_namespceManuel Carrasco2014-03-052-5/+31
|\ | | | | fix issue when unbind special events only with namespace
| * remove unused importjdramaix2014-03-041-1/+0
| |
| * fix issue when unbind special events only with namespacejdramaix2014-03-042-5/+32
| |
* | Merge pull request #272 from apanizo/masterManuel Carrasco2014-03-051-15/+17
|\ \ | |/ |/| Exception when parsing empty response.getText()
| * Exception when parsing empty response.getText(), and the dataType isAdolfo Panizo2014-03-051-15/+17
| | | | | | necessary for the request.
* | In java we should use unix separator always. Fixes issue #271Manuel Carrasco Moñino2014-02-251-3/+3
| |
* | remove printstackManuel Carrasco Moñino2014-02-201-1/+0
| |
* | Dont try to fix json strings by default, to avoiding quoted numbers and null ↵Manuel Carrasco Moñino2014-02-188-8/+61
| | | | | | | | be unquoted
* | Fix bad parsing null in jreManuel Carrasco Moñino2014-02-182-7/+11
|/
* Return the String representation of the object like client sidei doesmcm_fixesManuel Carrasco Moñino2014-02-091-1/+1
|