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
*
Adding a dollar method to handle any object and route it to the apropriate co...
Manuel Carrasco Moñino
2012-11-07
3
-39
/
+70
*
update poms to gwt 2.5.0
Manuel Carrasco Moñino
2012-11-07
3
-5
/
+13
*
Adding a couple of methods in xmlbuilders to parse number and date values in ...
Manuel Carrasco Moñino
2012-11-07
4
-2
/
+100
*
getText and setText in xml builders was not visible in generated classes
Manuel Carrasco Moñino
2012-11-07
3
-3
/
+18
*
fix issue with size computing when element is not attached
jdramaix
2012-11-05
3
-10
/
+43
*
Ajax should handle statusCode == 0 as an error
Manuel Carrasco Moñino
2012-11-05
1
-2
/
+7
*
Fix a NPE in queue plugin
Manuel Carrasco Moñino
2012-10-31
1
-1
/
+2
*
Adding a panel() method to widgets plugin so as gquery is able to convert any...
Manolo Carrasco
2012-10-19
3
-7
/
+61
*
re-use gwt dom methods to check whether a node is attached to the dom
Manolo Carrasco
2012-10-19
1
-5
/
+3
*
Merge branch 'master' of github.com:gwtquery/gwtquery
Manolo Carrasco
2012-10-17
1
-6
/
+6
|
\
|
*
Merge branch 'master' of github.com:gwtquery/gwtquery
jdramaix
2012-10-15
3
-10
/
+39
|
|
\
|
*
|
fix bug in hide method
jdramaix
2012-10-15
1
-6
/
+6
*
|
|
improve performance in native selector generators
Manolo Carrasco
2012-10-17
4
-1
/
+29
*
|
|
Use log instead of alert
Manolo Carrasco
2012-10-17
2
-4
/
+4
*
|
|
remove was failing in mobile devices
Manolo Carrasco
2012-10-17
1
-1
/
+2
|
|
/
|
/
|
*
|
Append temporary dettached elements to the document so as we can correctly co...
Manolo Carrasco
2012-10-12
2
-8
/
+30
*
|
Remove temporary parent node when creating dom elements from html string
Manolo Carrasco
2012-10-12
1
-2
/
+9
|
/
*
best management of enum
jdramaix
2012-10-09
1
-11
/
+13
*
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
*
add README.md
jdramaix
2012-10-01
1
-0
/
+11
*
add .gitginore file
jdramaix
2012-10-01
2
-9
/
+18
*
fixes issue143
Manolo Carrasco
2012-09-13
1
-0
/
+7
*
Set gwt version to 2.5.0-rc1 which is the one we should develop for
Manolo Carrasco
2012-09-12
4
-7
/
+11
*
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
5
-6
/
+6
*
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
*
(no commit message)
Julien Dramaix
2012-06-19
0
-0
/
+0
*
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
[next]