Commit message (Collapse) | 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 |
|\ | | | | | Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT | ||||
| * | 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 |
|\ \ | |/ |/| | Data binding over list attributes | ||||
| * | When doing data binding over a list attribute, return an empty list or | apanizo | 2015-05-26 | 1 | -2/+40 |
| | | | | | | | | null accordingly. | ||||
* | | 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 |
| | | | | | | | | - Additionally, I have moved all remaining transform related stuff from transition plugin to transform class, and checked that regex are updated based on specification (it was a copy from original jQuery plugin). - Adding some tests. | ||||
* | Allow to use customized animations. And Fixes. | Manolo Carrasco | 2015-01-03 | 2 | -11/+43 |
| | | | | | | | | In this patch there are many fixes found when playing with plugins. Also I have refactored Effects and Transitions plugins so as it is easier to extend and implement customized animations. Now we use properties instead of the Fx.css3 hack to disable modern animations. | ||||
* | 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 |
|\| | | | | | | | | | | | | | | | Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java | ||||
| * | Using GQuery var instance instead of evaluating selector multiple | Adolfo Panizo | 2014-12-26 | 1 | -2/+2 |
| | | | | | | times. | ||||
| * | 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 |
| | | | | | | Button. | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org> | ||||
| * | Fix client-side code | Manolo Carrasco | 2014-12-25 | 2 | -66/+6 |
| | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org> | ||||
| * | Implementing strip() on isProperties | Adolfo Panizo | 2014-12-25 | 2 | -5/+57 |
| | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org> | ||||
| * | Parsing only methods specified in JsonBuilder interface from a given json. | Adolfo Panizo | 2014-12-25 | 1 | -0/+46 |
| | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org> | ||||
* | | 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 |
| | | | | | | | | - Implementing specials focusin focusout. Fixes #11 | ||||
* | | 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 |
|/ | | | | | - SpecialEvents have an API with three methods: setup tearDown add remove - Migrated mouse special events to use this API | ||||
* | Adding support for custom html elements. | Manolo Carrasco | 2014-12-18 | 5 | -29/+118 |
| | | | | | | | | | When using GWT jsInterop to wrap native objects using @JsType interfaces, casting between those elements to gwt Element fails. We solve that doing a jsni casting. - Adding tests for interaction with JsTypes. - Fixing tests when running them in real browsers | ||||
* | improve off and on methodsjd_off | jdramaix | 2014-12-17 | 2 | -19/+145 |
| | |||||
* | Merge pull request #319 from manolo/mcm_gwt270 | Julien Dramaix | 2014-12-16 | 7 | -92/+100 |
|\ | | | | | Upgrading to gwt-2.7.0 | ||||
| * | 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 |
| | | | | | | | | | | | | - Making tests pass - Fixing a couple of issues failing with new RegExp. - Adding profiles to run tests in prod mode | ||||
* | | 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 |
| | | | | | | Include only the elemental.json stuff for JVM needed to run GQuery JsonBuilders in server side without depending on anything but gwtquery.jar. | ||||
* | 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 |
| | | | | be unquoted | ||||
* | Fix bad parsing null in jre | Manuel Carrasco Moñino | 2014-02-18 | 1 | -1/+3 |
| |