aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Fix testsManolo Carrasco2015-01-291-4/+4
* Utility method to export a functionManolo Carrasco2015-01-141-8/+21
* Adding more testing and fixesManolo Carrasco2015-01-071-12/+70
* Adding Julien review suggestions.Manolo Carrasco2015-01-042-3/+42
* Allow to use customized animations. And Fixes.Manolo Carrasco2015-01-032-11/+43
* Merge branch 'master' into mcm_special_eventsManolo Carrasco2015-01-021-2/+5
|\
| * Make TC windows happyManolo Carrasco2015-01-022-6/+15
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-022-4/+10
|\ \
| * | Make TC windows happyManolo Carrasco2015-01-022-4/+10
| |/
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-022-2/+69
|\|
| * Using GQuery var instance instead of evaluating selector multipleAdolfo Panizo2014-12-261-2/+2
| * using assertTrue and asserFalse instead of assertEquals(true/false, ...)Adolfo Panizo2014-12-261-2/+2
| * Using isVisible for widget selector test. Also removingFromParentAdolfo Panizo2014-12-261-3/+4
| * nodeType property error when using selectors like: $(widget)Adolfo Panizo2014-12-261-0/+9
| * Fix for @Name in strip() implementation on the VM (added some refactors)Adolfo Panizo2014-12-261-0/+6
| * Make strip recursive in server side.Manolo Carrasco2014-12-251-17/+30
| * Fix client-side codeManolo Carrasco2014-12-252-66/+6
| * Implementing strip() on isPropertiesAdolfo Panizo2014-12-252-5/+57
| * Parsing only methods specified in JsonBuilder interface from a given json.Adolfo Panizo2014-12-251-0/+46
* | Change EvPart name, remove focusin/focusout aliases.Manolo Carrasco2014-12-301-22/+0
* | trigger methods should work with namespacesManolo Carrasco2014-12-241-0/+12
* | re-factor SpecialEffects in order to make easier new specials.Manolo Carrasco2014-12-211-1/+22
* | Handle live and die special eventsManolo Carrasco2014-12-211-8/+48
* | Implement API based on jQuery for special eventsManolo Carrasco2014-12-211-1/+7
|/
* Adding support for custom html elements.Manolo Carrasco2014-12-185-29/+118
* improve off and on methodsjd_offjdramaix2014-12-172-19/+145
* Merge pull request #319 from manolo/mcm_gwt270Julien Dramaix2014-12-167-92/+100
|\
| * 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-157-91/+99
* | Fix spacingJean-Christophe Lariviere2014-12-121-2/+2
* | Overload parentsUntil() to match a nodeJean-Christophe Lariviere2014-12-111-0/+13
|/
* Faster implementation of filterManolo Carrasco2014-12-041-1/+0
* Replace org.json by elemental.jsonManolo Carrasco2014-10-262-20/+38
* Fix bug with data("nonExistingKey", String.class)jd_fix_data_stringjdramaix2014-09-271-5/+15
* Fix testManolo Carrasco2014-06-121-2/+3
* Fixes issue #274Manuel Carrasco Moñino2014-03-101-0/+12
* fix issue when unbind special events only with namespacejdramaix2014-03-041-0/+23
* Dont try to fix json strings by default, to avoiding quoted numbers and null ...Manuel Carrasco Moñino2014-02-182-2/+23
* Fix bad parsing null in jreManuel Carrasco Moñino2014-02-181-1/+3
* Refactoring using more meaningful names for properties interface and getterManolo Carrasco2014-01-271-5/+5
* Dont set credentials by default for ajax requests. Fixes issue #261Manolo Carrasco2014-01-273-2/+49
* Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_j...Manolo Carrasco2014-01-201-5/+7
|\
| * Use Constants to set Json content-type and simply codeManuel Carrasco Moñino2014-01-191-5/+7
* | mergeManolo Carrasco2014-01-201-0/+4
* | mergeManolo Carrasco2014-01-201-2/+1
|\ \ | |/ |/|
| * fix json testjdramaix2014-01-071-7/+8
* | Use gwtSetup instead of constructor in gwt testManuel Carrasco Moñino2014-01-071-2/+2
* | Test refactoring. Remove hacked classes used during testingManuel Carrasco Moñino2014-01-068-2048/+18
* | Fix tests, and clean servlet outputManuel Carrasco Moñino2014-01-0518-78/+411
* | Fix timeout and CORS implementation of JVMManolo Carrasco2014-01-055-169/+168