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
Commit message (
Expand
)
Author
Age
Files
Lines
*
JsFunction should have an equal method
Manolo Carrasco
2012-03-15
1
-3
/
+5
*
JsQuery: Fix scrolls in JsMenu plugin
Manolo Carrasco
2012-03-15
5
-17
/
+28
*
fix width/height when the window is not the main
Manolo Carrasco
2012-03-15
2
-21
/
+22
*
method afterCreate calls the onload functions
Manolo Carrasco
2012-03-15
3
-11
/
+9
*
Rename class
Manolo Carrasco
2012-03-15
4
-13
/
+16
*
Format source, and generate lazy interfaces
Manolo Carrasco
2012-03-15
3
-160
/
+187
*
move JsFunction to JsUtils and make it public
Manolo Carrasco
2012-03-15
2
-8
/
+19
*
JsQuery: Fix inArray static method
Manolo Carrasco
2012-03-15
5
-52
/
+54
*
jsquery re-factoring
Manolo Carrasco
2012-03-14
6
-196
/
+250
*
Fixes in js-menu plugin and some code clean up
Manolo Carrasco
2012-03-14
6
-105
/
+90
*
Allow unbinding of certain functions like jquery does
Manolo Carrasco
2012-03-14
6
-28
/
+87
*
This is the first jQuery plugin working with jsQuery. It needs cleanning and ...
Manolo Carrasco
2012-03-12
13
-20
/
+1840
*
removed undefined js var
Manolo Carrasco
2012-02-18
1
-1
/
+1
*
Fix Ajax post not sending the appropriate content-type. Call fe() method in f...
Manolo Carrasco
2012-02-18
1
-36
/
+38
*
Exceptions happening in functions were uncaugh when they were run in asynchro...
Manolo Carrasco
2012-02-18
3
-6
/
+74
*
Adding static getJSONP method to GQuery class
Manolo Carrasco
2012-02-13
3
-3
/
+31
*
filters in Ajax.load were not working find because we were using filter() ins...
Manolo Carrasco
2012-02-13
1
-2
/
+10
*
Fix NPE when content type is not provided. Fixes issue_123
Manolo Carrasco
2012-02-13
1
-2
/
+5
*
Throw a NullPointerException when casting null to Js objects. Fixes issue_122
Manolo Carrasco
2012-02-13
3
-8
/
+21
*
remove println
Manolo Carrasco
2012-02-10
1
-1
/
+0
*
Fixing a loop condition when trying to print a Properties object which is null
Manolo Carrasco
2012-02-10
1
-1
/
+8
*
remove println
Manolo Carrasco
2012-02-08
1
-2
/
+0
*
Implementation of Ajax JSONP using script tags
Manolo Carrasco
2012-02-08
4
-167
/
+194
*
Use GWT.log instead of stdout when initializing selectors
Manolo Carrasco
2012-02-08
2
-3
/
+3
*
Rolling back commit r960 which was reverting r955 by mistake
Manolo Carrasco
2012-02-08
1
-2
/
+6
*
Do not fail in the cases getAssociatedWidget or cleanGQData raises an exception
Manolo Carrasco
2012-02-08
1
-16
/
+29
*
deal with enum values
Manolo Carrasco
2012-02-08
1
-9
/
+5
*
Fix a null condition when converting properties to json strings
Manolo Carrasco
2012-02-08
1
-5
/
+4
*
fix issue 122 + code refactoring
Julien Dramaix
2012-02-05
1
-224
/
+268
*
fix issue 119 and fix nth-child selector + tests
Julien Dramaix
2012-01-19
2
-11
/
+66
*
add enum support
Julien Dramaix
2012-01-09
1
-5
/
+9
*
Add eclipse classpath entries and fix maven eclipse: tasks
Manolo Carrasco
2012-01-04
2
-1
/
+21
*
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco
2012-01-04
1
-4
/
+4
*
[maven-release-plugin] prepare release gquery-archetype-1.1.3
Manolo Carrasco
2012-01-04
1
-4
/
+4
*
Fix mvn compilation warnings, and Eclipse errors when importing
Manolo Carrasco
2012-01-04
2
-18
/
+13
*
these checks are not needed and could break nested collections
Manolo Carrasco
2011-12-26
1
-12
/
+7
*
Fix a erroneous hardcoded key name in getFunctionBase
Manolo Carrasco
2011-12-23
1
-1
/
+1
*
properties toJsonString should not export gwt hashCodes. Fixes tests
Manolo Carrasco
2011-12-23
1
-0
/
+4
*
Fix compilation. Last commit removed a used method by mistake
Manolo Carrasco
2011-12-23
1
-0
/
+8
*
Support for Functions in Json Generators, related with issue_116. Do not retu...
Manolo Carrasco
2011-12-23
3
-11
/
+49
*
possible fix for issue 116
Julien Dramaix
2011-12-22
1
-33
/
+145
*
JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays o...
Manolo Carrasco
2011-12-18
4
-25
/
+111
*
PMD warning: Avoid instantiating Boolean objects
Manolo Carrasco
2011-11-10
1
-1
/
+1
*
comment modules
Manolo Carrasco
2011-11-09
1
-2
/
+2
*
fix issue 110
Julien Dramaix
2011-11-06
1
-0
/
+3
*
fixes issue111
Manolo Carrasco
2011-11-04
2
-26
/
+39
*
depend on the parent which is deployed in maven repo, so as the module can be...
Manolo Carrasco
2011-11-04
1
-2
/
+2
*
fix tests, group them in a gwt-suite to run in a jvm instance and speed up ma...
Manolo Carrasco
2011-11-03
20
-223
/
+378
*
node list in gquery should be updated each time, so the jsquery exported vers...
Manolo Carrasco
2011-11-03
2
-1
/
+11
*
typo
Manolo Carrasco
2011-10-26
1
-1
/
+1
[next]