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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove all references in the dataCache object whenever any queued function fi...
Manolo Carrasco
2012-10-02
6
-41
/
+127
*
Adding support for wrapping gwt Functions as js-functions and viceversa in pr...
Manolo Carrasco
2012-10-01
5
-19
/
+57
*
Fix removeClass method, so as it remove all classes when argument is empty (l...
Manolo Carrasco
2012-10-01
1
-2
/
+8
*
fixes issue143
Manolo Carrasco
2012-09-13
1
-0
/
+7
*
Remove actual animation when it finishes, should fix issue_132
Manolo Carrasco
2012-09-10
2
-1
/
+5
*
Use native JSON.stringify when available. Fix to store native js numbers in P...
Manolo Carrasco
2012-09-10
6
-79
/
+141
*
Set snapshot version
Manolo Carrasco
2012-09-10
1
-2
/
+2
*
Fix null exceptions
Manolo Carrasco
2012-09-10
1
-2
/
+2
*
Fix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng)
Manolo Carrasco
2012-09-10
3
-20
/
+80
*
test for issue 149
Julien Dramaix
2012-08-27
1
-0
/
+25
*
fix for issue 149
Julien Dramaix
2012-08-27
1
-2
/
+2
*
implements mouseleave mouseenter special events + bug fixing on event mechanism
Julien Dramaix
2012-08-22
5
-1827
/
+1965
*
force the returning value to be a String object (avoid error during dev mode)
Julien Dramaix
2012-08-20
1
-1
/
+1
*
fix issue 147
Julien Dramaix
2012-08-20
1
-0
/
+2
*
bug in nextAll(String filter) method
Julien Dramaix
2012-08-17
1
-7
/
+19
*
implement other signatures of nextAll and nextUntil methods
Julien Dramaix
2012-07-28
2
-13
/
+109
*
implement other signatures of prevAll and prevUntil methods
Julien Dramaix
2012-07-25
2
-26
/
+131
*
reduce permutations when using QueryMin.gwt.xml
Manolo Carrasco
2012-07-17
1
-1
/
+10
*
http error starts from 400 error codes
Julien Dramaix
2012-07-06
1
-1
/
+1
*
best handling of data for PUT method
Julien Dramaix
2012-07-06
1
-1
/
+1
*
allows more http methods
Julien Dramaix
2012-07-06
1
-0
/
+10
*
This was making the "-XenableClosureCompiler" option fail with the error "jav...
Manolo Carrasco
2012-06-30
3
-3
/
+3
*
fixe live() so as it behaves the same than jquery
Manolo Carrasco
2012-06-21
1
-8
/
+8
*
fix issue 140 + support Long, Double, Integer, Float and Byte objects
Julien Dramaix
2012-06-19
2
-7
/
+25
*
Break all loops when a live event is handled and return false
Manolo Carrasco
2012-06-07
1
-5
/
+5
*
best handling of binding/unbinding string events with or whithout namespace
Julien Dramaix
2012-05-18
2
-41
/
+172
*
better management of binding/unbinding multiple events at once / fix the issu...
Julien Dramaix
2012-05-18
2
-268
/
+370
*
Fixes issue_135
Manolo Carrasco
2012-05-18
1
-2
/
+6
*
Adding a couple of methods to JsonBuilders, usetul to inspect objects in clie...
Manolo Carrasco
2012-05-15
2
-24
/
+72
*
Fix NPE when calling styleImpl before it was initialized. Fix tests
Manolo Carrasco
2012-05-15
2
-10
/
+18
*
fix problem for supporting touch events in iOS.
Julien Dramaix
2012-05-09
1
-2
/
+10
*
Touch support. Don't call preventDefault on TouchStart event, otherwise the c...
Julien Dramaix
2012-04-22
1
-11
/
+5
*
support of touch events in Mouse plugin
Julien Dramaix
2012-04-22
2
-89
/
+147
*
fix testAttr_Issue97 in prod-mode
Manolo Carrasco
2012-03-20
1
-2
/
+6
*
update pom versions
Manolo Carrasco
2012-03-20
1
-1
/
+1
*
Fix regular expression which only work in jvm (dev mode)
Manolo Carrasco
2012-03-19
1
-4
/
+7
*
Fix computing of width and height in inline elements so as gquery behaves the...
Manolo Carrasco
2012-03-18
2
-0
/
+19
*
JsFunction should have an equal method
Manolo Carrasco
2012-03-15
1
-3
/
+5
*
fix width/height when the window is not the main
Manolo Carrasco
2012-03-15
2
-21
/
+22
*
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
*
Allow unbinding of certain functions like jquery does
Manolo Carrasco
2012-03-14
6
-28
/
+87
*
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
[prev]
[next]