| Commit message (Expand) | Author | Age | Files | Lines |
* | moved gwt widgets from gwtquery to gquery enhance plugin | Manolo Carrasco | 2011-04-05 | 4 | -336/+10 |
* | add animation simple (queue, delay ...) | Julien Dramaix | 2011-03-31 | 3 | -0/+138 |
* | add DecoratorPanel factory | Julien Dramaix | 2011-03-14 | 1 | -0/+2 |
* | - add checkbox and radiobutton factories | Julien Dramaix | 2011-03-14 | 2 | -0/+14 |
* | 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 |
* | 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 |
* | 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. Improv... | Manolo Carrasco | 2011-03-02 | 2 | -14/+14 |
* | 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 auto-comple... | Julien Dramaix | 2011-02-24 | 1 | -8/+7 |
* | 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 check... | Manolo Carrasco | 2011-01-23 | 5 | -15/+7204 |
* | 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 |
* | deleted stars example which was moved to gwtquery-plugins, and little changes... | Manolo Carrasco | 2010-10-25 | 1 | -1/+0 |
* | deleted stars example which was moved to gwtquery-plugins, and little changes... | Manolo Carrasco | 2010-10-25 | 9 | -344/+122 |
* | adding a couple of selectors to benchmark module which were missing, and sho... | Manolo Carrasco | 2010-08-08 | 2 | -37/+44 |
* | 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 dep... | Manolo Carrasco | 2010-07-24 | 1 | -1/+8 |
* | Re-factor of the Benchmark Example Module, now it is possible to select which... | Manolo Carrasco | 2010-07-19 | 38 | -14586/+5483 |
* | 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 |
* | 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 |
* | (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 svn-re... | Manolo Carrasco | 2010-05-06 | 1 | -1/+1 |
* | maven configuration changes: use gwt-2.0.3, latest gwt-maven-plugin, added ne... | Manolo Carrasco | 2010-05-01 | 1 | -2/+4 |
* | 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 |