Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved gwt widgets from gwtquery to gquery enhance plugin | Manolo Carrasco | 2011-04-05 | 21 | -1829/+28 |
| | |||||
* | null | Manolo Carrasco | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | check that first element exists in all gquery methods | Manolo Carrasco | 2011-04-04 | 2 | -9/+24 |
| | |||||
* | Implement live and die methods, fixes issue#69. Little changes in .js package | Manolo Carrasco | 2011-04-04 | 11 | -26/+240 |
| | |||||
* | make Easing an interface instead of an Enum. Users can easily their own ↵ | Julien Dramaix | 2011-04-02 | 1 | -6/+18 |
| | | | | easing function. That allows also defining others easing functions in a plugin | ||||
* | remove System.err.println() calls | Julien Dramaix | 2011-03-31 | 1 | -2/+1 |
| | |||||
* | add test for unwrap() method | Julien Dramaix | 2011-03-31 | 1 | -0/+19 |
| | |||||
* | add animation simple (queue, delay ...) | Julien Dramaix | 2011-03-31 | 3 | -0/+138 |
| | |||||
* | - add unwrap() method | Julien Dramaix | 2011-03-31 | 4 | -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 methods | Julien Dramaix | 2011-03-29 | 1 | -1/+58 |
| | |||||
* | Let gquery to use the most adequate selector here | Manolo Carrasco | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | make rebind static and call sink only if a gwt EventListener is associated ↵ | Julien Dramaix | 2011-03-29 | 1 | -1/+1 |
| | | | | to the element | ||||
* | make rebind static and call sink only if a gwt EventListener is associated ↵ | Julien Dramaix | 2011-03-29 | 1 | -5/+8 |
| | | | | to the element | ||||
* | add detach method. | Julien Dramaix | 2011-03-28 | 4 | -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 | ||||
* | println | Manolo Carrasco | 2011-03-28 | 1 | -2/+0 |
| | |||||
* | Call rebind whenenver an element is reattached to the DOM, and clean events ↵ | Manolo Carrasco | 2011-03-28 | 3 | -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 Dramaix | 2011-03-28 | 3 | -6/+102 |
| | | | | matched set) | ||||
* | Add the old widget element when its parent is HTMLPanel and we want maintain ↵ | Manolo Carrasco | 2011-03-24 | 1 | -3/+8 |
| | | | | it hidden in the dom | ||||
* | Handle replacement of widgets, it needs to deal with more gwt panels | Manolo Carrasco | 2011-03-24 | 2 | -14/+45 |
| | |||||
* | adding a new method to widgets utils | Manolo Carrasco | 2011-03-17 | 1 | -0/+21 |
| | |||||
* | Change in deploy phase of artifact for 2.2.0 | Manolo Carrasco | 2011-03-15 | 2 | -3/+19 |
| | |||||
* | add DecoratorPanel factory | Julien Dramaix | 2011-03-14 | 5 | -1/+76 |
| | |||||
* | - add checkbox and radiobutton factories | Julien Dramaix | 2011-03-14 | 12 | -35/+274 |
| | | | | - remove WidgetOptions interface | ||||
* | update lazy interface | Julien Dramaix | 2011-03-14 | 1 | -25/+154 |
| | |||||
* | widgets plugin take care of widgets hierarchy | Julien Dramaix | 2011-03-14 | 22 | -335/+1131 |
| | |||||
* | call RootPanel.detachOnWindowClose only when the widget is not in another ↵ | Manolo Carrasco | 2011-03-09 | 3 | -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 Carrasco | 2011-03-09 | 15 | -33/+76 |
| | | | | package. Detach widgets when removing elements | ||||
* | Removing Attachable and AttachableComposite and moving WidgetUtils to the ↵ | Manolo Carrasco | 2011-03-09 | 14 | -170/+58 |
| | | | | gwt Widget package so as onAttach is visible. | ||||
* | - cannot replace some html tags | Julien Dramaix | 2011-03-08 | 14 | -74/+82 |
| | | | | | - append widget on li td th elements - remove tags constraint on some widget factory | ||||
* | removed unused method | Manolo Carrasco | 2011-03-07 | 2 | -8/+0 |
| | |||||
* | add suggestbox in widget plugin | Julien Dramaix | 2011-03-07 | 1 | -0/+3 |
| | |||||
* | add suggestbox in widget plugin | Julien Dramaix | 2011-03-07 | 4 | -115/+323 |
| | |||||
* | fix iframe detection | Manolo Carrasco | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | change visibility of methods so as they are available for external plugins | Manolo Carrasco | 2011-03-07 | 1 | -6/+9 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Manolo Carrasco | 2011-03-06 | 1 | -4/+4 |
| | |||||
* | [maven-release-plugin] prepare release gquery-archetype-0.5 | Manolo Carrasco | 2011-03-06 | 1 | -4/+4 |
| | |||||
* | Update tests to the last gquery api, fixes issue_70 | Manolo Carrasco | 2011-03-06 | 2 | -2/+19 |
| | |||||
* | use a initializer object instead of Function | Julien Dramaix | 2011-03-06 | 1 | -5/+6 |
| | |||||
* | use a initializer object instead of Function | Julien Dramaix | 2011-03-06 | 3 | -88/+101 |
| | |||||
* | implement ListBox creation in Widgets plugin | Julien Dramaix | 2011-03-05 | 5 | -23/+262 |
| | |||||
* | correct typo | Julien Dramaix | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | remove enableAnimation ... This option is not needed to construct the widget ↵ | Julien Dramaix | 2011-03-05 | 1 | -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 one | Julien Dramaix | 2011-03-05 | 1 | -1/+6 |
| | |||||
* | add enable animation options | Julien Dramaix | 2011-03-05 | 1 | -1/+12 |
| | |||||
* | check on presence of a possible existing widget on element constituting the ↵ | Julien Dramaix | 2011-03-05 | 1 | -1/+7 |
| | | | | tab widget before to create a new one | ||||
* | header must found inside the element ! | Julien Dramaix | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | add disclosure panel | Julien Dramaix | 2011-03-05 | 7 | -13/+173 |
| | |||||
* | improve filter method to work with detached elements | Julien Dramaix | 2011-03-04 | 2 | -5/+45 |
| | |||||
* | Lazy interface for widgets plugins | Julien Dramaix | 2011-03-04 | 1 | -47/+7 |
| | |||||
* | remove useless functions | Julien Dramaix | 2011-03-04 | 3 | -57/+15 |
| |