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
*
Fix NPE when calling styleImpl before it was initialized. Fix tests
Manolo Carrasco
2012-05-15
3
-11
/
+105
*
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
*
remove empty folders
Manolo Carrasco
2012-03-20
0
-0
/
+0
*
update pom versions
Manolo Carrasco
2012-03-20
4
-3
/
+8
*
add fail method to the dev-mode test environment
Manolo Carrasco
2012-03-20
1
-0
/
+4
*
Fix regular expression which only work in jvm (dev mode)
Manolo Carrasco
2012-03-19
1
-4
/
+7
*
removing old stuff
Manolo Carrasco
2012-03-18
6
-647
/
+0
*
Big refactor in jsquery so as classes namespaces match gwtquery core and plug...
Manolo Carrasco
2012-03-18
25
-6
/
+1523
*
Fix computing of width and height in inline elements so as gquery behaves the...
Manolo Carrasco
2012-03-18
2
-0
/
+19
*
move the example plugin to the plugins namespace
Manolo Carrasco
2012-03-17
10
-17
/
+12
*
exporting $.isArray and using it in example plugin because object.constructor...
Manolo Carrasco
2012-03-17
7
-81
/
+107
*
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
[next]