Commit graph

  • a92e2c8b50 Added “mini” form widget options, optional background on slider widgets. header-footer-widgets Mat Marquis 2012-01-28 14:03:30 -0500
  • 9ce232f42a Merge pull request #3497 from jakeboone02/global-config-loading-sequence master Ghislain Seguin 2012-01-28 10:13:06 -0800
  • e6b685d017 Fixed remaining loading sequence issues for global config tests Jake Boone 2012-01-28 11:31:03 -0500
  • e37c7e9bf5 Moved RequireJS plugins to external/requirejs Ghislain Seguin 2012-01-27 23:36:42 -0800
  • b15815d5d8 Ensure module paths are relative Ghislain Seguin 2012-01-27 23:27:13 -0800
  • 02c45dfe19 Fixed loading sequence Ghislain Seguin 2012-01-27 23:26:13 -0800
  • c000625372 Updated to RequireJS 1.0.5 Ghislain Seguin 2012-01-27 23:15:18 -0800
  • 2deb132a4f Fixed meta-module for docs Moved dependency on jquery.mobile from jqm-docs to jquery.mobile.docs Use order! plugin to ensure that jquery.mobile gets executed (dumped) first Added pragmas around the jqm-docs define Ghislain Seguin 2012-01-27 23:14:02 -0800
  • e74eeda398 default to core 1.7.1 in the deploy of the demo John Bender 2012-01-26 12:47:01 -0800
  • 4523bb241b Undoing one of my earilier changes to remove a jump-to-top that commonly happened at the start of transitions, scottjehl 2012-01-27 20:39:07 +0700
  • a2bfc27492 Implemented and documented the tapToggleBlacklist option of the fixedtoolbar plugin, which tells the plugin to ignore certain targets for tap toggling the toolbars. The default list is "a, input, select, textarea, .ui-header-fixed, .ui-footer-fixed". scottjehl 2012-01-27 19:34:14 +0700
  • 5ef03c8474 Merge remote branch 'origin/master' scottjehl 2012-01-27 18:43:27 +0700
  • 8232059164 Added an optional 1.0-style loading box design, configurable via a new loadingMessageTextVisible option, which defaults to false for regular loading messages, but is true for internal error messages. In order to support this change, the show loader method was modified with 3 arguments: theme, text, and text-only. Other new core options have been added to configure the theme for default and error message boxes: loadingMessageTheme and pageLoadErrorMessageTheme. scottjehl 2012-01-27 18:42:22 +0700
  • 43f2ef63ca undo the copyright swap 1.0-stable John Bender 2012-01-26 13:18:14 -0800
  • c299a92c5f bumped version to 1.0.1 John Bender 2012-01-26 13:06:30 -0800
  • b2e95c42a2 use jquery min for deploy build John Bender 2012-01-26 12:39:59 -0800
  • de54cfe5d0 Makefile whitespace John Bender 2012-01-26 12:37:56 -0800
  • beaf693c23 use jquery min for deploy build John Bender 2012-01-26 12:39:59 -0800
  • 45b71e1a88 Makefile whitespace John Bender 2012-01-26 12:37:56 -0800
  • d3911f1209 Merge pull request #3475 from jasondscott/issue_1524 Ghislain Seguin 2012-01-26 11:42:04 -0800
  • 5c0429463a TODO update jquery version in tag replace John Bender 2012-01-26 08:20:16 -0800
  • 45eb085167 ensure that fullscreen toolbars do not animate in when the page is first shown scottjehl 2012-01-26 17:24:23 +0700
  • 82ddbf1318 Merge remote branch 'origin/master' scottjehl 2012-01-26 17:07:26 +0700
  • 967a374cd3 updated documentation on the new fixedtoolbar plugin. scottjehl 2012-01-26 17:02:16 +0700
  • bb62031cc3 added support for the updatelayout event, so that fixed toolbars can be manually updated through this event alongside other plugins that subscribe to it. scottjehl 2012-01-26 16:21:02 +0700
  • bb17f146e4 added an argument to the show and hide methods to specify that no transition should be used, regardless of the default transition type. This is now used on pageshow, so the toolbar does not use an animated transition when the page is initially shown. scottjehl 2012-01-26 16:06:44 +0700
  • ee0573e7d2 set the default toolbars transition to slide, because it looks kinda nice scottjehl 2012-01-26 15:18:33 +0700
  • 82ed98cffc some edits to make sure proper classes are toggled for the slide transition to work, if it's set. scottjehl 2012-01-26 15:16:52 +0700
  • 8aaa1c9420 fixed up the unit tests to ensure the disablePageZoom option works as expected scottjehl 2012-01-26 14:59:43 +0700
  • 893508710a renamed togglePageZoom option disablePageZoom scottjehl 2012-01-26 14:26:26 +0700
  • 716bf7f45d removed ability to set "fullscreen" on the page itself. Instead, this should be set on the fixed toolbar elements. scottjehl 2012-01-26 12:18:00 +0700
  • 022b75d111 Added comment Ghislain Seguin 2012-01-25 21:05:02 -0800
  • e1d98a7e1b Removed use of order! plugin Ghislain Seguin 2012-01-25 20:54:16 -0800
  • e307d9f66b updated platform support to include Bada and UCweb. scottjehl 2012-01-26 11:46:14 +0700
  • 8ba1506510 removed the converter experiment scottjehl 2012-01-26 10:49:16 +0700
  • 3c07beffad removed the google maps experiment scottjehl 2012-01-26 10:49:02 +0700
  • 9732110552 removed the weather experiment scottjehl 2012-01-26 10:48:17 +0700
  • 5062e566b8 Fixed version string in built bundles (docs and main) Ghislain Seguin 2012-01-25 16:52:16 -0800
  • e78c5ccf8b Added exclusions for the docs bundle Ghislain Seguin 2012-01-25 16:51:39 -0800
  • b467dfb536 Revert unwanted change use rhino to run JavaScript Ghislain Seguin 2012-01-25 16:34:35 -0800
  • 5ced7f81cd Added AMD text plugin Ghislain Seguin 2012-01-25 15:36:49 -0800
  • ae835d0af1 Fixes #3479 Added $.mobile.version Ghislain Seguin 2012-01-25 15:20:44 -0800
  • b08ff1ec6a Removed extra newline Ghislain Seguin 2012-01-25 14:33:45 -0800
  • 227530a107 remove redundant compile output cleaning John Bender 2012-01-25 12:31:29 -0800
  • e47a74dd90 Changed version flag to say "1.x Unstable" on master homepage toddparker 2012-01-25 14:58:17 -0500
  • 2e051912b4 Updated code i getting started to 1.0.1 toddparker 2012-01-25 14:36:15 -0500
  • 85a0a00a3f Changed copyright to "2011-2012" on all files. toddparker 2012-01-25 14:10:41 -0500
  • 1ebf12bd45 Upgraded supported browser page to newest into toddparker 2012-01-25 13:42:34 -0500
  • f4c62d07db Updated version flag image to 1.0.1 toddparker 2012-01-25 13:21:29 -0500
  • 7c294ae6ff Updated code examples on the anatomy of a page from 1.0 to 1.0.1 toddparker 2012-01-25 13:19:17 -0500
  • 432ebfe041 Updated references from 1.0 to 1.0.1 toddparker 2012-01-25 13:15:41 -0500
  • 72b0d46dff Added updatePagePadding option to automate the use of the updatePagePadding method, with a default value of true. When true, this method calls the updatePagePadding method on webkitAnimationStart, animationstart, pageshow, and throttledresize. The animation events catch the page before it transitions in, whereas pageshow event serves the purpose of catching the page when animations are not in play, or when there's no FROM page that you're transitioning from. Lastly, the throttledresize event updates the value on resize. scottjehl 2012-01-25 22:15:40 +0700
  • 9381ae8f09 this seems to be a little better on repaints. scottjehl 2012-01-25 21:12:23 +0700
  • 99db3d039f Merge remote branch 'origin/master' scottjehl 2012-01-25 18:26:57 +0700
  • 699001a3c6 Added an experimental "updatePagePadding" method, which allows developers to adjust the page element's padding to accommodate a taller toolbar, so there is no overlap. scottjehl 2012-01-25 18:26:04 +0700
  • 544cdb49d6 if the option to disable page zoom on pages that contain a fixed toolbar is true, the plugin needs to use the lock to prevent other plugins from enabling zoom again while the page is in view. Fixes #3477 scottjehl 2012-01-25 17:39:13 +0700
  • 56607b946c this dependency is already in the define statement, which should be enough scottjehl 2012-01-25 17:32:51 +0700
  • b39c320bec preventFocusZoom default is true on iOS platforms, false otherwise, as it is only here to address an iOS bug. scottjehl 2012-01-25 17:28:25 +0700
  • f5260ab9e5 exclude non-iOS platforms from this behavior scottjehl 2012-01-25 17:24:53 +0700
  • 271beeefb0 Merge pull request #3485 from jrburke/amd-relative Ghislain Seguin 2012-01-24 15:33:21 -0800
  • dc2760025c Moved function to outside each loop, to prevent it from being redefined each time the controlgroup widget is called. Mat Marquis 2012-01-22 13:35:36 -0500
  • 096e90bbfe Update to relative AMD dependencies, allows proper use of source in an AMD project. jrburke 2012-01-24 14:43:24 -0800
  • 26c8cce23b Updated paths to JS and CSS. Mat Marquis 2012-01-24 13:07:07 -0500
  • 40c400d657 Merge remote branch 'origin/master' scottjehl 2012-01-24 17:34:20 +0700
  • f9d7ff95a7 removed unused function in tests scottjehl 2012-01-24 17:29:48 +0700
  • 9da89ff6db modified so that the select zoom calls manipulate the locked property, to ensure other zoom plugins don't mess with it during focus scottjehl 2012-01-24 17:25:10 +0700
  • 6e12e62123 namespaced the events. scottjehl 2012-01-24 17:24:05 +0700
  • 94a9b24567 added the locked property, with options to lock and unlock it when calling disable or enable, respectively. This allows a plugin to take control and ensure zoom isn't messed with while it's carrying out a zoom-specific task scottjehl 2012-01-24 17:23:36 +0700
  • edad9c1f9a window not w, evt wasn't defined. Thanks @staabm scottjehl 2012-01-24 02:12:42 +0700
  • 5725b4bac9 updated to bulletproof further scottjehl 2012-01-24 01:40:37 +0700
  • 6cee30d22c updated to use only the devicemotion event, for compatibility and less battery battering scottjehl 2012-01-20 23:20:27 +0700
  • 460ad7197c This change brings the iOS orientationchange bug workaround up to the latest code from that external project, with an experimental attempt at iOS4.3 support on the 3GS using the devicemotion event, which may be a bad idea to use unthrottled - not sure yet. This code needs to be tested on a device with iOS5, and I imagine the check for deviceorientation will also need a check for the value of evt.gamma. At that point, we may decide to only support iOS5 for this workaround, and the code can bind only to deviceorientation and be more concise. scottjehl 2012-01-19 20:59:21 +0700
  • 4e2c8ef2a3 added unit tests for prevent focus zoom option scottjehl 2012-01-19 20:39:19 +0700
  • 3a9c22eacc switched up this check so it binds the events regardless of initial state, in case it's toggled later scottjehl 2012-01-19 20:07:49 +0700
  • ae726d2d45 added files to index php scottjehl 2012-01-19 19:49:26 +0700
  • b7549b213c moved the iosfocusfix logic over to the selectmenu plugin. It's now toggled via a new option: preventFocusZoom (Default is true). scottjehl 2012-01-19 19:49:16 +0700
  • 6077668af4 added a restore method, similar to a widget's destroy. Restores the meta content back to original value scottjehl 2012-01-19 19:31:49 +0700
  • 5fcf89e0d9 added unit tests for the zoom plugin scottjehl 2012-01-19 19:28:28 +0700
  • db453434a8 use maximum scale instead of user-scaling, as it's more reliable for restoring zoom scottjehl 2012-01-19 19:07:16 +0700
  • 79b1979177 fixed up the unit tests so that they only test the plugin's usage of the zoom methods, not the result of whether those methods are working scottjehl 2012-01-19 14:13:44 +0700
  • 29373214c6 added zoom dependency and removed internal handling of page zoom enable/disable, opting to use the zoom plugin methods instead scottjehl 2012-01-19 14:11:41 +0700
  • 75214550b1 added meta viewport tag scottjehl 2012-01-19 14:09:28 +0700
  • b07bab7b51 fixed a duplicate listing scottjehl 2012-01-19 14:08:55 +0700
  • 66be09d2de A new utility: $.mobile.zoom, which as 3 members: enabled [bool], disable [function], and enable [function]. scottjehl 2012-01-17 13:52:59 +0700
  • 93d89da06f A bit of new-fangled AMD code accidentally made it into 1.0 stable. Mat Marquis 2012-01-23 23:35:00 -0500
  • 8303055687 Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices. jblas@adobe.com 2012-01-06 10:19:04 -0800
  • cfb6343fc9 Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed. Mat Marquis 2011-12-15 12:36:57 -0500
  • fc9a93d9f9 fix position of searchbar in touchOverflow mode MaZderMind 2011-12-15 19:42:59 +0100
  • 51d83fcc89 Tweaked fieldset border rules so field contains work with this element. Fixes #2448 toddparker 2011-12-21 22:40:41 -0500
  • 79957b436a [custom select] Use $(window).width() and not window.innerWidth - same for height Gabriel Schulhof 2011-12-23 16:09:50 +0200
  • b370341504 Corrected fix for #3262 so it doesn't prevent buttons filling available space Garann Means 2011-12-27 12:00:13 -0600
  • a215d4c13e Issue #1524 - Fixing style - Missing white space Jason 2012-01-23 20:00:54 -0500
  • a5e595f56d Added moz-prefixed transition for slider handle. Mat Marquis 2012-01-23 17:27:32 -0500
  • e7250070d1 Added moz-prefixed transition for slider handle. Mat Marquis 2012-01-23 17:27:32 -0500
  • 201058bc90 Cached window in show/hide functions, since I was in the neighborhood. Mat Marquis 2012-01-23 15:52:49 -0500
  • 92cf8d62c4 Issue #1524 - Taphold event fired while scrolling on Blackberry Playbook Jason 2012-01-23 15:33:59 -0500
  • 1609ea10e7 Changed input file for css structure to static string: jquery.mobile.structure Ghislain Seguin 2012-01-23 11:04:12 -0800
  • e42c7025e5 Use jquery.mobile.structure.css instead of the list all the individual Ghislain Seguin 2012-01-20 23:03:39 -0800
  • 235f39b6a7 import jquery.mobile.structure.css instead of all the individual files Ghislain Seguin 2012-01-20 23:02:55 -0800
  • ddaab10c59 Created jquery.mobile.structure.css which contains the structure css files Ghislain Seguin 2012-01-20 23:00:34 -0800