aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
* When doing data binding over a list attribute, return an empty list orapanizo2015-05-262-3/+47
| | | | null accordingly.
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2015-01-151-1/+1
|
* [maven-release-plugin] prepare release gwtquery-project-1.4.3gwtquery-project-1.4.3Manolo Carrasco2015-01-151-2/+2
|
* Utility method to export a functionManolo Carrasco2015-01-142-9/+36
|
* Adding more testing and fixesManolo Carrasco2015-01-0710-81/+246
|
* Rebasing masterManolo Carrasco2015-01-044-6/+17
|\
| * Make checkstyle run when validating sourcesManolo Carrasco2015-01-022-3/+12
| |
* | Adding Julien review suggestions.Manolo Carrasco2015-01-046-74/+149
| | | | | | | | | | | | | | | | - 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 Carrasco2015-01-0314-390/+463
|/ | | | | | | | 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_eventsManolo Carrasco2015-01-022-4/+7
|\
| * Make TC windows happyManolo Carrasco2015-01-023-8/+17
| |
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-022-4/+10
|\ \
| * | Make TC windows happyManolo Carrasco2015-01-022-4/+10
| |/
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-02145-1935/+2280
|\| | | | | | | | | | | | | | | 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
| * Merge branch 'master' into mcm_stylingManolo Carrasco2015-01-0210-254/+466
| |\ | | | | | | | | | | | | | | | Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/client/IsProperties.java gwtquery-core/src/main/java/com/google/gwt/query/vm/JsonFactoryJre.java
| | * Merge pull request #326 from manolo/mcm_ready_methodManuel Carrasco MoƱino2014-12-301-0/+27
| | |\ | | | | | | | | Implement GQuery.ready missing method
| | | * Implement GQuery.ready missing methodManolo Carrasco2014-12-251-0/+27
| | | |
| | * | Using GQuery var instance instead of evaluating selector multipleAdolfo Panizo2014-12-261-2/+2
| | | | | | | | | | | | times.
| | * | using assertTrue and asserFalse instead of assertEquals(true/false, ...)Adolfo Panizo2014-12-261-2/+2
| | | |
| | * | Using isVisible for widget selector test. Also removingFromParentAdolfo Panizo2014-12-261-3/+4
| | | | | | | | | | | | Button.
| | * | nodeType property error when using selectors like: $(widget)Adolfo Panizo2014-12-262-2/+10
| | | |
| | * | Adding documentation and renaming some vars Adolfo Panizo2014-12-262-25/+22
| | | |
| | * | Separating JsonBuilderHanler into a new classAdolfo Panizo2014-12-264-345/+334
| | | |
| | * | Fix for @Name in strip() implementation on the VM (added some refactors)Adolfo Panizo2014-12-265-37/+109
| | | |
| | * | Make strip recursive in server side.Manolo Carrasco2014-12-253-47/+73
| | | | | | | | | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| | * | Fix client-side codeManolo Carrasco2014-12-255-85/+36
| | | | | | | | | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| | * | Implementing strip() on isPropertiesAdolfo Panizo2014-12-257-26/+101
| | | | | | | | | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| | * | Parsing only methods specified in JsonBuilder interface from a given json.Adolfo Panizo2014-12-253-1/+73
| | | | | | | | | | | | | | | | Signed-off-by: Manolo Carrasco <manolo@apache.org>
| * | | Running maven java-formatter plugin to all sourcesManolo Carrasco2015-01-0269-1036/+1229
| | | |
| * | | Removing checkstyle errorsManolo Carrasco2015-01-0299-784/+629
| | | |
| * | | move jsni start marks to new line so as eclipse formatter ignores themManolo Carrasco2015-01-0250-207/+429
| | | |
| * | | Organize imports, remove empty linesManolo Carrasco2015-01-0183-240/+92
| | | |
| * | | Do not format JSNI blocks. Allow methods with dollarManolo Carrasco2015-01-012-2/+3
| | | |
* | | | merge with styling changesManolo Carrasco2014-12-3185-334/+972
|\| | |
| * | | Removing trailing spacesManolo Carrasco2014-12-3118-41/+41
| | | |
| * | | Adding mising copyrightsManolo Carrasco2014-12-3112-0/+180
| | | |
| * | | Remove duplicated empty lines, remove CR, add NL at the endManolo Carrasco2014-12-3168-212/+138
| | | |
| * | | Replace tabs by spacesManolo Carrasco2014-12-3113-87/+87
| | | |
| * | | Adding maven configuration to run check-style and java-format plugins.Manolo Carrasco2014-12-313-0/+528
| |/ / | | | | | | | | | Right now they are not run automatically until we fix all style issues
| * / Fix Json Builder.Manolo Carrasco2014-12-222-4/+6
| |/ | | | | | | | | When creating a new object in the getter it should be added to the parent json.
* | Change EvPart name, remove focusin/focusout aliases.Manolo Carrasco2014-12-304-39/+14
| |
* | trigger methods should work with namespacesManolo Carrasco2014-12-244-22/+58
| |
* | Merge branch 'master' into mcm_special_eventsManolo Carrasco2014-12-222-34/+21
|\|
* | Extracted SpecialEvent interface to its own classManolo Carrasco2014-12-224-98/+142
| | | | | | | | | | | | Handle return values of setup and tearDown Changed SpecialEvent API so as we use the Element instead of the EventListener
* | re-factor SpecialEffects in order to make easier new specials.Manolo Carrasco2014-12-212-44/+84
| | | | | | | | - Implementing specials focusin focusout. Fixes #11
* | make hasHandlers public so as it can be used in pluginsManolo Carrasco2014-12-211-17/+18
| |
* | Handle live and die special eventsManolo Carrasco2014-12-213-16/+55
| |
* | Unify code related with eventNames splitManolo Carrasco2014-12-211-114/+56
| |
* | Original event names are not needed any more :-)Manolo Carrasco2014-12-212-94/+78
| |
* | Implement API based on jQuery for special eventsManolo Carrasco2014-12-215-113/+159
| | | | | | | | | | - SpecialEvents have an API with three methods: setup tearDown add remove - Migrated mouse special events to use this API