aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix client-side codeManolo Carrasco2014-12-255-85/+36
| | * | Implementing strip() on isPropertiesAdolfo Panizo2014-12-257-26/+101
| | * | Parsing only methods specified in JsonBuilder interface from a given json.Adolfo Panizo2014-12-253-1/+73
| * | | 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
| |/ /
| * / Fix Json Builder.Manolo Carrasco2014-12-222-4/+6
| |/
* | 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
* | re-factor SpecialEffects in order to make easier new specials.Manolo Carrasco2014-12-212-44/+84
* | 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
* | Make special events api more easy for pluginsManolo Carrasco2014-12-211-7/+8
|/
* Adding support for custom html elements.Manolo Carrasco2014-12-188-42/+145
* Merge pull request #320 from manolo/mcm_visible_fixManuel Carrasco Moñino2014-12-174-8/+15
|\
| * Reuse the same document style implementation.Manolo Carrasco2014-12-174-8/+15
* | improve off and on methodsjd_offjdramaix2014-12-173-20/+157
|/
* Merge pull request #319 from manolo/mcm_gwt270Julien Dramaix2014-12-1610-134/+152
|\
| * Use surefire instead of gwt-maven so as we can run emmaManolo Carrasco2014-12-162-34/+29
| * Upgrading to gwt-2.7.0Manolo Carrasco2014-12-1510-133/+156
* | Use right f() in predicateJean-Christophe Lariviere2014-12-121-2/+2
* | Fix missing conditionJean-Christophe Lariviere2014-12-121-2/+2
* | Fix spacingJean-Christophe Lariviere2014-12-121-2/+2
* | Fix inverted conditionJean-Christophe Lariviere2014-12-121-1/+1
* | Code review fixesJean-Christophe Lariviere2014-12-121-15/+20
* | Overload parentsUntil() to match a nodeJean-Christophe Lariviere2014-12-113-3/+39
|/
* Replace arraylist by hashset in filter, which should improve betterManolo Carrasco2014-12-081-4/+3
* fix error in mergeManolo Carrasco2014-12-081-1/+1
* Merge pull request #314 from manolo/mcm_ie10_stdlinkerManuel Carrasco Moñino2014-12-076-4/+23
|\
| * Adding IE10 and deprecating stdoctype-linker.Manolo Carrasco2014-12-066-4/+23
* | Forgot to update lazy interfaces in last mergeManolo Carrasco2014-12-061-9/+20
* | Adding support for var args to console.log like JS doesManolo Carrasco2014-12-066-27/+78
* | Merge pull request #311 from manolo/masterManuel Carrasco Moñino2014-12-067-59/+153
|\ \
| * | Move filter from GQuery to SelectorEngineManolo Carrasco2014-12-063-83/+113
| * | Faster implementation of filterManolo Carrasco2014-12-045-26/+90
| |/
* / isVisible should use predicate in selectorsManolo Carrasco2014-12-042-2/+4
|/
* Merge pull request #307 from ArcBees/spg_node_multi_selectorJulien Dramaix2014-11-171-7/+15
|\