Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding snapshot key to M3 | Manolo Carrasco | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | preparing M3 again | Manolo Carrasco | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | prepare M3 for releasing with maven release plugin | Manolo Carrasco | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | preparing M3, and adding classifiers for 2.2.0 and 2.3.0 | Manolo Carrasco | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Manolo Carrasco | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release gwtquery-project-1.0.0 | Manolo Carrasco | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | type | Manolo Carrasco | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | add classifier profiles to samples | Manolo Carrasco | 2011-05-03 | 1 | -7/+5 |
| | |||||
* | remove classifier in samples | Manolo Carrasco | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare to release 1.0.0 | Manolo Carrasco | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | prepare M2 | Manolo Carrasco | 2011-05-02 | 1 | -4/+5 |
| | |||||
* | Preparing repo to release 1.0.0 after 1.0.0-M1 was success | Manolo Carrasco | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | prepare for releasing M1 | Manolo Carrasco | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Samples: change gquery version, and update pom and index with all available ↵ | Manolo Carrasco | 2011-05-02 | 2 | -12/+15 |
| | | | | modules | ||||
* | finalize home page sample | Julien Dramaix | 2011-04-29 | 2 | -30/+3 |
| | |||||
* | proposal for home page sample | Julien Dramaix | 2011-04-28 | 3 | -0/+108 |
| | |||||
* | use string format for rgb() | Julien Dramaix | 2011-04-24 | 2 | -4/+17 |
| | |||||
* | more tests | Manolo Carrasco | 2011-04-23 | 2 | -1/+4 |
| | |||||
* | color animation examples | Julien Dramaix | 2011-04-22 | 3 | -0/+105 |
| | |||||
* | widgets plugin has a just set of basic factories, the rest will be in the ↵ | Manolo Carrasco | 2011-04-19 | 2 | -12/+66 |
| | | | | enhance plugin or others | ||||
* | move jquery tests from samples to devtest | Manolo Carrasco | 2011-04-19 | 2 | -18/+0 |
| | |||||
* | adding cache benchmark in the examples index | Manolo Carrasco | 2011-04-12 | 3 | -47/+14 |
| | |||||
* | Refactoring JsCollection benchmarking | Manolo Carrasco | 2011-04-10 | 2 | -52/+51 |
| | |||||
* | HashMap versus JsMap/JsCache | Julien Dramaix | 2011-04-09 | 3 | -0/+171 |
| | |||||
* | 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 |
| | | | | - 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 |
| |