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
/
main
/
java
/
com
/
google
/
gwt
/
query
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup
Maxime Mériouma-Caron
2016-02-01
3
-13
/
+11
*
Fix databind tests
Maxime Mériouma-Caron
2015-12-01
1
-1
/
+1
*
When doing data binding over a list attribute, return an empty list or
apanizo
2015-05-26
1
-1
/
+7
*
Merge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco
2015-01-02
5
-284
/
+403
|
\
|
*
Merge branch 'master' into mcm_styling
Manolo Carrasco
2015-01-02
2
-248
/
+329
|
|
\
|
|
*
Adding documentation and renaming some vars
Adolfo Panizo
2014-12-26
1
-25
/
+20
|
|
*
Separating JsonBuilderHanler into a new class
Adolfo Panizo
2014-12-26
4
-345
/
+334
|
|
*
Fix for @Name in strip() implementation on the VM (added some refactors)
Adolfo Panizo
2014-12-26
3
-35
/
+100
|
|
*
Make strip recursive in server side.
Manolo Carrasco
2014-12-25
1
-30
/
+41
|
|
*
Implementing strip() on isProperties
Adolfo Panizo
2014-12-25
1
-14
/
+23
|
|
*
Parsing only methods specified in JsonBuilder interface from a given json.
Adolfo Panizo
2014-12-25
1
-1
/
+21
|
*
|
Running maven java-formatter plugin to all sources
Manolo Carrasco
2015-01-02
4
-59
/
+79
|
*
|
Removing checkstyle errors
Manolo Carrasco
2015-01-02
4
-5
/
+7
|
*
|
Organize imports, remove empty lines
Manolo Carrasco
2015-01-01
2
-11
/
+11
|
/
/
*
|
Adding mising copyrights
Manolo Carrasco
2014-12-31
4
-0
/
+60
*
|
Remove duplicated empty lines, remove CR, add NL at the end
Manolo Carrasco
2014-12-31
3
-34
/
+34
|
/
*
Replace org.json by elemental.json
Manolo Carrasco
2014-10-26
1
-152
/
+157
*
Dont try to fix json strings by default, to avoiding quoted numbers and null ...
Manuel Carrasco Moñino
2014-02-18
1
-2
/
+6
*
Fix bad parsing null in jre
Manuel Carrasco Moñino
2014-02-18
1
-6
/
+8
*
Return the String representation of the object like client sidei does
mcm_fixes
Manuel Carrasco Moñino
2014-02-09
1
-1
/
+1
*
JSONObjects are safe objects
Manuel Carrasco Moñino
2014-02-09
1
-2
/
+1
*
Bad arguments order
Manuel Carrasco Moñino
2014-02-08
1
-1
/
+1
*
Fix filenotfound exception when the response is an error
Manuel Carrasco Moñino
2014-02-08
1
-8
/
+15
*
Refactoring using more meaningful names for properties interface and getter
Manolo Carrasco
2014-01-27
2
-14
/
+14
*
Dont set credentials by default for ajax requests. Fixes issue #261
Manolo Carrasco
2014-01-27
1
-2
/
+7
*
adding some configuration flags
Manolo Carrasco
2014-01-22
1
-4
/
+26
*
Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into mcm_j...
Manuel Carrasco Moñino
2014-01-22
1
-0
/
+4
|
\
|
*
support for urls when setting cookies
Manolo Carrasco
2014-01-21
2
-7
/
+11
|
*
Return double always when getting numbers like JS
Manolo Carrasco
2014-01-21
1
-0
/
+4
*
|
Support passing full url to cookie manager
Manuel Carrasco Moñino
2014-01-22
1
-3
/
+10
*
|
utility method to debug output request
Manuel Carrasco Moñino
2014-01-22
1
-4
/
+32
|
/
*
managing cookies
Manuel Carrasco Moñino
2014-01-21
4
-2
/
+230
*
Fix get method in jre
Manuel Carrasco Moñino
2014-01-19
1
-0
/
+3
*
Use Constants to set Json content-type and simply code
Manuel Carrasco Moñino
2014-01-19
1
-6
/
+1
*
Safe type casting
Manolo Carrasco
2014-01-18
1
-4
/
+9
*
PUT and POST should be handled in the same way
Manolo Carrasco
2014-01-15
1
-1
/
+1
*
Implement as method to convert between types
Manuel Carrasco Moñino
2014-01-07
1
-1
/
+5
*
Test refactoring. Remove hacked classes used during testing
Manuel Carrasco Moñino
2014-01-06
1
-8
/
+10
*
Fix tests, and clean servlet output
Manuel Carrasco Moñino
2014-01-05
1
-2
/
+3
*
Fix timeout and CORS implementation of JVM
Manolo Carrasco
2014-01-05
2
-19
/
+80
*
Implemented Ajax for JVM, and tests
Manuel Carrasco Moñino
2014-01-04
3
-7
/
+183
*
Adding first stuff to implement ajax in js and jvm
Manuel Carrasco Moñino
2013-12-28
1
-0
/
+8
*
Implement generic interface for Binders so as we can use it in JS and JVM
Manuel Carrasco Moñino
2013-12-28
1
-18
/
+83
*
Implementation of JsonBuilders for the JVM. Moved tests to class which can be...
Manuel Carrasco Moñino
2013-12-27
1
-0
/
+203