aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Julien Dramaix2011-04-021-6/+18
| | | | easing function. That allows also defining others easing functions in a plugin
* 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
| | | | | - correct bug in replaceWith method : order of replacing element was not kept - add animations method : delay, queue, dequeue, clearQueue, animate, stop and slide*
* 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 ↵Julien Dramaix2011-03-291-1/+1
| | | | to the element
* make rebind static and call sink only if a gwt EventListener is associated ↵Julien Dramaix2011-03-291-5/+8
| | | | to the element
* add detach method.Julien Dramaix2011-03-284-63/+250
| | | | | | refactoring of the remove() method to be compliant with jQuery documentation add test for remove and detach methods. Don't try to clean GQuery events if no one EventListener exists + correct bug in event cleaning
* printlnManolo Carrasco2011-03-281-2/+0
|
* Call rebind whenenver an element is reattached to the DOM, and clean events ↵Manolo Carrasco2011-03-283-40/+90
| | | | and data only if the remove method is called with "true" arg
* eq() and get() method must accept negative index (count from the end of the ↵Julien Dramaix2011-03-283-6/+102
| | | | matched set)
* Add the old widget element when its parent is HTMLPanel and we want maintain ↵Manolo Carrasco2011-03-241-3/+8
| | | | it hidden in the dom
* 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
| | | | - remove WidgetOptions interface
* 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 ↵Manolo Carrasco2011-03-093-17/+32
| | | | widget. Detach correctly the widget when is removed in gquery
* moving back WidgetsUtils, new class GqUi to access protected methods of ui ↵Manolo Carrasco2011-03-0915-33/+76
| | | | package. Detach widgets when removing elements
* Removing Attachable and AttachableComposite and moving WidgetUtils to the ↵Manolo Carrasco2011-03-0914-170/+58
| | | | gwt Widget package so as onAttach is visible.
* - cannot replace some html tagsJulien Dramaix2011-03-0814-74/+82
| | | | | - append widget on li td th elements - remove tags constraint on some widget factory
* 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
| | | | and can be set in init function
* 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 ↵Julien Dramaix2011-03-051-1/+7
| | | | tab widget before to create a new one
* 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
|
* remove useless functionsJulien Dramaix2011-03-043-57/+15
|