aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add DecoratorPanel factoryJulien Dramaix2011-03-144-1/+74
* - add checkbox and radiobutton factoriesJulien Dramaix2011-03-1410-35/+260
* update lazy interfaceJulien Dramaix2011-03-141-25/+154
* widgets plugin take care of widgets hierarchyJulien Dramaix2011-03-1420-146/+893
* 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-0812-73/+75
* removed unused methodManolo Carrasco2011-03-072-8/+0
* add suggestbox in widget pluginJulien Dramaix2011-03-073-92/+249
* 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
* use a initializer object instead of FunctionJulien Dramaix2011-03-063-88/+101
* implement ListBox creation in Widgets pluginJulien Dramaix2011-03-053-0/+194
* 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-055-4/+150
* improve filter method to work with detached elementsJulien Dramaix2011-03-042-5/+45
* Lazy interface for widgets pluginsJulien Dramaix2011-03-041-47/+7
* remove useless functionsJulien Dramaix2011-03-042-55/+13
* correct behavior of replaceWith and replaceAll methods !Julien Dramaix2011-03-043-173/+240
* update lazy interfacesManolo Carrasco2011-03-042-4/+22
* fix compilationManolo Carrasco2011-03-041-1/+2
* Added RichTextArea and DateBox widgetfactories. These are example of widgets ...Manolo Carrasco2011-03-045-10/+161
* The method widget now accept the index of the widget to returnManolo Carrasco2011-03-041-3/+16
* improve widgets pluginsJulien Dramaix2011-03-038-148/+233
* bug in replaceAll() methodJulien Dramaix2011-03-032-12/+41
* finalize javadocsJulien Dramaix2011-03-032-298/+12
* Replacing JSArray class in generatorsManolo Carrasco2011-03-031-3/+4
* Remove JSArray classJulien Dramaix2011-03-031-47/+0
* Refactoring of Lightweight JSO classes and more.Manolo Carrasco2011-03-0322-557/+596
* remove the asWidget() method from GQuery class as Widgets plugin is in a expe...Julien Dramaix2011-03-024-7/+8
* Refactoring of plugins packageJulien Dramaix2011-03-0222-217/+223
* deferred generators do not use private constructorsManolo Carrasco2011-03-023-22/+12
* make some constructor privateJulien Dramaix2011-03-029-126/+29
* update lazy interfacesManolo Carrasco2011-03-021-0/+2