]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoSpinner: Add demo for time spinner
jzaefferer [Sun, 28 Nov 2010 18:59:29 +0000 (19:59 +0100)]
Spinner: Add demo for time spinner

13 years agoSpinner: Update license header.
jzaefferer [Sat, 20 Nov 2010 14:39:40 +0000 (15:39 +0100)]
Spinner: Update license header.

13 years agoSpinner: Adding overflow demo
jzaefferer [Tue, 2 Nov 2010 15:41:11 +0000 (16:41 +0100)]
Spinner: Adding overflow demo

13 years agoSpinner: Removing rtl demo
jzaefferer [Tue, 2 Nov 2010 15:31:22 +0000 (16:31 +0100)]
Spinner: Removing rtl demo

13 years agoSpinner: Make sure that options.value and input.val() are in sync
jzaefferer [Thu, 28 Oct 2010 15:45:34 +0000 (17:45 +0200)]
Spinner: Make sure that options.value and input.val() are in sync

13 years agoSpinner: Refactored reading htlm5 attributes option init
jzaefferer [Thu, 28 Oct 2010 15:32:01 +0000 (17:32 +0200)]
Spinner: Refactored reading htlm5 attributes option init

13 years agoSlider: Add spinner to demo index
jzaefferer [Wed, 27 Oct 2010 15:51:55 +0000 (17:51 +0200)]
Slider: Add spinner to demo index

13 years agoSpinner: Visual test page for events
jzaefferer [Wed, 27 Oct 2010 15:47:49 +0000 (17:47 +0200)]
Spinner: Visual test page for events

13 years agoSpinner: Improved mousewheel event handling
jzaefferer [Wed, 27 Oct 2010 15:45:32 +0000 (17:45 +0200)]
Spinner: Improved mousewheel event handling

13 years agoSpinner: More refactorings and cleanups, and heavy improvement on the incremental...
jzaefferer [Wed, 27 Oct 2010 14:38:00 +0000 (16:38 +0200)]
Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments

13 years agoSlider: Cleanup public methods
jzaefferer [Tue, 26 Oct 2010 10:56:40 +0000 (12:56 +0200)]
Slider: Cleanup public methods

13 years agoSlider: Improve destroy method
jzaefferer [Tue, 26 Oct 2010 10:53:34 +0000 (12:53 +0200)]
Slider: Improve destroy method

13 years agoSlider: Some more refactoring and cleanup
jzaefferer [Tue, 26 Oct 2010 10:44:32 +0000 (12:44 +0200)]
Slider: Some more refactoring and cleanup

13 years agoSlider: Some more test suite improvements
jzaefferer [Tue, 26 Oct 2010 10:21:22 +0000 (12:21 +0200)]
Slider: Some more test suite improvements

13 years agoSpinner: Changed default for numberformat to null. Fixed disabled option to not preve...
jzaefferer [Tue, 26 Oct 2010 10:14:45 +0000 (12:14 +0200)]
Spinner: Changed default for numberformat to null. Fixed disabled option to not prevent changing value via step and page methods. OVerhauled testsuite.

13 years agoSlider: Simplifying mousewheel binding, remove Opera workaround
jzaefferer [Tue, 26 Oct 2010 08:54:28 +0000 (10:54 +0200)]
Slider: Simplifying mousewheel binding, remove Opera workaround

13 years agoSlider: Update to latest mousewheel plugin
jzaefferer [Tue, 26 Oct 2010 08:53:03 +0000 (10:53 +0200)]
Slider: Update to latest mousewheel plugin

13 years agoSpiner: Tune mousewheel spinning
jzaefferer [Tue, 26 Oct 2010 08:36:46 +0000 (10:36 +0200)]
Spiner: Tune mousewheel spinning

13 years agoSlider: Removing dir option. Implementation caused more damage then being useful...
jzaefferer [Mon, 25 Oct 2010 16:10:07 +0000 (18:10 +0200)]
Slider: Removing dir option. Implementation caused more damage then being useful - will eventually implement RTL support in all widgets.

13 years agoSlider: More codecleanup. Inlining defaults for min/max, removing page (use 10*step...
jzaefferer [Mon, 25 Oct 2010 16:06:26 +0000 (18:06 +0200)]
Slider: More codecleanup. Inlining defaults for min/max, removing page (use 10*step instead), removing mouseWheel (just use when available)

13 years agoSpinner: Fix value option initalization
jzaefferer [Mon, 25 Oct 2010 15:32:08 +0000 (17:32 +0200)]
Spinner: Fix value option initalization

13 years agoSpinner: More cleanup
jzaefferer [Sun, 24 Oct 2010 13:57:58 +0000 (15:57 +0200)]
Spinner: More cleanup

13 years agoSpinner: Some code and test cleanup
jzaefferer [Sun, 24 Oct 2010 13:52:26 +0000 (15:52 +0200)]
Spinner: Some code and test cleanup

13 years agoUsing button widget for the spinner buttons. Can still use some improvements, droppin...
jzaefferer [Sat, 23 Oct 2010 00:06:25 +0000 (02:06 +0200)]
Using button widget for the spinner buttons. Can still use some improvements, dropping custom theme stuff in favor of button styles.

13 years agoReplaced hexadecimal demo with decimal demo. Updated that and the currency demo ...
jzaefferer [Fri, 22 Oct 2010 23:51:12 +0000 (01:51 +0200)]
Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.

13 years agoImporting spinner unit tests
jzaefferer [Fri, 22 Oct 2010 04:23:52 +0000 (06:23 +0200)]
Importing spinner unit tests

13 years agoPorting old spinner implementation to 1.8, dropping some baggage.
jzaefferer [Fri, 22 Oct 2010 04:16:12 +0000 (06:16 +0200)]
Porting old spinner implementation to 1.8, dropping some baggage.

13 years agoUpgraded jQuery to 1.4.3.
Scott González [Fri, 22 Oct 2010 02:29:28 +0000 (22:29 -0400)]
Upgraded jQuery to 1.4.3.

13 years agoAutocomplete tests: Removed reference to non-existent menu plugin.
Scott González [Fri, 22 Oct 2010 02:16:27 +0000 (22:16 -0400)]
Autocomplete tests: Removed reference to non-existent menu plugin.

13 years agoAutocomplete: Split menu resizing logic into its own method to create a more logical...
Scott González [Fri, 22 Oct 2010 02:15:13 +0000 (22:15 -0400)]
Autocomplete: Split menu resizing logic into its own method to create a more logical method to proxy for custom sizing.

13 years agoWidget: Don't throw errors for invalid method calls (wait till 1.9 to add this back...
Scott González [Thu, 21 Oct 2010 13:52:27 +0000 (09:52 -0400)]
Widget: Don't throw errors for invalid method calls (wait till 1.9 to add this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls.

14 years agoPosition: Use a better check for determining if an object is a window. Fixes #6201...
Scott González [Thu, 21 Oct 2010 03:47:17 +0000 (23:47 -0400)]
Position: Use a better check for determining if an object is a window. Fixes #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework.

14 years agoWidget: Fixed reference to element in _getCreateOptions().
Scott González [Wed, 20 Oct 2010 03:19:53 +0000 (23:19 -0400)]
Widget: Fixed reference to element in _getCreateOptions().

14 years agoExternal: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9...
Scott González [Wed, 20 Oct 2010 03:05:13 +0000 (23:05 -0400)]
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.

14 years agoCore: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWi...
Scott González [Wed, 20 Oct 2010 02:44:46 +0000 (22:44 -0400)]
Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWidth() setter broken with jQuery 1.3.2.

14 years agoBuild: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS
jzaefferer [Tue, 19 Oct 2010 15:28:11 +0000 (17:28 +0200)]
Build: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS

14 years agoBuild: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files
jzaefferer [Mon, 18 Oct 2010 14:31:42 +0000 (16:31 +0200)]
Build: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files

14 years agoMouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible...
Richard D. Worth [Fri, 15 Oct 2010 08:04:39 +0000 (01:04 -0700)]
Mouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible. See http://msdn.microsoft.com/en-us/library/cc196988%28VS.85%29.aspx for more info. Fixes #5370 - All drag & drop events fail in IE9. Thanks xirzec.

14 years agochanged jQuery to $ in last commit for consistency
Richard D. Worth [Thu, 14 Oct 2010 09:55:40 +0000 (02:55 -0700)]
changed jQuery to $ in last commit for consistency

14 years agoMouse: Limit mouseup out of window check to only versions of IE earlier than 9 as...
Richard D. Worth [Thu, 14 Oct 2010 09:53:20 +0000 (02:53 -0700)]
Mouse: Limit mouseup out of window check to only versions of IE earlier than 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9.

14 years agoDemos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:49:00 +0000 (15:49 -0400)]
Demos: Coding standards.

14 years agoTabs demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:43:49 +0000 (15:43 -0400)]
Tabs demos: Coding standards.

14 years agoEffects (toggle) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:29:56 +0000 (15:29 -0400)]
Effects (toggle) demos: Coding standards.

14 years agoEffects (toggleClass) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:29:37 +0000 (15:29 -0400)]
Effects (toggleClass) demos: Coding standards.

14 years agoEffects (switchClass) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:24:00 +0000 (15:24 -0400)]
Effects (switchClass) demos: Coding standards.

14 years agoSortable demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:23:42 +0000 (15:23 -0400)]
Sortable demos: Coding standards.

14 years agoMouse: Always call event.preventDefault() in _mouseDown if we've met the starting...
Scott González [Wed, 13 Oct 2010 17:30:50 +0000 (13:30 -0400)]
Mouse: Always call event.preventDefault() in _mouseDown if we've met the starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors.

14 years agoSlider demos: Coding standards.
Scott González [Wed, 13 Oct 2010 14:39:50 +0000 (10:39 -0400)]
Slider demos: Coding standards.

14 years agoCore: Minor cleanup.
Scott González [Tue, 12 Oct 2010 13:20:04 +0000 (09:20 -0400)]
Core: Minor cleanup.

14 years agoSelectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes ...
Scott González [Tue, 12 Oct 2010 00:58:53 +0000 (20:58 -0400)]
Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes #5698 - Selectable: Bug in serializable demo.

14 years agoFix jQuery file name.
Scott González [Mon, 11 Oct 2010 21:37:36 +0000 (17:37 -0400)]
Fix jQuery file name.

14 years agoAutocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplet...
Scott González [Mon, 11 Oct 2010 21:23:50 +0000 (17:23 -0400)]
Autocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplete pops up on readOnly inputs.

14 years agoAutocomplete: Pass along some more original events.
Scott González [Mon, 11 Oct 2010 12:51:54 +0000 (08:51 -0400)]
Autocomplete: Pass along some more original events.

14 years agoButton: removed explicit call to _init() from _create(). Fixes #6165 - buttonset...
= [Fri, 8 Oct 2010 18:05:18 +0000 (02:05 +0800)]
Button: removed explicit call to _init() from  _create().  Fixes #6165 - buttonset: refresh() fires twice on create

14 years agoEffects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow...
Scott González [Fri, 8 Oct 2010 12:07:54 +0000 (08:07 -0400)]
Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.

14 years agoWidget: Simplified _getCreateOptions().
Scott González [Thu, 7 Oct 2010 13:06:28 +0000 (09:06 -0400)]
Widget: Simplified _getCreateOptions().

14 years agoWidget: Added ability to define how to find options on init. Fixes #6158 - Widget...
Scott González [Wed, 6 Oct 2010 19:11:49 +0000 (15:11 -0400)]
Widget: Added ability to define how to find options on init. Fixes #6158 - Widget: Ability to define new methods for gathering options on init.

14 years agoAutocomplete: Prevent keypress events caused by enter key when selecting an item...
Dmitry Petrov [Wed, 6 Oct 2010 14:24:03 +0000 (10:24 -0400)]
Autocomplete: Prevent keypress events caused by enter key when selecting an item. Fixes #6055 - Autocomplete: Selecting an item by pressing enter submits the form in Opera.

14 years agoDatepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes handler ids...
m157y [Wed, 6 Oct 2010 07:09:59 +0000 (00:09 -0700)]
Datepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes handler ids with dashes

14 years agoDatepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect...
m157y [Wed, 6 Oct 2010 07:18:24 +0000 (00:18 -0700)]
Datepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect weekHeader for Russian localization

14 years agoDialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does...
Scott González [Tue, 5 Oct 2010 20:20:43 +0000 (16:20 -0400)]
Dialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does not work in IE6.

14 years agoAutocomplete: Make sure we have a response before trying to check the length. Fixes...
Scott González [Tue, 5 Oct 2010 15:09:39 +0000 (11:09 -0400)]
Autocomplete: Make sure we have a response before trying to check the length. Fixes #6147 - Autocomplete: Errors on empty responses.

14 years agoEffects: Jump to final state and execute callbacks when $.fx.off is set to true....
Scott González [Mon, 4 Oct 2010 18:52:06 +0000 (14:52 -0400)]
Effects: Jump to final state and execute callbacks when $.fx.off is set to true. Fixes #6131 - Dialog breaks when $.fx.off. Partial fix for #5512 - jQuery.fx.off and effect on jQuery UI Effects.

14 years agoTab: modified init to display correct content of misordered div when hash present...
jenters [Wed, 29 Sep 2010 17:32:43 +0000 (12:32 -0500)]
Tab: modified init to display correct content of misordered div when hash present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs

14 years agoDialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form...
John Firebaugh [Fri, 1 Oct 2010 22:46:19 +0000 (15:46 -0700)]
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.

14 years agoRevert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...
Scott González [Mon, 4 Oct 2010 13:18:21 +0000 (09:18 -0400)]
Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7."

This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af.

Reverting so I can commit again with the proper author.

14 years agoDialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form...
Scott González [Mon, 4 Oct 2010 13:15:40 +0000 (09:15 -0400)]
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.

14 years agoDialog: Don't pass props to jQuery when creating buttons.
Scott González [Fri, 1 Oct 2010 15:18:17 +0000 (11:18 -0400)]
Dialog: Don't pass props to jQuery when creating buttons.

Thanks jitter.

14 years agoDialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="button".
Scott González [Thu, 30 Sep 2010 17:17:52 +0000 (10:17 -0700)]
Dialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="button".

14 years agoWidget: Added create event. Fixes #6126 - Widget: Add create event.
Scott González [Thu, 30 Sep 2010 00:36:45 +0000 (17:36 -0700)]
Widget: Added create event. Fixes #6126 - Widget: Add create event.

14 years agoEffects (show): coding standards.
Scott González [Mon, 27 Sep 2010 19:54:52 +0000 (15:54 -0400)]
Effects (show): coding standards.

14 years agoSelectable demos: coding standards.
Scott González [Mon, 27 Sep 2010 19:47:17 +0000 (15:47 -0400)]
Selectable demos: coding standards.

14 years agoResizable demos: coding standards.
Scott González [Mon, 27 Sep 2010 19:42:06 +0000 (15:42 -0400)]
Resizable demos: coding standards.

14 years agoEffects (removeClass) demos: coding standards.
Scott González [Mon, 27 Sep 2010 19:41:35 +0000 (15:41 -0400)]
Effects (removeClass) demos: coding standards.

14 years agoDialog: Batch size-related option settings.
Scott González [Mon, 27 Sep 2010 19:15:20 +0000 (15:15 -0400)]
Dialog: Batch size-related option settings.

14 years agoDialog demos: safer selectors for the demo system workaround.
Scott González [Mon, 27 Sep 2010 15:31:55 +0000 (11:31 -0400)]
Dialog demos: safer selectors for the demo system workaround.

14 years agoWidget: Added _setOptions method for handling normalized options setting. Fixes ...
Scott González [Mon, 27 Sep 2010 15:21:09 +0000 (11:21 -0400)]
Widget: Added _setOptions method for handling normalized options setting. Fixes #6114 - Widget: Add _setOptions() method.

14 years agoProgressbar: Added a complete event. Fixes #3500 - Progressbar callback at the end.
Scott González [Mon, 27 Sep 2010 14:44:04 +0000 (10:44 -0400)]
Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at the end.

14 years agoAutocomplete: Only prevent the default action for enter when a menu item is active...
Scott González [Mon, 27 Sep 2010 14:10:00 +0000 (10:10 -0400)]
Autocomplete: Only prevent the default action for enter when a menu item is active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive.

Thanks Ján Suchal.

14 years agoAutocomplete (Menu): Only traverse through .ui-menu-item elements for paging. Fixes...
Scott González [Mon, 27 Sep 2010 13:10:18 +0000 (09:10 -0400)]
Autocomplete (Menu): Only traverse through .ui-menu-item elements for paging. Fixes #6029 - Autocomplete: Custom item can be activated (and result in error) on PageUp/PageDown key click.

14 years agoAutocomplete: Handle IE firing focus events asynchronously. Fixes #6109 - Autocomplet...
Scott González [Fri, 24 Sep 2010 20:49:10 +0000 (16:49 -0400)]
Autocomplete: Handle IE firing focus events asynchronously. Fixes #6109 - Autocomplete Change event does not fire in IE.

14 years agoRelease: Small tweak to some wording.
Scott González [Fri, 24 Sep 2010 19:43:17 +0000 (15:43 -0400)]
Release: Small tweak to some wording.

14 years agoDatepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add Portuguese...
Scott González [Fri, 24 Sep 2010 12:58:18 +0000 (08:58 -0400)]
Datepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add Portuguese localization.

14 years agoWidget: Use charAt instead of substring for private method check.
Daniel Steigerwald [Mon, 20 Sep 2010 19:03:42 +0000 (15:03 -0400)]
Widget: Use charAt instead of substring for private method check.

14 years agoAccordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - Accordion...
Scott González [Mon, 20 Sep 2010 18:56:17 +0000 (14:56 -0400)]
Accordion: Don't pass multiple classes to .toggleClass(). Fixes #6084 - Accordion: 1.8.5 not fully compatible with core 1.3.2.

14 years agoCore: Only use mousedown to prevent text selection in browsers that don't support...
Scott González [Mon, 20 Sep 2010 15:53:51 +0000 (11:53 -0400)]
Core: Only use mousedown to prevent text selection in browsers that don't support selectstart. Fixes #6080 - Core: disableSelection() disables select elements in Chrome.

14 years agoDatepicker: Added galician localization. Fixes #6079 - Datepicker: Add Galician local...
Jorge Barreiro [Mon, 20 Sep 2010 14:59:01 +0000 (10:59 -0400)]
Datepicker: Added galician localization. Fixes #6079 - Datepicker: Add Galician localization.

14 years agoEffects: Fixed .show(), .hide(), .toggle() to accept a hash of options again. Fixes...
Scott González [Mon, 20 Sep 2010 14:07:45 +0000 (10:07 -0400)]
Effects: Fixed .show(), .hide(), .toggle() to accept a hash of options again. Fixes #6078 - Effects: Passing an object for parameters no longer works. Fixes #6067 - Dialog show/hide animations do not work.

14 years agoDatepicker: Hightlight the curerent date, not the selected date. Fixes #5984 - Datepi...
Lim Chee Aun [Tue, 14 Sep 2010 04:33:56 +0000 (12:33 +0800)]
Datepicker: Hightlight the curerent date, not the selected date. Fixes #5984 - Datepicker showing multiple months highlights selected day in all of them

14 years agoAutocomplete: Properly handle non-item clicks inside the suggestion list. Fixes ...
Scott González [Mon, 20 Sep 2010 13:27:32 +0000 (09:27 -0400)]
Autocomplete: Properly handle non-item clicks inside the suggestion list. Fixes #6052 - Autocomplete suggestion list does not close properly.

14 years agoDialog: Don't call draggable.destroy if we're not currently draggable. Fixes #6069...
Scott González [Mon, 20 Sep 2010 13:15:28 +0000 (09:15 -0400)]
Dialog: Don't call draggable.destroy if we're not currently draggable. Fixes #6069 - DIALOG windows 1.8.5 draggapble problem.

14 years agoDialog demo: syntax error, errant single quote from last style guide update. Fixed...
Richard D. Worth [Mon, 20 Sep 2010 00:14:22 +0000 (17:14 -0700)]
Dialog demo: syntax error, errant single quote from last style guide update. Fixed #6074 - Dialog: demo of modal form broken

14 years agoBuild: add zip file for MS cdn to cdn target (was: googlecdn target)
jzaefferer [Wed, 15 Sep 2010 20:52:45 +0000 (22:52 +0200)]
Build: add zip file for MS cdn to cdn target (was: googlecdn target)

14 years agoUpdating the master version to 1.9pre
Scott González [Fri, 10 Sep 2010 17:20:23 +0000 (13:20 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.5 release. 1.8.5
Scott González [Fri, 10 Sep 2010 17:20:23 +0000 (13:20 -0400)]
Tagging the 1.8.5 release.

14 years agoBuild: Attempt to fix version replacement for API docs.
Scott González [Fri, 10 Sep 2010 15:12:57 +0000 (11:12 -0400)]
Build: Attempt to fix version replacement for API docs.

14 years agoBuild: Minor tweaks to release automation.
Scott González [Fri, 10 Sep 2010 14:57:06 +0000 (10:57 -0400)]
Build: Minor tweaks to release automation.

14 years agoBuild: Initial commit for release automation.
Scott González [Fri, 10 Sep 2010 14:30:44 +0000 (10:30 -0400)]
Build: Initial commit for release automation.

14 years agoProgressbar demos: Coding standards.
Scott González [Fri, 10 Sep 2010 14:27:32 +0000 (10:27 -0400)]
Progressbar demos: Coding standards.

14 years agoPosition demos: Coding standards.
Scott González [Fri, 10 Sep 2010 14:24:33 +0000 (10:24 -0400)]
Position demos: Coding standards.