]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
10 years agoBuild: Update jscs and fix some code style issues 1311/head
Jörn Zaefferer [Wed, 13 Aug 2014 16:29:28 +0000 (18:29 +0200)]
Build: Update jscs and fix some code style issues

Disables the checks for casing and line length, since those need a lot
more effort to address. For variable naming the fix isn't obvious to me.
There's way too many lines over 100 chars.

10 years agoResizable Tests: fix IE8 test fail due to unspecified border style
Mike Sherov [Thu, 14 Aug 2014 03:06:21 +0000 (23:06 -0400)]
Resizable Tests: fix IE8 test fail due to unspecified border style

IE <9 does not correctly set the height of an element if the borderWidth
is non-zero but no borderStyle is specified.

10 years agoDraggable Tests: Fix IE8 test when native scroll happens
Mike Sherov [Thu, 14 Aug 2014 02:26:04 +0000 (22:26 -0400)]
Draggable Tests: Fix IE8 test when native scroll happens

10 years agoSortable: fire "over" and "out" even when a connectWith hasn't changed
Andrei Picus [Tue, 14 Jan 2014 09:10:27 +0000 (11:10 +0200)]
Sortable: fire "over" and "out" even when a connectWith hasn't changed

Fixes #9335

10 years agoDroppable: Account for draggable margins when detecting hover
Mike Sherov [Wed, 13 Aug 2014 23:36:07 +0000 (19:36 -0400)]
Droppable: Account for draggable margins when detecting hover

Fixes #6876

10 years agoBuild: Updating the master version to 1.11.2-pre.
Jörn Zaefferer [Wed, 13 Aug 2014 11:40:43 +0000 (13:40 +0200)]
Build: Updating the master version to 1.11.2-pre.

10 years agoAuthors: Update
Jörn Zaefferer [Wed, 13 Aug 2014 10:53:11 +0000 (12:53 +0200)]
Authors: Update

10 years agoDraggable: ignore overflow:hidden containers with scroll option
Mike Sherov [Sun, 10 Aug 2014 03:11:16 +0000 (23:11 -0400)]
Draggable: ignore overflow:hidden containers with scroll option

While it is true that overflow:hidden elements can be scrolled
programatically, this breaks user expectation. Therefore, do not
 scroll inside an overflow:hidden container.

10 years agoDraggable: clean up whitespace in scroll option
Mike Sherov [Sun, 10 Aug 2014 03:06:18 +0000 (23:06 -0400)]
Draggable: clean up whitespace in scroll option

10 years agoDraggable: consider offsets from overflow:hidden parents
Mike Sherov [Sun, 10 Aug 2014 03:00:58 +0000 (23:00 -0400)]
Draggable: consider offsets from overflow:hidden parents

Developers can programmatically set scrollTop/Left on
draggable containers that are overflow:hidden. They must
be considered for positioning.

Fixes #10147

10 years agoCore: provide "includeHidden" parameter in $.ui.scrollParent
Mike Sherov [Thu, 7 Aug 2014 12:40:48 +0000 (08:40 -0400)]
Core: provide "includeHidden" parameter in $.ui.scrollParent

Even though the user is unable to scroll via the UI, authors
may have custom scrollbars that programmatically set scrollTop.
Therefore, overflow:hidden can be considered a scrollParent.

10 years agoDraggable Tests: Fix several whitespace issues.
Mike Sherov [Thu, 7 Aug 2014 12:19:30 +0000 (08:19 -0400)]
Draggable Tests: Fix several whitespace issues.

10 years agoResizable: fix JSCS violations
Mike Sherov [Mon, 11 Aug 2014 13:51:45 +0000 (09:51 -0400)]
Resizable: fix JSCS violations

10 years agoDroppable: only consider pointer location with tolerance "pointer"
Will Holley [Tue, 21 May 2013 14:19:14 +0000 (15:19 +0100)]
Droppable: only consider pointer location with tolerance "pointer"

Fixes #4977
Closes gh-991

10 years agoDroppable Tests: fix whitespace in droppable_options
Mike Sherov [Mon, 11 Aug 2014 00:46:27 +0000 (20:46 -0400)]
Droppable Tests: fix whitespace in droppable_options

10 years agoDroppable tests: swap $.ui.intersect test with tolerance test
Mike Sherov [Mon, 11 Aug 2014 00:40:55 +0000 (20:40 -0400)]
Droppable tests: swap $.ui.intersect test with tolerance test

$.ui.intersect is not a documented API, yet droppable tolerance is,
and are essentially the same.

10 years agoAutocomplete: Use `$.trim` instead of `jQuery.trim` for consistency
TJ VanToll [Fri, 8 Aug 2014 12:47:25 +0000 (08:47 -0400)]
Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistency

Fixes #10525

10 years agoBuild: Update DB version for release script
Rafael Xavier de Souza [Thu, 7 Aug 2014 14:48:39 +0000 (11:48 -0300)]
Build: Update DB version for release script

10 years agoDraggable Tests: Fix inconsistent operator spacing.
Mike Sherov [Wed, 6 Aug 2014 23:43:13 +0000 (19:43 -0400)]
Draggable Tests: Fix inconsistent operator spacing.

10 years agoDraggable: Fix several whitespace issues
Mike Sherov [Wed, 6 Aug 2014 21:51:43 +0000 (17:51 -0400)]
Draggable: Fix several whitespace issues

10 years agoTooltip: Treat the tooltip as closing until it's fully removed
Scott González [Tue, 5 Aug 2014 18:19:06 +0000 (14:19 -0400)]
Tooltip: Treat the tooltip as closing until it's fully removed

This ensures that we don't trigger the close event twice if the tooltip is
destroyed during the hide animation.

Closes gh-1306

10 years agoAuthors: Update
Scott González [Wed, 6 Aug 2014 12:22:10 +0000 (08:22 -0400)]
Authors: Update

10 years agoTests: Fix TestSwarm submissions for old jQuery
Scott González [Wed, 6 Aug 2014 11:44:55 +0000 (07:44 -0400)]
Tests: Fix TestSwarm submissions for old jQuery

10 years agoResizable: account for padding & border in grids.
Mike Sherov [Tue, 5 Aug 2014 17:58:11 +0000 (13:58 -0400)]
Resizable: account for padding & border in grids.

Fixes #10437

10 years agoResizable: Fix containment width with relative parent.
Jyoti Deka [Mon, 4 Aug 2014 11:29:11 +0000 (07:29 -0400)]
Resizable: Fix containment width with relative parent.

Refs #10140
Closes gh-1303

10 years agoResizable: Fix containment calculation with relative parent 1304/head
Mike Sherov [Mon, 4 Aug 2014 12:18:35 +0000 (08:18 -0400)]
Resizable: Fix containment calculation with relative parent

Remove an incorrect fix introduced in 47cd5b6f that causes
width calculations to be incorrect once the correct fix
was introduced in c03cb807

Fixes #10140

10 years agoTests: Whitespace
Scott González [Fri, 1 Aug 2014 17:30:45 +0000 (13:30 -0400)]
Tests: Whitespace

10 years agoTests: Fix composite tests
Scott González [Fri, 1 Aug 2014 16:25:14 +0000 (12:25 -0400)]
Tests: Fix composite tests

10 years agoCore: Ensure forms in tests have some actual content
Scott González [Wed, 30 Jul 2014 14:16:29 +0000 (10:16 -0400)]
Core: Ensure forms in tests have some actual content

Empty forms have no height, so they're considered hidden in jquery-git as of
jquery/jquery@10399ddcf8a239acc27bdec9231b996b178224d3

10 years agoCore: Fix focusable detection for image maps
Scott González [Wed, 30 Jul 2014 14:03:53 +0000 (10:03 -0400)]
Core: Fix focusable detection for image maps

The attribute selector requires quotes to be valid, but only new (unreleased)
Sizzle has this requirement.

10 years agoCore: Clean up selector tests
Scott González [Wed, 30 Jul 2014 13:45:00 +0000 (09:45 -0400)]
Core: Clean up selector tests

10 years agoSelectmenu: Remove unused var in test
Scott González [Tue, 29 Jul 2014 19:18:46 +0000 (15:18 -0400)]
Selectmenu: Remove unused var in test

10 years agoSelectmenu: Don't check menu width in width option tests
Scott González [Tue, 29 Jul 2014 19:02:36 +0000 (15:02 -0400)]
Selectmenu: Don't check menu width in width option tests

10 years agoSelectmenu: Preserve text selection when interacting with the widget
Scott González [Tue, 29 Jul 2014 13:48:04 +0000 (09:48 -0400)]
Selectmenu: Preserve text selection when interacting with the widget

Fixes #10144
Closes gh-1295

10 years agoSelectmenu: Properly set width for button
Scott González [Tue, 29 Jul 2014 14:40:02 +0000 (10:40 -0400)]
Selectmenu: Properly set width for button

Fixes #10145
Closes gh-1296

10 years agoAutocomplete: Fix styling for combobox demo
Scott González [Thu, 24 Jul 2014 21:21:33 +0000 (17:21 -0400)]
Autocomplete: Fix styling for combobox demo

Fixes #10059

10 years agoAutocomplete: ESCAPE should not change content of a MultiLine
Yermo Lamers [Tue, 4 Feb 2014 21:47:26 +0000 (16:47 -0500)]
Autocomplete: ESCAPE should not change content of a MultiLine

Fixes #9790
Closes gh-1190

10 years agoResizable: Fix size/position changes in resize event
Scott González [Thu, 24 Jul 2014 17:32:34 +0000 (13:32 -0400)]
Resizable: Fix size/position changes in resize event

Fixes #10351
Closes gh-1292

10 years agoPosition: Support positioning within document with jQuery 1.6.x
Scott González [Thu, 24 Jul 2014 19:29:40 +0000 (15:29 -0400)]
Position: Support positioning within document with jQuery 1.6.x

Fixes #10071
Closes gh-1294

10 years agoWidget: Improve performance of cleanData method
Frederik Elvhage [Thu, 24 Jul 2014 13:04:06 +0000 (15:04 +0200)]
Widget: Improve performance of cleanData method

Fixes #9546
Closes gh-1291

10 years agoDatepicker: Abstract mouseover logic to avoid explicit event trigger
TJ VanToll [Wed, 23 Jul 2014 16:50:49 +0000 (12:50 -0400)]
Datepicker: Abstract mouseover logic to avoid explicit event trigger

The reliance on `.mouseover()` caused an issue in some circumstances
(see #5816). The removal of `.mouseover()` broke keyboard navigation
(see #10319).

Fixes #10319
Closes gh-1290

10 years agoDialog: Track the instance as soon as the dialog is opened
Scott González [Wed, 23 Jul 2014 15:10:14 +0000 (11:10 -0400)]
Dialog: Track the instance as soon as the dialog is opened

Fixes #10152

10 years agoBuild: Upgrade to jquery-mousewheel 3.1.12
Scott González [Tue, 22 Jul 2014 16:13:59 +0000 (12:13 -0400)]
Build: Upgrade to jquery-mousewheel 3.1.12

10 years agoDialog: Fix stacking of modal dialog overlays
Scott González [Thu, 17 Jul 2014 15:08:57 +0000 (11:08 -0400)]
Dialog: Fix stacking of modal dialog overlays

Fixes #10138
Closes gh-1286

10 years agoResizable: Remove accidental exposure of internal data in events
Jyoti Deka [Thu, 10 Jul 2014 03:31:22 +0000 (23:31 -0400)]
Resizable: Remove accidental exposure of internal data in events

Fixes #10148
Closes gh-1279

10 years agoTabs: Work around bad Safari/VoiceOver heuristics
Monika Piotrowicz [Sun, 8 Jun 2014 00:32:03 +0000 (20:32 -0400)]
Tabs: Work around bad Safari/VoiceOver heuristics

Move disabled tab click handlers from the container to the tablist to
prevent panel contents from being announced as clickable.

Fixes #10098
Closes gh-1261

10 years agoDatepicker: Show year/month on the same line
Jacques Perrault [Fri, 13 Jun 2014 15:27:44 +0000 (11:27 -0400)]
Datepicker: Show year/month on the same line

Fixes #7953
Closes gh-1277

10 years agoDraggable: Manage ui-draggable-handle correctly in nested instances
TJ VanToll [Tue, 15 Jul 2014 19:16:26 +0000 (15:16 -0400)]
Draggable: Manage ui-draggable-handle correctly in nested instances

10 years agoDraggable: Only apply ui-draggable-handle within the draggable instance
TJ VanToll [Tue, 15 Jul 2014 17:38:00 +0000 (13:38 -0400)]
Draggable: Only apply ui-draggable-handle within the draggable instance

Fixes #10212
Closes gh-1284

10 years agoEffect: Create a local jQuery variable to make jQuery Color work
Scott González [Mon, 14 Jul 2014 17:18:44 +0000 (13:18 -0400)]
Effect: Create a local jQuery variable to make jQuery Color work

Fixes #10199
Closes gh-1282

10 years agoDatepicker: Set explicit button text in demo
Scott González [Mon, 14 Jul 2014 19:30:48 +0000 (15:30 -0400)]
Datepicker: Set explicit button text in demo

Fixes #9626
Closes gh-1283

10 years agoDatepicker: reject dates with two year digits when expecting 'yy'
Rodrigo Menezes [Thu, 15 May 2014 21:16:09 +0000 (17:16 -0400)]
Datepicker: reject dates with two year digits when expecting 'yy'

Fixes #8353
Closes gh-1248

10 years agoSpinner: Fix inclusion of mousewheel plugin in demos
Scott González [Sat, 12 Jul 2014 13:04:36 +0000 (09:04 -0400)]
Spinner: Fix inclusion of mousewheel plugin in demos

Fixes #10188

10 years agoDialog demo: Remove a duplicate (and incorrect) script include
TJ VanToll [Thu, 10 Jul 2014 13:10:45 +0000 (09:10 -0400)]
Dialog demo: Remove a duplicate (and incorrect) script include

10 years agoTheme: Add support comments for filter properties
Scott González [Wed, 9 Jul 2014 13:04:45 +0000 (09:04 -0400)]
Theme: Add support comments for filter properties

10 years agoProgressbar: replace image reference in base CSS with data URI
Usman Akeju [Wed, 2 Jul 2014 10:49:46 +0000 (12:49 +0200)]
Progressbar: replace image reference in base CSS with data URI

The CSS for the Progressbar widget contained a reference to
"images/animated-overlay.gif", which is not included in custom jQuery UI
builds with "no theme" selected. This replaces the reference with a data URI.

Fixes #10134
Closes gh-1276

10 years agoSlider: Reset positioning when orientation changes
Scott González [Wed, 11 Jun 2014 13:28:39 +0000 (09:28 -0400)]
Slider: Reset positioning when orientation changes

Fixes #10105
Closes gh-1268

10 years agoBuild: Update license
Scott González [Tue, 27 May 2014 17:56:28 +0000 (13:56 -0400)]
Build: Update license

Closes gh-1257

10 years agoBuild: Updating the master version to 1.11.1-pre.
Jörn Zaefferer [Thu, 26 Jun 2014 12:36:58 +0000 (14:36 +0200)]
Build: Updating the master version to 1.11.1-pre.

10 years agoBuild: Update DB version for releases
Jörn Zaefferer [Thu, 26 Jun 2014 12:07:51 +0000 (14:07 +0200)]
Build: Update DB version for releases

10 years agoTests: Use closeEnough() to account for rounding differences
TJ VanToll [Mon, 23 Jun 2014 01:00:03 +0000 (21:00 -0400)]
Tests: Use closeEnough() to account for rounding differences

Selectmenu's test suite broke with b0e8380, which changed the padding
used by the menu widget. Selectmenu conditionally adds pixels to the
menu's width, and using closeEnough() accounts for that and the
rounding differences across browsers.

Closes gh-1275

10 years agoBower: Change jquery dependency to >=1.6 (don't limit max version)
Scott González [Tue, 24 Jun 2014 12:48:01 +0000 (08:48 -0400)]
Bower: Change jquery dependency to >=1.6 (don't limit max version)

Fixes #10110
Closes gh-1266

10 years agoBuild: Upgrade to grunt-bowercopy 1.1.0
Scott González [Tue, 24 Jun 2014 12:44:33 +0000 (08:44 -0400)]
Build: Upgrade to grunt-bowercopy 1.1.0

Ref gh-1266

10 years agoTest: Get all jQuery versions from Bower
Scott González [Tue, 10 Jun 2014 12:26:24 +0000 (08:26 -0400)]
Test: Get all jQuery versions from Bower

Ref gh-1266

10 years agoBuild: Reorganize external directory
Scott González [Tue, 10 Jun 2014 11:55:45 +0000 (07:55 -0400)]
Build: Reorganize external directory

Put each external library into its own directory.
Move jquery.js to external.

Ref gh-1266

10 years agoDatepicker: Define en and en-US locales based on defaults
Scott González [Thu, 12 Jun 2014 17:37:06 +0000 (13:37 -0400)]
Datepicker: Define en and en-US locales based on defaults

Fixes #6682
Closes gh-1269

10 years agoDialog: Honor preventDefault when managing focus 1265/head
Jörn Zaefferer [Tue, 10 Jun 2014 11:51:25 +0000 (13:51 +0200)]
Dialog: Honor preventDefault when managing focus

If event.isDefaultPrevented() is true, the focus management is
completely skipped, assuming the user manages focus manually.

Fixes #10103
Closes gh-1265

10 years agoDialog: Fix shift-tab handling, focus the correct element 1264/head
Jörn Zaefferer [Tue, 10 Jun 2014 10:38:26 +0000 (12:38 +0200)]
Dialog: Fix shift-tab handling, focus the correct element

Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0

Updates the tabbing test to be more specific about which element should
have focus, instead of only checking if focus is within the dialog.

Ref #9646
Ref #10103
Closes gh-1264

10 years agotravis: Remove node 0.8, add node 0.10
Timo Tijhof [Tue, 27 May 2014 21:17:41 +0000 (23:17 +0200)]
travis: Remove node 0.8, add node 0.10

Travis is failing on two accounts:

* "Error: No compatible version found: minimatch@'^0.3.0'"
  (because the version of npm that shipped with 0.8 doesn't
  support ^

* npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})

Closes gh-1258

10 years agoDialog: Fix off() -> unbind() for jQuery 1.6 compat
Timo Tijhof [Tue, 27 May 2014 18:22:14 +0000 (20:22 +0200)]
Dialog: Fix off() -> unbind() for jQuery 1.6 compat

Follows-up c9815f13b487d027ef9b.

Fixes #10072
Closes gh-1256

10 years agoSpinner: Don't change value when changing min/max options
David Petersen [Tue, 20 May 2014 00:29:45 +0000 (19:29 -0500)]
Spinner: Don't change value when changing min/max options

Fixes #9703
Closes gh-1252

10 years agoTests: Add widget option
David Petersen [Sun, 25 May 2014 21:27:24 +0000 (16:27 -0500)]
Tests: Add widget option

Allows running qunit tests for a single widget

Closes gh-1254

10 years agoBuild: Update DB version for release script
Jörn Zaefferer [Fri, 23 May 2014 10:55:33 +0000 (12:55 +0200)]
Build: Update DB version for release script

10 years agoREADME: Remove content that exists on the contribute site
Scott González [Tue, 20 May 2014 20:25:26 +0000 (16:25 -0400)]
README: Remove content that exists on the contribute site

10 years agoTabs: Move `aria-expanded` from active panel to active tab
David Petersen [Mon, 19 May 2014 02:58:41 +0000 (21:58 -0500)]
Tabs: Move `aria-expanded` from active panel to active tab

Fixes #9622
Closes gh-1251

10 years agoAuthors: Update
Jörn Zaefferer [Fri, 16 May 2014 15:40:26 +0000 (17:40 +0200)]
Authors: Update

10 years agoWidget: Remove misleading comment
Scott González [Wed, 14 May 2014 16:39:45 +0000 (12:39 -0400)]
Widget: Remove misleading comment

10 years agoMenu: Vertically center icons. Fix menu item wiggle and clearing in IE8
Trisha Crowley [Fri, 25 Apr 2014 17:35:02 +0000 (13:35 -0400)]
Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8

Fixes #9995
Closes gh-1235

10 years agoBuild: Fix manifest dependencies 1240/head
Jörn Zaefferer [Wed, 7 May 2014 20:39:21 +0000 (22:39 +0200)]
Build: Fix manifest dependencies

Clone bower dependencies instead of reusing and modifying the same object
multiple times.

10 years agoBuild: Add manifest entry for selectmenu
Jörn Zaefferer [Wed, 7 May 2014 06:25:44 +0000 (08:25 +0200)]
Build: Add manifest entry for selectmenu

Closes gh-1240

10 years agoAutocomplete: Search if the user retypes the same value 1238/head
TJ VanToll [Thu, 1 May 2014 13:57:38 +0000 (09:57 -0400)]
Autocomplete: Search if the user retypes the same value

Fixes #7434
Closes gh-1238

10 years agoBuild: Validate number of generated manifests 1241/head
Jörn Zaefferer [Thu, 8 May 2014 18:57:19 +0000 (20:57 +0200)]
Build: Validate number of generated manifests

Closes gh-1241

10 years agoBuild: Replace @VERSION in release tags 1239/head
Jörn Zaefferer [Tue, 6 May 2014 14:23:06 +0000 (16:23 +0200)]
Build: Replace @VERSION in release tags

Fixes #10006
Closes gh-1239

10 years agoCONTRIBUTING: Fix typo
Scott González [Wed, 7 May 2014 17:34:21 +0000 (13:34 -0400)]
CONTRIBUTING: Fix typo

10 years agoAll: Fix typos
Scott González [Wed, 7 May 2014 16:28:34 +0000 (12:28 -0400)]
All: Fix typos

Closes gh-1237

10 years agoBuild: Generate pre-releases the same way as stable releases
Scott González [Tue, 6 May 2014 13:52:23 +0000 (09:52 -0400)]
Build: Generate pre-releases the same way as stable releases

Fixes #9998

10 years agoMenu: Use item.outerHeight() in _scrollIntoView
Jörn Zaefferer [Tue, 6 May 2014 13:06:05 +0000 (15:06 +0200)]
Menu: Use item.outerHeight() in _scrollIntoView

Fixes #9991

10 years agoTooltip: Don't use `rgba()` for solid colors in video player demo
Scott González [Tue, 6 May 2014 12:35:00 +0000 (08:35 -0400)]
Tooltip: Don't use `rgba()` for solid colors in video player demo

Fixes a display issue in IE8.

10 years agoSelectmenu: Add new production selection demo
Felix Nagel [Wed, 23 Apr 2014 14:01:00 +0000 (16:01 +0200)]
Selectmenu: Add new production selection demo

Closes gh-1230

10 years agoTooltip demo: Reword dialog description for clarity
TJ VanToll [Thu, 24 Apr 2014 13:23:45 +0000 (09:23 -0400)]
Tooltip demo: Reword dialog description for clarity

Closes gh-1233

10 years agoDatepicker: Remove unnecessary mouseover trigger
Rafael Xavier de Souza [Tue, 30 Apr 2013 18:32:31 +0000 (15:32 -0300)]
Datepicker: Remove unnecessary mouseover trigger

Fixes #5816
Closes gh-974

10 years agoBuild: Migrate to jquery-release 1203/head
Jörn Zaefferer [Tue, 11 Feb 2014 19:49:47 +0000 (20:49 +0100)]
Build: Migrate to jquery-release

Fixes #9793

10 years agoDialog demo: Update modal form demo
Jörn Zaefferer [Thu, 24 Apr 2014 17:19:50 +0000 (19:19 +0200)]
Dialog demo: Update modal form demo

- Removes an invalid jquery.ui.button.js reference (button.js is loaded)
- Updates the email regex to use the one from the HTML5 spec
- Refactors the code to add the user on both button click and form submit
- Reset the form to its original state on submit
- Initialize the form with values that can be submitted immediately, better
for a demo
- Rename bValid to valid

10 years agoDialog demo: Move animated dialog demo to the end of the index
Jörn Zaefferer [Thu, 24 Apr 2014 17:18:49 +0000 (19:18 +0200)]
Dialog demo: Move animated dialog demo to the end of the index

This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.

10 years agoDialog demo: Remove regular modal demo, the other modal demos are better
Jörn Zaefferer [Thu, 24 Apr 2014 17:18:20 +0000 (19:18 +0200)]
Dialog demo: Remove regular modal demo, the other modal demos are better

10 years agoDemos: Delete useless interactions demos
Jörn Zaefferer [Thu, 24 Apr 2014 18:11:05 +0000 (20:11 +0200)]
Demos: Delete useless interactions demos

All three delay-start demos use by examples for distance and delay while
the default works fine.

The connected-through tabs demo is just ridiculous.

10 years agoProgressbar demo: Speed up the progress a bit to make them less annoying
Jörn Zaefferer [Thu, 24 Apr 2014 17:52:47 +0000 (19:52 +0200)]
Progressbar demo: Speed up the progress a bit to make them less annoying

10 years agoButton demo: Replace anchors with more appropriate buttons
Jörn Zaefferer [Thu, 24 Apr 2014 17:39:08 +0000 (19:39 +0200)]
Button demo: Replace anchors with more appropriate buttons

10 years agoBuild: Add Felix Nagel as a maintainer
Scott González [Thu, 24 Apr 2014 14:04:15 +0000 (10:04 -0400)]
Build: Add Felix Nagel as a maintainer

10 years agoResizable demo: Trivial grammatical fix
TJ VanToll [Thu, 24 Apr 2014 13:23:12 +0000 (09:23 -0400)]
Resizable demo: Trivial grammatical fix