Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - add checkbox and radiobutton factories | Julien Dramaix | 2011-03-14 | 2 | -0/+14 | |
| | | | | - remove WidgetOptions interface | |||||
* | widgets plugin take care of widgets hierarchy | Julien Dramaix | 2011-03-14 | 2 | -189/+238 | |
| | ||||||
* | - cannot replace some html tags | Julien Dramaix | 2011-03-08 | 2 | -1/+7 | |
| | | | | | - append widget on li td th elements - remove tags constraint on some widget factory | |||||
* | add suggestbox in widget plugin | Julien Dramaix | 2011-03-07 | 1 | -0/+3 | |
| | ||||||
* | add suggestbox in widget plugin | Julien Dramaix | 2011-03-07 | 1 | -23/+74 | |
| | ||||||
* | use a initializer object instead of Function | Julien Dramaix | 2011-03-06 | 1 | -5/+6 | |
| | ||||||
* | implement ListBox creation in Widgets plugin | Julien Dramaix | 2011-03-05 | 2 | -23/+68 | |
| | ||||||
* | add disclosure panel | Julien Dramaix | 2011-03-05 | 2 | -9/+23 | |
| | ||||||
* | remove useless functions | Julien Dramaix | 2011-03-04 | 1 | -2/+2 | |
| | ||||||
* | Added RichTextArea and DateBox widgetfactories. These are example of widgets ↵ | Manolo Carrasco | 2011-03-04 | 2 | -2/+9 | |
| | | | | which need to call onAttach | |||||
* | improve widgets plugins | Julien Dramaix | 2011-03-03 | 2 | -77/+29 | |
| | ||||||
* | Refactoring of plugins package | Julien Dramaix | 2011-03-02 | 2 | -4/+4 | |
| | ||||||
* | Re-factoring: moving classes from client package to specific packages. ↵ | Manolo Carrasco | 2011-03-02 | 2 | -14/+14 | |
| | | | | Improving javadocs | |||||
* | gwt-2.2.0 artifacts are now in central repos | Manolo Carrasco | 2011-03-02 | 1 | -0/+1 | |
| | ||||||
* | use new way to set CSS | Julien Dramaix | 2011-02-28 | 3 | -16/+22 | |
| | ||||||
* | implement Manolo's idea : use with() method to facilitate eclipse ↵ | Julien Dramaix | 2011-02-24 | 1 | -8/+7 | |
| | | | | auto-completion | |||||
* | proof of concept | Manolo Carrasco | 2011-02-23 | 2 | -2/+42 | |
| | ||||||
* | proposal for Widgets plugin | Julien Dramaix | 2011-02-20 | 3 | -18/+82 | |
| | ||||||
* | In order to compile with gwt-2.2.0, gwt-dev must be defined as a dependency | Manolo Carrasco | 2011-02-14 | 1 | -2/+8 | |
| | ||||||
* | Update to jquery-1.4.4 in benchmark aplication. Added to SampleModule a ↵ | Manolo Carrasco | 2011-01-23 | 5 | -15/+7204 | |
| | | | | check of how jquery computes width and height to comparate with gquery. | |||||
* | Removing comments | Manolo Carrasco | 2011-01-23 | 1 | -11/+0 | |
| | ||||||
* | Changing deprecated gwt-api usage | Manolo Carrasco | 2011-01-23 | 3 | -9/+12 | |
| | ||||||
* | adding SlickSpeed link to the benchmark race | Manolo Carrasco | 2011-01-23 | 2 | -4/+14 | |
| | ||||||
* | Standarizing Copyright headers in all source files | Manolo Carrasco | 2011-01-22 | 9 | -3/+138 | |
| | ||||||
* | minor changes in sample styles | Manolo Carrasco | 2011-01-22 | 5 | -33/+43 | |
| | ||||||
* | putting new examples in the index.html and in the pom.xml files | Manolo Carrasco | 2011-01-19 | 2 | -0/+4 | |
| | ||||||
* | remove plugin inheritance | Julien Dramaix | 2011-01-19 | 2 | -2/+0 | |
| | ||||||
* | add sample pages on slide and fade effects | Julien Dramaix | 2011-01-18 | 6 | -0/+313 | |
| | ||||||
* | - Added QueryMin module thought to produce small javascript code although it ↵ | Manolo Carrasco | 2011-01-17 | 13 | -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 Carrasco | 2010-10-25 | 1 | -1/+0 | |
| | | | | changes to samples module | |||||
* | deleted stars example which was moved to gwtquery-plugins, and little ↵ | Manolo Carrasco | 2010-10-25 | 9 | -344/+122 | |
| | | | | changes to samples module | |||||
* | adding a couple of selectors to benchmark module which were missing, and ↵ | Manolo Carrasco | 2010-08-08 | 2 | -37/+44 | |
| | | | | showing information about which class is being executed in each selector | |||||
* | update demos | Manolo Carrasco | 2010-08-06 | 2 | -5/+20 | |
| | ||||||
* | Hide start race button while iframes are loading | Manolo Carrasco | 2010-08-01 | 2 | -4/+9 | |
| | ||||||
* | increase schedule time to put html stuff in the iframes because benchmark ↵ | Manolo Carrasco | 2010-07-24 | 1 | -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 Carrasco | 2010-07-19 | 38 | -14586/+5483 | |
| | | | | which bench to run, and much more | |||||
* | make GQueryQueue methods return the type of the plugin instead of itself | Manolo Carrasco | 2010-06-23 | 1 | -2/+2 | |
| | ||||||
* | New Sample Module (Image Zoom) to demostrate Effects plugin features. | Manolo Carrasco | 2010-06-21 | 16 | -8/+153 | |
| | ||||||
* | - Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml. | Manolo Carrasco | 2010-06-13 | 4 | -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 module | Manolo Carrasco | 2010-06-11 | 1 | -7/+12 | |
| | ||||||
* | Many changes almost related with effects and the re-factor of plugins: | Manolo Carrasco | 2010-06-11 | 7 | -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 Carrasco | 2010-05-28 | 1 | -2/+2 | |
| | ||||||
* | fixed examples | Manolo Carrasco | 2010-05-06 | 4 | -22/+16 | |
| | ||||||
* | Set version number to 1.0.0. Deploy sites now are pointing to gwtquery ↵ | Manolo Carrasco | 2010-05-06 | 1 | -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 Carrasco | 2010-05-01 | 1 | -2/+4 | |
| | | | | new developer | |||||
* | moved webapp stuff to standar maven location | Manolo Carrasco | 2010-05-01 | 2 | -0/+24 | |
| | ||||||
* | Fix munged file, had spurious newline. | Ray Cromwell | 2009-07-27 | 1 | -4361/+4228 | |
| | ||||||
* | Update to codehaus gwt-maven-plugin. Update to GWT 1.7.0. Update module ↵ | Ray Cromwell | 2009-07-27 | 7 | -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 update | Ray Cromwell | 2009-07-23 | 27 | -13149/+46067 | |
| | ||||||
* | Final tweaks for Google I/O. After this, I promise higher quality commit ↵ | Ray Cromwell | 2009-05-28 | 21 | -319/+495 | |
| | | | | comments. |