aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Controlgroup: Fix refresh method tests by adding text content to buttonJörn Zaefferer2015-10-081-2/+2
| | | | | In IE8, the empty elements cause issues. Adding text content makes sense, since empty elements are useless.
* Button: Can't test for " " in IE8, just make sure the element existsJörn Zaefferer2015-10-081-2/+2
|
* Checkboxradio: Fix label option tests by trimming DOM textJörn Zaefferer2015-10-081-10/+10
| | | | | IE8 is inconsistent in outputting space through .html() and .text() methods, but since it renders it correctly, we can just ignore it.
* Checkboxradio: Fix invalid chars, remove unused var, add commentJörn Zaefferer2015-10-081-2/+3
|
* Checkboxradio: Fix invalid markup in core testsJörn Zaefferer2015-10-081-1/+1
|
* Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp varJörn Zaefferer2015-10-081-16/+18
|
* Controlgroup: Fix css reference in unit testsJörn Zaefferer2015-10-081-1/+1
|
* Tests: Prevent default on anchor click to avoid navigationJörn Zaefferer2015-10-081-1/+2
|
* Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15Jörn Zaefferer2015-10-081-1/+1
|
* Controlgroup: Typos and minor style fixesAlexander Schmitz2015-10-081-22/+26
|
* Checkboxradio: Typos and minor style fixesAlexander Schmitz2015-10-081-13/+14
|
* Button: TyposAlexander Schmitz2015-10-081-1/+3
|
* Controlgroup: Optimize and simplify data access and storageJörn Zaefferer2015-10-081-4/+2
|
* Controlgroup: Improve comments and remove a misleading blank lineJörn Zaefferer2015-10-081-3/+2
|
* Controlgroup: Rename excludeInvisible to onlyVisibleJörn Zaefferer2015-10-084-11/+11
| | | | Gets rid of the double negative.
* Controlgroup: Update toolbar demo to warn about "this is just a demo"Jörn Zaefferer2015-10-081-2/+3
|
* Theme: address review comment for visual focusAlexander Schmitz2015-10-081-1/+0
|
* Spinner: Address review commentsAlexander Schmitz2015-10-081-5/+2
|
* Datepicker: address review commentsAlexander Schmitz2015-10-081-1/+0
|
* Dialog: address review commentsAlexander Schmitz2015-10-081-4/+4
|
* Selectmenu: Address review commentsAlexander Schmitz2015-10-082-4/+2
|
* Controlgroup: Address review commentsAlexander Schmitz2015-10-083-45/+41
|
* Checkboxradio: Address review commentsAlexander Schmitz2015-10-086-42/+55
|
* Button: address review commentsAlexander Schmitz2015-10-085-97/+10
|
* Spinner: Style updatesAlexander Schmitz2015-10-081-1/+1
|
* Controlgroup: Style updatesAlexander Schmitz2015-10-081-11/+11
|
* Controlgroup: Style updatesAlexander Schmitz2015-10-084-28/+28
|
* Checkboxradio: Style updatesAlexander Schmitz2015-10-085-44/+44
|
* Build: Remove duplicate box-sizing from .csslintrcAlexander Schmitz2015-10-081-2/+1
|
* Spinner: Use border-style: none instead of border: noneAlexander Schmitz2015-10-081-3/+3
| | | | | This makes it possible to restore the border. This is useful for controlgroup labels and other custom styling.
* Spinner: Update markup for buttonsAlexander Schmitz2015-10-081-14/+13
|
* Fixup: .dsstoreAlexander Schmitz2015-10-081-0/+0
|
* Controlgroup: Fixup visual focus in controlgroupsAlexander Schmitz2015-10-081-1/+2
|
* Controlgroup: Fixes for spinnerAlexander Schmitz2015-10-083-8/+31
|
* Controlgroup: fixup for spinner and labelAlexander Schmitz2015-10-084-12/+29
|
* Controlgroup: Add controlgroup labelsAlexander Schmitz2015-10-084-240/+283
|
* Controlgroup: Add spinner to widgets controlgroup works withAlexander Schmitz2015-10-084-14/+37
|
* Controlgroup: Fix headers and demosAlexander Schmitz2015-10-084-28/+47
|
* Controlgroup: Add missing entry to demos bootstrapAlexander Schmitz2015-10-089-131/+23
|
* Controlgroup: add demos to bootstrapAlexander Schmitz2015-10-081-0/+1
|
* Demos: Add checkboxradio to bootstrapAlexander Schmitz2015-10-081-0/+1
|
* Checkboxradio: Add inset shadow to iconbackground to make it stand outAlexander Schmitz2015-10-081-0/+1
|
* Checkboxxradio: Adjust demo headersAlexander Schmitz2015-10-083-5/+12
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-0819-349/+39
|
* Selectmenu: update to use button cssAlexander Schmitz2015-10-075-39/+24
| | | | This ensures consistency between different form elements
* Dialog: Updating dialog and tests for new button APIAlexander Schmitz2015-10-072-18/+17
|
* Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-0719-101/+820
| | | | This widget replaces the buttonset widget
* Theme: Add visual focus outline for checkbox and radio buttonsAlexander Schmitz2015-10-071-1/+10
| | | | This adds a focus outline matching that roughly from chrome osx
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-0729-3/+1741
|
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-0721-982/+849
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set