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
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run test only in Prod
Maxime Mériouma-Caron
2016-02-01
1
-1
/
+2
*
Cleanup
Maxime Mériouma-Caron
2016-02-01
4
-6
/
+6
*
Revert null when empty
Maxime Mériouma-Caron
2016-01-27
1
-2
/
+2
*
Update for GWT-2.8
Maxime Mériouma-Caron
2016-01-27
1
-9
/
+11
*
Fix databinding
Maxime Mériouma-Caron
2015-12-01
1
-2
/
+2
*
Fix databind tests
Maxime Mériouma-Caron
2015-12-01
1
-2
/
+2
*
Merge pull request #349 from manolo/mcm_fix
Manuel Carrasco Moñino
2015-07-20
2
-4
/
+9
|
\
|
*
Fix JsInterop in 2.8-SNAPSHOT
Manolo Carrasco
2015-05-23
1
-4
/
+4
|
*
Simplify Json generated classes reusing common code
Manolo Carrasco
2015-02-26
1
-0
/
+5
*
|
Merge pull request #356 from apanizo/master
Julien Dramaix
2015-07-20
1
-2
/
+40
|
\
\
|
|
/
|
/
|
|
*
When doing data binding over a list attribute, return an empty list or
apanizo
2015-05-26
1
-2
/
+40
*
|
Fix tests
Manolo Carrasco
2015-01-29
1
-4
/
+4
|
/
*
Utility method to export a function
Manolo Carrasco
2015-01-14
1
-8
/
+21
*
Adding more testing and fixes
Manolo Carrasco
2015-01-07
1
-12
/
+70
*
Adding Julien review suggestions.
Manolo Carrasco
2015-01-04
2
-3
/
+42
*
Allow to use customized animations. And Fixes.
Manolo Carrasco
2015-01-03
2
-11
/
+43
*
Merge branch 'master' into mcm_special_events
Manolo Carrasco
2015-01-02
1
-2
/
+5
|
\
|
*
Make TC windows happy
Manolo Carrasco
2015-01-02
2
-6
/
+15
*
|
Merge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco
2015-01-02
2
-4
/
+10
|
\
\
|
*
|
Make TC windows happy
Manolo Carrasco
2015-01-02
2
-4
/
+10
|
|
/
*
|
Merge branch 'mcm_styling' into mcm_special_events
Manolo Carrasco
2015-01-02
2
-2
/
+69
|
\
|
|
*
Using GQuery var instance instead of evaluating selector multiple
Adolfo Panizo
2014-12-26
1
-2
/
+2
|
*
using assertTrue and asserFalse instead of assertEquals(true/false, ...)
Adolfo Panizo
2014-12-26
1
-2
/
+2
|
*
Using isVisible for widget selector test. Also removingFromParent
Adolfo Panizo
2014-12-26
1
-3
/
+4
|
*
nodeType property error when using selectors like: $(widget)
Adolfo Panizo
2014-12-26
1
-0
/
+9
|
*
Fix for @Name in strip() implementation on the VM (added some refactors)
Adolfo Panizo
2014-12-26
1
-0
/
+6
|
*
Make strip recursive in server side.
Manolo Carrasco
2014-12-25
1
-17
/
+30
|
*
Fix client-side code
Manolo Carrasco
2014-12-25
2
-66
/
+6
|
*
Implementing strip() on isProperties
Adolfo Panizo
2014-12-25
2
-5
/
+57
|
*
Parsing only methods specified in JsonBuilder interface from a given json.
Adolfo Panizo
2014-12-25
1
-0
/
+46
*
|
Change EvPart name, remove focusin/focusout aliases.
Manolo Carrasco
2014-12-30
1
-22
/
+0
*
|
trigger methods should work with namespaces
Manolo Carrasco
2014-12-24
1
-0
/
+12
*
|
re-factor SpecialEffects in order to make easier new specials.
Manolo Carrasco
2014-12-21
1
-1
/
+22
*
|
Handle live and die special events
Manolo Carrasco
2014-12-21
1
-8
/
+48
*
|
Implement API based on jQuery for special events
Manolo Carrasco
2014-12-21
1
-1
/
+7
|
/
*
Adding support for custom html elements.
Manolo Carrasco
2014-12-18
5
-29
/
+118
*
improve off and on methods
jd_off
jdramaix
2014-12-17
2
-19
/
+145
*
Merge pull request #319 from manolo/mcm_gwt270
Julien Dramaix
2014-12-16
7
-92
/
+100
|
\
|
*
Use surefire instead of gwt-maven so as we can run emma
Manolo Carrasco
2014-12-16
1
-1
/
+1
|
*
Upgrading to gwt-2.7.0
Manolo Carrasco
2014-12-15
7
-91
/
+99
*
|
Fix spacing
Jean-Christophe Lariviere
2014-12-12
1
-2
/
+2
*
|
Overload parentsUntil() to match a node
Jean-Christophe Lariviere
2014-12-11
1
-0
/
+13
|
/
*
Faster implementation of filter
Manolo Carrasco
2014-12-04
1
-1
/
+0
*
Replace org.json by elemental.json
Manolo Carrasco
2014-10-26
2
-20
/
+38
*
Fix bug with data("nonExistingKey", String.class)
jd_fix_data_string
jdramaix
2014-09-27
1
-5
/
+15
*
Fix test
Manolo Carrasco
2014-06-12
1
-2
/
+3
*
Fixes issue #274
Manuel Carrasco Moñino
2014-03-10
1
-0
/
+12
*
fix issue when unbind special events only with namespace
jdramaix
2014-03-04
1
-0
/
+23
*
Dont try to fix json strings by default, to avoiding quoted numbers and null ...
Manuel Carrasco Moñino
2014-02-18
2
-2
/
+23
*
Fix bad parsing null in jre
Manuel Carrasco Moñino
2014-02-18
1
-1
/
+3
[next]