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
...
*
update deployed bench application
Manolo Carrasco
2011-09-07
0
-0
/
+0
*
Added about screen to the benchmark application
Manolo Carrasco
2011-09-07
2
-18
/
+101
*
update demos deployed in svn
Manolo Carrasco
2011-09-07
0
-0
/
+0
*
Use IE9 optimizations, fixes issue103
Manolo Carrasco
2011-09-07
9
-17
/
+102
*
Update jquery version to latest in benchmarking application
Manolo Carrasco
2011-09-07
4
-3
/
+8989
*
fix bench example using val to test check-boxes
Manolo Carrasco
2011-09-07
1
-1
/
+1
*
README changes
Manolo Carrasco
2011-09-06
1
-7
/
+15
*
attr signature changed in GQuery. Adding jsquery.js to the repo so as people ...
Manolo Carrasco
2011-09-06
3
-9
/
+9
*
update lazy interfaces
Manolo Carrasco
2011-09-06
2
-9
/
+4
*
typo makes the test always false
Manolo Carrasco
2011-09-06
1
-1
/
+1
*
fix for issue 97
Julien Dramaix
2011-09-05
6
-50
/
+449
*
Adding an example which works with jsquery
Manolo Carrasco
2011-09-05
11
-0
/
+105
*
New gwt module to export gwtquery to javascript
Manolo Carrasco
2011-09-05
9
-0
/
+567
*
Little changes to facilitate the export of gquery to javascript. Add snapshot...
Manolo Carrasco
2011-09-05
9
-43
/
+50
*
Check nulls when creating properties
Manolo Carrasco
2011-08-29
1
-6
/
+8
*
When setting attributes they should be hyphenized. Move Hyphenize and Cameliz...
Manolo Carrasco
2011-08-29
3
-51
/
+52
*
update lazy interface
Manolo Carrasco
2011-08-29
1
-5
/
+8
*
resize method in GQuery was doing nothing. isEventCapable did not consider wi...
Manolo Carrasco
2011-08-29
2
-3
/
+3
*
[maven-release-plugin] prepare for next development iteration
Manolo Carrasco
2011-08-28
5
-8
/
+8
*
[maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1
Manolo Carrasco
2011-08-28
5
-8
/
+8
*
gwt 2.0.1 does not have shared RegExp
Manolo Carrasco
2011-08-28
1
-0
/
+112
*
prepare 1.1.0.rc1 to be deployed to central maven repo
Manolo Carrasco
2011-08-28
8
-10
/
+8
*
remove module 2.3.0
Manolo Carrasco
2011-08-28
1
-1
/
+0
*
classifier 2.3.0 is not needed
Manolo Carrasco
2011-08-28
1
-180
/
+0
*
prepare version 1.1.0
Manolo Carrasco
2011-08-28
13
-257
/
+9020
*
fix test
Manolo Carrasco
2011-08-27
1
-8
/
+8
*
re-factoring
Manolo Carrasco
2011-08-27
1
-8
/
+9
*
Revert r773, since we can override properties in dom, but preserving the meth...
Manolo Carrasco
2011-08-27
7
-167
/
+164
*
Fixes issue99
Manolo Carrasco
2011-08-27
1
-5
/
+8
*
implement has() method
Manolo Carrasco
2011-08-27
4
-2
/
+62
*
Adding attributes to Function class, so as we can to get the element or index...
Manolo Carrasco
2011-08-27
4
-6
/
+58
*
disable very slow tests
Manolo Carrasco
2011-08-27
1
-1
/
+5
*
Fix cre tests: add method was broken because it was adding elements in the re...
Manolo Carrasco
2011-08-27
3
-19
/
+31
*
support for :radio and :checkbox pseudoselectors. Fixes issue_100.
Manolo Carrasco
2011-08-26
2
-8
/
+18
*
update Lazy interface
Manolo Carrasco
2011-08-26
1
-4
/
+42
*
Fix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for t...
Manolo Carrasco
2011-08-26
2
-7
/
+30
*
This change should not be committed in r771
Manolo Carrasco
2011-08-26
1
-7
/
+0
*
Fix val() methods to behave identical to jquery. This could break apps. Thank...
Manolo Carrasco
2011-08-26
2
-94
/
+189
*
Adding a test unit for issue97
Manolo Carrasco
2011-08-25
1
-1
/
+10
*
fix issue 98
Julien Dramaix
2011-08-24
2
-12
/
+54
*
Fix visibility poperty when using stop(). Fix delay calling dequeue twice. No...
Manolo Carrasco
2011-08-19
7
-34
/
+26
*
Adding a missing method which made gquery.queue() enter in a loop
Manolo Carrasco
2011-08-10
1
-0
/
+13
*
Merged SimpleNamedQueue in QueuePlugin class
Manolo Carrasco
2011-08-01
6
-140
/
+150
*
Avoid Fx class depending on CSS statics, now CSS stuff should be added when t...
Manolo Carrasco
2011-08-01
2
-14
/
+16
*
version in trunk should be SNAPSHOT
Manolo Carrasco
2011-08-01
2
-3
/
+6
*
handle empty properties values
Manolo Carrasco
2011-07-29
2
-2
/
+3
*
avoid constant reflow in hide() and show() method
Julien Dramaix
2011-07-29
1
-7
/
+33
*
use default display value instead of "block", fixes issue94
Manolo Carrasco
2011-07-29
2
-1
/
+25
*
update lazy interfaces, deprecated visible() method in favor of isVisible()
Manolo Carrasco
2011-07-28
2
-5
/
+4
*
implement :hidden and :visible pseudo selectors, fixes issue86
Manolo Carrasco
2011-07-28
7
-49
/
+99
[prev]
[next]