index
:
gwtquery.git
gquery_1_4_release
jDramaix-patch-1
jd_fix_data_string
jd_off
master
mcm_fixes
release-1.3.3
A jQuery clone for GWT, and much more: https://github.com/gwtquery/gwtquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gwtquery-core
/
src
/
test
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests
Manolo Carrasco
2015-01-29
1
-4
/
+4
*
Utility method to export a function
Manolo Carrasco
2015-01-14
1
-8
/
+21
*
Adding more testing and fixes
Manolo Carrasco
2015-01-07
1
-12
/
+70
*
Adding Julien review suggestions.
Manolo Carrasco
2015-01-04
2
-3
/
+42
*
Allow to use customized animations. And Fixes.
Manolo Carrasco
2015-01-03
2
-11
/
+43
*
Merge branch 'master' into mcm_special_events
Manolo Carrasco
2015-01-02
1
-2
/
+5
|
\
|
*
Make TC windows happy
Manolo Carrasco
2015-01-02
2
-6
/
+15
*
|
Merge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco
2015-01-02
2
-4
/
+10
|
\
\
|
*
|
Make TC windows happy
Manolo Carrasco
2015-01-02
2
-4
/
+10
|
|
/
*
|
Merge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco
2015-01-02
2
-2
/
+69
|
\
|
|
*
Using GQuery var instance instead of evaluating selector multiple
Adolfo Panizo
2014-12-26
1
-2
/
+2
|
*
using assertTrue and asserFalse instead of assertEquals(true/false, ...)
Adolfo Panizo
2014-12-26
1
-2
/
+2
|
*
Using isVisible for widget selector test. Also removingFromParent
Adolfo Panizo
2014-12-26
1
-3
/
+4
|
*
nodeType property error when using selectors like: $(widget)
Adolfo Panizo
2014-12-26
1
-0
/
+9
|
*
Fix for @Name in strip() implementation on the VM (added some refactors)
Adolfo Panizo
2014-12-26
1
-0
/
+6
|
*
Make strip recursive in server side.
Manolo Carrasco
2014-12-25
1
-17
/
+30
|
*
Fix client-side code
Manolo Carrasco
2014-12-25
2
-66
/
+6
|
*
Implementing strip() on isProperties
Adolfo Panizo
2014-12-25
2
-5
/
+57
|
*
Parsing only methods specified in JsonBuilder interface from a given json.
Adolfo Panizo
2014-12-25
1
-0
/
+46
*
|
Change EvPart name, remove focusin/focusout aliases.
Manolo Carrasco
2014-12-30
1
-22
/
+0
*
|
trigger methods should work with namespaces
Manolo Carrasco
2014-12-24
1
-0
/
+12
*
|
re-factor SpecialEffects in order to make easier new specials.
Manolo Carrasco
2014-12-21
1
-1
/
+22
*
|
Handle live and die special events
Manolo Carrasco
2014-12-21
1
-8
/
+48
*
|
Implement API based on jQuery for special events
Manolo Carrasco
2014-12-21
1
-1
/
+7
|
/
*
Adding support for custom html elements.
Manolo Carrasco
2014-12-18
5
-29
/
+118
*
improve off and on methods
jd_off
jdramaix
2014-12-17
2
-19
/
+145
*
Merge pull request #319 from manolo/mcm_gwt270
Julien Dramaix
2014-12-16
7
-92
/
+100
|
\
|
*
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
7
-91
/
+99
*
|
Fix spacing
Jean-Christophe Lariviere
2014-12-12
1
-2
/
+2
*
|
Overload parentsUntil() to match a node
Jean-Christophe Lariviere
2014-12-11
1
-0
/
+13
|
/
*
Faster implementation of filter
Manolo Carrasco
2014-12-04
1
-1
/
+0
*
Replace org.json by elemental.json
Manolo Carrasco
2014-10-26
2
-20
/
+38
*
Fix bug with data("nonExistingKey", String.class)
jd_fix_data_string
jdramaix
2014-09-27
1
-5
/
+15
*
Fix test
Manolo Carrasco
2014-06-12
1
-2
/
+3
*
Fixes issue #274
Manuel Carrasco Moñino
2014-03-10
1
-0
/
+12
*
fix issue when unbind special events only with namespace
jdramaix
2014-03-04
1
-0
/
+23
*
Dont try to fix json strings by default, to avoiding quoted numbers and null ...
Manuel Carrasco Moñino
2014-02-18
2
-2
/
+23
*
Fix bad parsing null in jre
Manuel Carrasco Moñino
2014-02-18
1
-1
/
+3
*
Refactoring using more meaningful names for properties interface and getter
Manolo Carrasco
2014-01-27
1
-5
/
+5
*
Dont set credentials by default for ajax requests. Fixes issue #261
Manolo Carrasco
2014-01-27
3
-2
/
+49
*
Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_j...
Manolo Carrasco
2014-01-20
1
-5
/
+7
|
\
|
*
Use Constants to set Json content-type and simply code
Manuel Carrasco Moñino
2014-01-19
1
-5
/
+7
*
|
merge
Manolo Carrasco
2014-01-20
1
-0
/
+4
*
|
merge
Manolo Carrasco
2014-01-20
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix json test
jdramaix
2014-01-07
1
-7
/
+8
*
|
Use gwtSetup instead of constructor in gwt test
Manuel Carrasco Moñino
2014-01-07
1
-2
/
+2
*
|
Test refactoring. Remove hacked classes used during testing
Manuel Carrasco Moñino
2014-01-06
8
-2048
/
+18
*
|
Fix tests, and clean servlet output
Manuel Carrasco Moñino
2014-01-05
18
-78
/
+411
*
|
Fix timeout and CORS implementation of JVM
Manolo Carrasco
2014-01-05
5
-169
/
+168
[next]