aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #348 from ArcBees/cg_sample_librairy_updateManuel Carrasco Moñino2015-03-095-3/+10
|\ | | | | Updated jquery and Sizzle librairies for the benchmark sample
| * Sample was still using 1.4.3christiangoudreau2015-03-081-1/+1
| |
| * Updated jquery and sizzle versionchristiangoudreau2015-03-084-2/+9
| |
* | Merge pull request #346 from 0x3333/masterManuel Carrasco Moñino2015-03-091-0/+79
|\ \ | |/ |/| Added SafeHtml as alternative to html string.
| * Added SafeHtml as alternative to html string.Tercio Gaudencio Filho2015-03-041-0/+79
|/
* Merge pull request #343 from han39/masterManuel Carrasco Moñino2015-02-241-3/+8
|\ | | | | Use absolute path to load library in JsniBundle
| * Use absolute path to load library in JsniBundleRaphaël Garnier2015-02-231-3/+8
|/ | | | | As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle.
* adding vaadin logoManuel Carrasco Moñino2015-02-201-0/+2
|
* Update README.mdchristiangoudreau2015-02-171-0/+6
|
* Update README.txtchristiangoudreau2015-02-171-7/+0
|
* Update README.txtchristiangoudreau2015-02-171-0/+7
|
* Merge pull request #340 from manolo/mcm_fixesManuel Carrasco Moñino2015-01-305-18/+81
|\ | | | | Some fixes which should be in current version
| * Adding javadoc to new methodsManolo Carrasco2015-01-301-0/+13
| |
| * Fix testsManolo Carrasco2015-01-293-9/+8
| |
| * Handle JsonBuilder wrappers in $ methodManolo Carrasco2015-01-292-1/+4
| |
| * Ability to create new events with different typeManolo Carrasco2015-01-291-0/+7
| |
| * Fix event delegation in special eventsManolo Carrasco2015-01-291-8/+10
| |
| * Adding a couple of methods to import htmlManolo Carrasco2015-01-291-5/+44
|/
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2015-01-153-3/+3
|
* [maven-release-plugin] prepare release gwtquery-project-1.4.3gwtquery-project-1.4.3Manolo Carrasco2015-01-153-4/+4
|
* Utility method to export a functionManolo Carrasco2015-01-142-9/+36
|
* Merge pull request #333 from manolo/mcm_fixesManuel Carrasco Moñino2015-01-1118-477/+792
|\ | | | | Allow to use customized animations. And some Fixes.
| * Adding more testing and fixesManolo Carrasco2015-01-0710-81/+246
| |
| * Rebasing masterManolo Carrasco2015-01-044-6/+17
| |\ | |/ |/|
* | Merge pull request #332 from manolo/mcm_checkstyleManuel Carrasco Moñino2015-01-042-3/+12
|\ \ | | | | | | Make checkstyle run when validating sources
| * | 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 pull request #323 from manolo/mcm_special_eventsManuel Carrasco Moñino2015-01-0216-340/+425
|\ | | | | rewriten API for special events
| * Merge branch 'master' into mcm_special_eventsManolo Carrasco2015-01-022-4/+7
| |\ | |/ |/|
* | Merge pull request #329 from manolo/mcm_stylingManuel Carrasco Moñino2015-01-02154-1981/+2731
|\ \ | | | | | | Styling issues
| * | 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-02146-1936/+2281
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | 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
| | | |
* | | | Merge pull request #327 from apanizo/masterManuel Carrasco Moñino2014-12-272-2/+11
|\ \ \ \ | | | | | | | | | | | | | | | nodeType property error when using selectors like: $(widget). Fixes regression introduced in 8da271599c341f385ae4240f3dd37649aa81b082
| * | | | 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
| | | | |
* | | | | Merge pull request #325 from apanizo/masterManuel Carrasco Moñino2014-12-267-255/+437
|\| | | | | | | | | | | | | | Parsing only methods specified in JsonBuilder interface from a given json
| * | | | 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>