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
*
Removed unused maven plugin
release-1.3.2
Manuel Carrasco Moñino
2013-03-15
1
-15
/
+0
*
Changing version so as we can release gquery 1.3.2
Manuel Carrasco Moñino
2013-03-15
1
-2
/
+2
*
Enclose println used warn the user in dev mode in a block so as it does not g...
Manuel Carrasco Moñino
2013-03-15
3
-5
/
+10
*
Remove comment
Manuel Carrasco Moñino
2013-03-14
1
-1
/
+0
*
Implementation of prop methods so as we can read any property from any JSO an...
Manuel Carrasco Moñino
2013-03-14
8
-61
/
+188
*
Bugfix: loop when calling ajax method. Fixes issue 174
Manuel Carrasco Moñino
2013-03-01
1
-1
/
+1
*
Dont add more callbacks when disabled
Manuel Carrasco Moñino
2013-02-27
1
-9
/
+10
*
Test callbacks disable method
Manuel Carrasco Moñino
2013-02-27
2
-1
/
+5
*
memory elements should be fired after adding new elements, and memory should ...
Manuel Carrasco Moñino
2013-02-27
2
-27
/
+45
*
First step towards supporting Deferred: implementing Callbacks collections
Manuel Carrasco Moñino
2013-02-22
6
-3
/
+326
*
Fix null exception
Manuel Carrasco Moñino
2013-02-22
1
-1
/
+3
*
Fix edge case when properties string ends with coma
Manuel Carrasco Moñino
2013-02-22
2
-2
/
+3
*
Implement some methods which are in jquery but they werent in jsquery and gq...
Manuel Carrasco Moñino
2013-02-20
6
-66
/
+135
*
Fixed jsni exception when running certain selectors in IE8
Manuel Carrasco Moñino
2013-02-12
1
-1
/
+1
*
Remove unused import
Manuel Carrasco Moñino
2013-02-08
1
-1
/
+0
*
Adding a utility function to call external functions from gwt without writing...
Manuel Carrasco Moñino
2013-02-08
3
-5
/
+50
*
Allow arbitrary string as parameter when adding new elements to dom. Fixes is...
Manuel Carrasco Moñino
2013-02-08
2
-2
/
+10
*
Change method signature
Manuel Carrasco Moñino
2013-02-07
1
-1
/
+1
*
Remove attribute after the property is set to null. Fixes issue 165
Manuel Carrasco Moñino
2013-02-07
3
-3
/
+24
*
Fixes issue 170
Manuel Carrasco Moñino
2013-02-07
1
-1
/
+1
*
Update javadocs so as we explain better the meaning of a dollar in the key pa...
Manuel Carrasco Moñino
2013-02-07
1
-23
/
+39
*
Setting version to next snapshot iteration
Manuel Carrasco Moñino
2013-02-07
1
-2
/
+2
*
Setting pom version to last stable one so as we can tag it
Manuel Carrasco Moñino
2013-02-07
1
-2
/
+2
*
fix issue #12
jdramaix
2013-01-23
1
-0
/
+7
*
fix issue #12
jdramaix
2013-01-23
1
-0
/
+6
*
Merge pull request #4 from gwtquery/jd_offset
Julien Dramaix
2013-01-21
2
-12
/
+88
|
\
|
*
implement other signature of offset() method. Fix for issue 161 (google code)...
jdramaix
2013-01-07
2
-12
/
+88
*
|
Merge pull request #6 from gwtquery/jd_issue168
Julien Dramaix
2013-01-21
1
-2
/
+2
|
\
\
|
*
|
javadoc correction : fix issue #5 (github)/ issue 168 (google code)
jdramaix
2013-01-07
1
-2
/
+2
|
|
/
*
|
Merge pull request #7 from gwtquery/jd_event_delegation
Julien Dramaix
2013-01-21
3
-16
/
+175
|
\
\
|
*
|
handle special event mouseenter or mouseleave in live and die method
jdramaix
2013-01-07
2
-14
/
+27
|
*
|
Add support for namespace/ multiple events in live and die methods
jdramaix
2013-01-07
3
-14
/
+160
|
|
/
*
/
Fix NPE when passing null functions
Manuel Carrasco Moñino
2013-01-20
1
-3
/
+5
|
/
*
Dont force position in animations when it is fixed. Fixes issue 160
Manuel Carrasco Moñino
2012-12-17
1
-1
/
+1
*
Handle attachment of widgets created with elements which already belong to a ...
Manuel Carrasco Moñino
2012-12-17
1
-9
/
+34
*
use DOM class to manipulate the original gwt event listener attribute
Manuel Carrasco Moñino
2012-12-17
1
-5
/
+3
*
javadoc for method Properties.set(T, Function). Related with issue 154
Manuel Carrasco Moñino
2012-12-10
1
-0
/
+7
*
Dont dispatch new added events when running the events dispatch loop. Fixes i...
Manuel Carrasco Moñino
2012-12-10
2
-1
/
+19
*
dont set tabIndex to window. Fixes issue 157
Manuel Carrasco Moñino
2012-12-10
1
-1
/
+3
*
Add @Shardable to linker. Fixes issue 159
Manuel Carrasco Moñino
2012-12-10
1
-0
/
+2
*
Fix isFunction in safari for ipad
Manuel Carrasco Moñino
2012-12-07
1
-32
/
+33
*
Check filter parameter to avoid out of bound exception, issue seem in jsquery
Manuel Carrasco Moñino
2012-11-30
1
-0
/
+4
*
End lines with LF instead of CRLF
Manuel Carrasco Moñino
2012-11-26
158
-11854
/
+11854
*
Removing unneeded call to method $ in many places. Removing generic dollar me...
Manuel Carrasco Moñino
2012-11-26
3
-22
/
+14
*
enable default module to compile, so as it can be run with Jenkins
Manuel Carrasco Moñino
2012-11-26
1
-2
/
+1
*
Removing GqUi to WidgetsUtils so as gquery doesnt have anything out of its na...
Manuel Carrasco Moñino
2012-11-26
6
-96
/
+95
*
Fix tests for htmlunit in 2.5.0 and for chrome-prod mode
Manuel Carrasco Moñino
2012-11-26
7
-209
/
+206
*
Adding getTextAsBoolean and getTextAsEnum to xmlbuilders
Manuel Carrasco Moñino
2012-11-26
2
-4
/
+20
*
merge
Manuel Carrasco Moñino
2012-11-26
1
-5
/
+5
|
\
|
*
Java 1.5 doesn't support override annotation on method defined on an
jdramaix
2012-11-18
1
-1
/
+0
[next]