aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update lazy widgets apiManolo Carrasco2011-04-054-296/+57
* moved gwt widgets from gwtquery to gquery enhance pluginManolo Carrasco2011-04-0521-1829/+28
* nullManolo Carrasco2011-04-041-1/+1
* check that first element exists in all gquery methodsManolo Carrasco2011-04-042-9/+24
* Implement live and die methods, fixes issue#69. Little changes in .js packageManolo Carrasco2011-04-0411-26/+240
* make Easing an interface instead of an Enum. Users can easily their own easin...Julien Dramaix2011-04-021-6/+18
* remove System.err.println() callsJulien Dramaix2011-03-311-2/+1
* add test for unwrap() methodJulien Dramaix2011-03-311-0/+19
* add animation simple (queue, delay ...)Julien Dramaix2011-03-313-0/+138
* - add unwrap() methodJulien Dramaix2011-03-314-169/+966
* improve tests for detach and remove methodsJulien Dramaix2011-03-291-1/+58
* Let gquery to use the most adequate selector hereManolo Carrasco2011-03-291-1/+1
* make rebind static and call sink only if a gwt EventListener is associated to...Julien Dramaix2011-03-291-1/+1
* make rebind static and call sink only if a gwt EventListener is associated to...Julien Dramaix2011-03-291-5/+8
* add detach method.Julien Dramaix2011-03-284-63/+250
* printlnManolo Carrasco2011-03-281-2/+0
* Call rebind whenenver an element is reattached to the DOM, and clean events a...Manolo Carrasco2011-03-283-40/+90
* eq() and get() method must accept negative index (count from the end of the m...Julien Dramaix2011-03-283-6/+102
* Add the old widget element when its parent is HTMLPanel and we want maintain ...Manolo Carrasco2011-03-241-3/+8
* Handle replacement of widgets, it needs to deal with more gwt panelsManolo Carrasco2011-03-242-14/+45
* adding a new method to widgets utilsManolo Carrasco2011-03-171-0/+21
* Change in deploy phase of artifact for 2.2.0Manolo Carrasco2011-03-152-3/+19
* add DecoratorPanel factoryJulien Dramaix2011-03-145-1/+76
* - add checkbox and radiobutton factoriesJulien Dramaix2011-03-1412-35/+274
* update lazy interfaceJulien Dramaix2011-03-141-25/+154
* widgets plugin take care of widgets hierarchyJulien Dramaix2011-03-1422-335/+1131
* call RootPanel.detachOnWindowClose only when the widget is not in another wid...Manolo Carrasco2011-03-093-17/+32
* moving back WidgetsUtils, new class GqUi to access protected methods of ui pa...Manolo Carrasco2011-03-0915-33/+76
* Removing Attachable and AttachableComposite and moving WidgetUtils to the gwt...Manolo Carrasco2011-03-0914-170/+58
* - cannot replace some html tagsJulien Dramaix2011-03-0814-74/+82
* removed unused methodManolo Carrasco2011-03-072-8/+0
* add suggestbox in widget pluginJulien Dramaix2011-03-071-0/+3
* add suggestbox in widget pluginJulien Dramaix2011-03-074-115/+323
* fix iframe detectionManolo Carrasco2011-03-071-1/+1
* change visibility of methods so as they are available for external pluginsManolo Carrasco2011-03-071-6/+9
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-03-061-4/+4
* [maven-release-plugin] prepare release gquery-archetype-0.5Manolo Carrasco2011-03-061-4/+4
* Update tests to the last gquery api, fixes issue_70Manolo Carrasco2011-03-062-2/+19
* use a initializer object instead of FunctionJulien Dramaix2011-03-061-5/+6
* use a initializer object instead of FunctionJulien Dramaix2011-03-063-88/+101
* implement ListBox creation in Widgets pluginJulien Dramaix2011-03-055-23/+262
* correct typoJulien Dramaix2011-03-051-1/+1
* remove enableAnimation ... This option is not needed to construct the widget ...Julien Dramaix2011-03-051-11/+0
* check if a widget is not yet attached to the element before to create a new oneJulien Dramaix2011-03-051-1/+6
* add enable animation optionsJulien Dramaix2011-03-051-1/+12
* check on presence of a possible existing widget on element constituting the t...Julien Dramaix2011-03-051-1/+7
* header must found inside the element !Julien Dramaix2011-03-051-1/+1
* add disclosure panelJulien Dramaix2011-03-057-13/+173
* improve filter method to work with detached elementsJulien Dramaix2011-03-042-5/+45
* Lazy interface for widgets pluginsJulien Dramaix2011-03-041-47/+7