Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | updated: some comments | Felix Nagel | 2011-02-16 | 1 | -2/+2 | |
| | | ||||||
| * | fixed: issue with window resize event, thx to saus, see ↵ | Felix Nagel | 2011-02-12 | 1 | -3/+1 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/52 fixed: deleted console.log() | |||||
| * | added: sequencial typeahead, thx to arzynik, see ↵ | Felix Nagel | 2011-02-01 | 1 | -28/+64 | |
| | | | | | | | | https://github.com/arzynik/jquery-ui/commit/5df784f72b55b62e4b29c8a78237cb996390670c | |||||
| * | fixed: minor code bugfixes, thx to chrispatterson, see ↵ | Felix Nagel | 2011-01-31 | 1 | -7/+6 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/53 | |||||
| * | follow-up: removed comments, please report bugs GitHUb issues | Felix Nagel | 2011-01-31 | 1 | -2/+0 | |
| | | ||||||
| * | White space fixes to improve readability and JQueryUI coding standards | Giovanni Giacobbi | 2011-01-08 | 1 | -182/+247 | |
| | | | | | | | | | | | | - Expanded inline if(cond){stmts;} to multiple lines - Added various white space and newlines - Fixed indentantion | |||||
| * | fixed: destroy method, thx to crob611, see ↵ | Felix Nagel | 2010-12-24 | 1 | -3/+3 | |
| | | | | | | | | https://github.com/fnagel/jquery-ui/commit/e552eade16bc3fc9dbb02f2861300cbdb4493fcc | |||||
| * | added: link to wiki in js file | Felix Nagel | 2010-12-23 | 1 | -0/+1 | |
| | | ||||||
| * | fixed: destroy method: wrapperElement option | Felix Nagel | 2010-12-23 | 1 | -12/+17 | |
| | | ||||||
| * | changed: namespaced all events | Felix Nagel | 2010-12-23 | 1 | -21/+24 | |
| | | | | | | | | fixed: fixed destroy method, added unbind resize, thx to crob611, see https://github.com/fnagel/jquery-ui/issues#issue/44 | |||||
* | | Merge remote branch 'upstream/selectmenu' into selectmenu | gcko | 2010-12-22 | 1 | -127/+149 | |
|\| | | | | | | | | | Conflicts: themes/base/jquery.ui.selectmenu.css | |||||
| * | problems with Git | Felix Nagel | 2010-12-20 | 1 | -1/+1 | |
| |\ | ||||||
| * | | fixed: small follow-up for refresh functionality | Felix Nagel | 2010-12-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height | |||||
| * | | fixed: issue when resizing window, thx to crob611, see ↵ | Felix Nagel | 2010-12-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/44 | |||||
| * | | added: possibility to refresh from original select element, please see ↵ | Felix Nagel | 2010-12-15 | 1 | -127/+155 | |
| | | | | | | | | | | | | | | | | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/17 for usage, please test and report feedback as this feature needed major refactoring fixed: problem when manually selecting an option from original select element fixed: demo wrapper class | |||||
* | | | dding in the ability to disable an option by passing in the particular index ↵ | gcko | 2010-12-20 | 1 | -4/+42 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | of the option you want to disabl e. This change is backwards compatible, so if you don't want to use this feature it will not affect any of your existing code or coding practices. Enhancements include: * Ability to disable an option * Key events correctly skip disabled option * Styling for disabled options * Change and select events ignore disabled option * index function correctly ignores disabled option * disable and enable function call _setOption, keeping code modular | |||||
* | | added: option to wrap all added elements which allows us to use different ↵ | Felix Nagel | 2010-12-01 | 1 | -7/+13 | |
|/ | | | | | | jQuery UI themes, see https://github.com/fnagel/jquery-ui/issues/closed#issue/31 added: nicer themeswitcher test implementation | |||||
* | fixed: tab issue in Opera, thx to phazei, see ↵ | Felix Nagel | 2010-12-01 | 1 | -1/+1 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/#issue/43 | |||||
* | added: improved index and value methods, if you used value method in your ↵ | Felix Nagel | 2010-11-29 | 1 | -7/+19 | |
| | | | | | | scripts please see https://github.com/fnagel/jquery-ui/issues/#issue/33 fixed: forgotten console debug | |||||
* | fixed: focus problem when toggle menu, thx to phazei for reporting this ↵ | Felix Nagel | 2010-11-29 | 1 | -2/+4 | |
| | | | | issue, see https://github.com/fnagel/jquery-ui/issues#issue/22 | |||||
* | fixed: selectmenu widget now works correct with jQuery UI dialog widegt, thx ↵ | Felix Nagel | 2010-11-29 | 1 | -8/+12 | |
| | | | | to dannycohn, see https://github.com/fnagel/jquery-ui/issues#issue/23 | |||||
* | removed: unnecessary refreshPosition in value method | Felix Nagel | 2010-11-24 | 1 | -1/+0 | |
| | ||||||
* | fixed: problem when selectmenu is positioned at the very top / bottom of a site | Felix Nagel | 2010-11-24 | 1 | -0/+5 | |
| | ||||||
* | updated: files to jQuery 1.4.4 | Felix Nagel | 2010-11-14 | 1 | -1/+1 | |
| | | | | fixed: small bug hwn using jQuery 1.4.4, THX to michaelcaplan, see https://github.com/fnagel/jquery-ui/issues/#issue/29 | |||||
* | fixed: missing semicolon | Felix Nagel | 2010-11-13 | 1 | -1/+1 | |
| | ||||||
* | fixed: default max height only when address format is not defined | Felix Nagel | 2010-11-13 | 1 | -2/+4 | |
| | ||||||
* | fixed: positioning issue | Felix Nagel | 2010-11-13 | 1 | -4/+11 | |
| | | | | added: default max height based upon the viewport height | |||||
* | updated: positioning functionality is now based upon position plugin, this ↵ | Felix Nagel | 2010-11-13 | 1 | -43/+17 | |
| | | | | | | | shopuld fix a few issues, see http://jqueryui.com/demos/position/ updated: demos added: positioning demo | |||||
* | fixed: blocked ALT or F5 when focus the "fake" select, THX phazei for ↵ | Felix Nagel | 2010-11-10 | 1 | -1/+1 | |
| | | | | reporting, see https://github.com/fnagel/jquery-ui/issues#issue/6 | |||||
* | fixed: keyboard control, THX to bluefox, see ↵ | Felix Nagel | 2010-11-09 | 1 | -5/+2 | |
| | | | | https://github.com/fnagel/jquery-ui/issues#issue/6 | |||||
* | Added: better (background) image support, see ↵ | Felix Nagel | 2010-10-26 | 1 | -5/+9 | |
| | | | | http://github.com/fnagel/jquery-ui/issues#issue/8 | |||||
* | fixed: removed default case for keyboard control as its steals keyboard ↵ | Felix Nagel | 2010-10-08 | 1 | -6/+2 | |
| | | | | control form user, thx to phazei | |||||
* | fixed: widget placed a the very top of a page, thx to phazei | Felix Nagel | 2010-10-08 | 1 | -0/+3 | |
| | ||||||
* | fixed: no hover when widget is disabled, thx to mad-doctor, see ↵ | Felix Nagel | 2010-10-05 | 1 | -2/+2 | |
| | | | | http://github.com/fnagel/jquery-ui/issues#issue/16 | |||||
* | fixed: problem with ID attr to ensure usage of a unique ID., thx to ↵ | Felix Nagel | 2010-09-06 | 1 | -2/+5 | |
| | | | | fhemberger, see http://github.com/fhemberger/jquery-ui/commit/d93d0a2e535144cbfa6d0098da2f28c51528dbd4 | |||||
* | fixed: destroy method, thx to Jörn zaefferer, see ↵ | Felix Nagel | 2010-08-29 | 1 | -0/+4 | |
| | | | | | | http://github.com/fnagel/jquery-ui/issues#issue/7 added: comment for previous commit | |||||
* | removed: follow up to: ↵ | Felix Nagel | 2010-08-28 | 1 | -3/+0 | |
| | | | | http://github.com/fnagel/jquery-ui/commit/cde0d9042c95508d04cfa6d96d8e426657e23523 unnecessary _refreshPosition with timeout | |||||
* | removed: support of up and down arrow keys as these throw errors in all browsers | Felix Nagel | 2010-08-28 | 1 | -2/+4 | |
| | ||||||
* | added: check if there's enough room to expand to the bottom, otherwise ↵ | Felix Nagel | 2010-08-28 | 1 | -14/+36 | |
| | | | | | | expand to top fixed: improved performance of _refreshPosition | |||||
* | fixed: follow up for jQuery UI 1.8.x conformance, thx to Andreas, see ↵ | Felix Nagel | 2010-08-27 | 1 | -1/+1 | |
| | | | | http://github.com/fnagel/jquery-ui/issues#issue/5 | |||||
* | fixed: remove click event | Felix Nagel | 2010-08-26 | 1 | -1/+2 | |
| | ||||||
* | fixed: removed and added semicolon | Felix Nagel | 2010-08-23 | 1 | -7/+6 | |
| | ||||||
* | fixed: loop issue when using noConflict mode | Felix Nagel | 2010-08-07 | 1 | -1/+1 | |
| | ||||||
* | changed: delete defaults (will not work < jQuery UI 1.8x.x) | Felix Nagel | 2010-08-07 | 1 | -17/+0 | |
| | ||||||
* | fixed: positioning problems when placing selectbox at the very bottom | Felix Nagel | 2010-08-07 | 1 | -0/+8 | |
| | | | | fixed: positioning problems when resizing window | |||||
* | fixed: whitespace in the optgroupname must be replaced, otherwise the li of ↵ | Felix Nagel | 2010-08-07 | 1 | -1/+2 | |
| | | | | existing optgroups are never found (thx to Adrian Grigore) | |||||
* | fixed: newelement can be null under unclear circumstances in IE8 (thx to ↵ | Felix Nagel | 2010-08-07 | 1 | -1/+2 | |
| | | | | Adrian Grigore) | |||||
* | make selectmenu usable with jQuery UI 1.8.x | Felix Nagel | 2010-08-07 | 1 | -2/+19 | |
| | | | | | | fixed: move defaults to options changed: _init to _create changed: _uiHash to work again | |||||
* | init: fork of latest jQuery UI with selectmenu from ↵ | Felix Nagel | 2010-08-07 | 1 | -0/+524 | |
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub |