aboutsummaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
...
* - add checkbox and radiobutton factoriesJulien Dramaix2011-03-142-0/+14
| | | | - remove WidgetOptions interface
* widgets plugin take care of widgets hierarchyJulien Dramaix2011-03-142-189/+238
|
* - cannot replace some html tagsJulien Dramaix2011-03-082-1/+7
| | | | | - append widget on li td th elements - remove tags constraint on some widget factory
* add suggestbox in widget pluginJulien Dramaix2011-03-071-0/+3
|
* add suggestbox in widget pluginJulien Dramaix2011-03-071-23/+74
|
* use a initializer object instead of FunctionJulien Dramaix2011-03-061-5/+6
|
* implement ListBox creation in Widgets pluginJulien Dramaix2011-03-052-23/+68
|
* add disclosure panelJulien Dramaix2011-03-052-9/+23
|
* remove useless functionsJulien Dramaix2011-03-041-2/+2
|
* Added RichTextArea and DateBox widgetfactories. These are example of widgets ↵Manolo Carrasco2011-03-042-2/+9
| | | | which need to call onAttach
* improve widgets pluginsJulien Dramaix2011-03-032-77/+29
|
* Refactoring of plugins packageJulien Dramaix2011-03-022-4/+4
|
* Re-factoring: moving classes from client package to specific packages. ↵Manolo Carrasco2011-03-022-14/+14
| | | | Improving javadocs
* gwt-2.2.0 artifacts are now in central reposManolo Carrasco2011-03-021-0/+1
|
* use new way to set CSSJulien Dramaix2011-02-283-16/+22
|
* implement Manolo's idea : use with() method to facilitate eclipse ↵Julien Dramaix2011-02-241-8/+7
| | | | auto-completion
* proof of conceptManolo Carrasco2011-02-232-2/+42
|
* proposal for Widgets pluginJulien Dramaix2011-02-203-18/+82
|
* In order to compile with gwt-2.2.0, gwt-dev must be defined as a dependencyManolo Carrasco2011-02-141-2/+8
|
* Update to jquery-1.4.4 in benchmark aplication. Added to SampleModule a ↵Manolo Carrasco2011-01-235-15/+7204
| | | | check of how jquery computes width and height to comparate with gquery.
* Removing commentsManolo Carrasco2011-01-231-11/+0
|
* Changing deprecated gwt-api usageManolo Carrasco2011-01-233-9/+12
|
* adding SlickSpeed link to the benchmark raceManolo Carrasco2011-01-232-4/+14
|
* Standarizing Copyright headers in all source filesManolo Carrasco2011-01-229-3/+138
|
* minor changes in sample stylesManolo Carrasco2011-01-225-33/+43
|
* putting new examples in the index.html and in the pom.xml filesManolo Carrasco2011-01-192-0/+4
|
* remove plugin inheritanceJulien Dramaix2011-01-192-2/+0
|
* add sample pages on slide and fade effectsJulien Dramaix2011-01-186-0/+313
|
* - Added QueryMin module thought to produce small javascript code although it ↵Manolo Carrasco2011-01-1713-32/+133
| | | | | | | | | | increases number of permutations. - Removed plugins module since it is a new project. - Added some missing methods in GQuery: first, last, map. - Updated gwt version to 2.1.1 - Adding lazy interface to Widgets plugin.
* deleted stars example which was moved to gwtquery-plugins, and little ↵Manolo Carrasco2010-10-251-1/+0
| | | | changes to samples module
* deleted stars example which was moved to gwtquery-plugins, and little ↵Manolo Carrasco2010-10-259-344/+122
| | | | changes to samples module
* adding a couple of selectors to benchmark module which were missing, and ↵Manolo Carrasco2010-08-082-37/+44
| | | | showing information about which class is being executed in each selector
* update demosManolo Carrasco2010-08-062-5/+20
|
* Hide start race button while iframes are loadingManolo Carrasco2010-08-012-4/+9
|
* increase schedule time to put html stuff in the iframes because benchmark ↵Manolo Carrasco2010-07-241-1/+8
| | | | deployed in svn takes a long to load the iframes
* Re-factor of the Benchmark Example Module, now it is possible to select ↵Manolo Carrasco2010-07-1938-14586/+5483
| | | | which bench to run, and much more
* make GQueryQueue methods return the type of the plugin instead of itselfManolo Carrasco2010-06-231-2/+2
|
* New Sample Module (Image Zoom) to demostrate Effects plugin features.Manolo Carrasco2010-06-2116-8/+153
|
* - Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.Manolo Carrasco2010-06-134-5/+22
| | | | | | | | - Do not change overflow when it is not a resize animation - Restore correctly attibutes in show/hide animations - Restored the parameter force in css and curCSS methods - Changed the way show sets the display property in order to use block only when it is needed - change the parameter order of the setStyleProperty method
* fixed a silly issue in the demo moduleManolo Carrasco2010-06-111-7/+12
|
* Many changes almost related with effects and the re-factor of plugins:Manolo Carrasco2010-06-117-72/+177
| | | | | | | | | | | | - Removed plugin stuff which already were moved to the plugins module - Moved all GQuery core plugin stuff into the plugins namespace - Redesign and recode of the Effects plugin using GWT animate as base - Documented many undocumented methods - Added a couple of scripts to generate Lazy interfaces from the class - Modifications to the effects sample to show the usage of the effects plugin - More tests cases in the devtest module. - Many other minor changes.
* (no commit message)Manolo Carrasco2010-05-281-2/+2
|
* fixed examplesManolo Carrasco2010-05-064-22/+16
|
* Set version number to 1.0.0. Deploy sites now are pointing to gwtquery ↵Manolo Carrasco2010-05-061-1/+1
| | | | svn-repo. Added gcupload-maven-plugin to upload distribution file to google-code. Modified surefire configuration in order to run gwtTests which share the same module, and run emma goals
* maven configuration changes: use gwt-2.0.3, latest gwt-maven-plugin, added ↵Manolo Carrasco2010-05-011-2/+4
| | | | new developer
* moved webapp stuff to standar maven locationManolo Carrasco2010-05-012-0/+24
|
* Fix munged file, had spurious newline.Ray Cromwell2009-07-271-4361/+4228
|
* Update to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module ↵Ray Cromwell2009-07-277-70/+25
| | | | files to properly include Plugins.gwt.xml module. Disabled tests for now (JUnitShell not launching properly from new plugin). Fixed unbound deferred bindings.
* Big updateRay Cromwell2009-07-2327-13149/+46067
|
* Final tweaks for Google I/O. After this, I promise higher quality commit ↵Ray Cromwell2009-05-2821-319/+495
| | | | comments.