deck.js.git
11 years agoRemove repetition of core/deck.core.js157/head
Malcolm Sparks [Sun, 1 Dec 2013 08:52:28 +0000 (1 08:52 +0000)]
Remove repetition of core/deck.core.js

11 years ago#149, move slide selector to an option, alias old init signature
imakewebthings [Sun, 1 Dec 2013 06:21:32 +0000 (30 22:21 -0800)]
#149, move slide selector to an option, alias old init signature

11 years agoMerge pull request #156 from twitwi/make-slide-list-also-before-preinit
Caleb Troughton [Sun, 1 Dec 2013 00:43:19 +0000 (30 16:43 -0800)]
Merge pull request #156 from twitwi/make-slide-list-also-before-preinit

Fill slides array before preInit event, fill again on init

11 years agoFilling array of slides also before pre-init event (still re-fill it after pre-init)156/head
Rémi Emonet [Thu, 28 Nov 2013 22:54:52 +0000 (28 23:54 +0100)]
Filling array of slides also before pre-init event (still re-fill it after pre-init)

11 years agoAllow beforeInit callbacks to lock and release init event, #152
imakewebthings [Thu, 28 Nov 2013 01:43:13 +0000 (27 17:43 -0800)]
Allow beforeInit callbacks to lock and release init event, #152

11 years agoAdd swipeDirection option for touch navigation, #116, #126
imakewebthings [Tue, 26 Nov 2013 20:11:31 +0000 (26 12:11 -0800)]
Add swipeDirection option for touch navigation, #116, #126

11 years agoUpdate years, links for 1.01.0.0
imakewebthings [Wed, 20 Nov 2013 04:33:13 +0000 (19 20:33 -0800)]
Update years, links for 1.0

11 years agoRemove no-long-necessary htmlMenu option in menu extension, #122
imakewebthings [Wed, 20 Nov 2013 01:25:19 +0000 (19 17:25 -0800)]
Remove no-long-necessary htmlMenu option in menu extension, #122

11 years agoFix scale on load not firing sometimes
imakewebthings [Tue, 19 Nov 2013 23:11:27 +0000 (19 15:11 -0800)]
Fix scale on load not firing sometimes

11 years agoRemove .gitignore, make @substack proud
imakewebthings [Tue, 19 Nov 2013 00:48:29 +0000 (18 16:48 -0800)]
Remove .gitignore, make @substack proud

11 years agoFix scaling bug after refreshing in unscaled state
imakewebthings [Mon, 18 Nov 2013 23:39:46 +0000 (18 15:39 -0800)]
Fix scaling bug after refreshing in unscaled state

11 years agoFix typo from refactoring
imakewebthings [Mon, 18 Nov 2013 22:44:58 +0000 (18 14:44 -0800)]
Fix typo from refactoring

11 years agoTherapeutic refactoring, make interwebs angry
imakewebthings [Wed, 13 Nov 2013 00:05:16 +0000 (12 16:05 -0800)]
Therapeutic refactoring, make interwebs angry

var keyword on each line, make interwebs angry

Therapeutic refactoring

11 years agoFix menu jumping mentioned in #122
imakewebthings [Tue, 12 Nov 2013 21:27:47 +0000 (12 13:27 -0800)]
Fix menu jumping mentioned in #122

12 years agoRemove a lot of CSS cruft, touch on #144
imakewebthings [Sun, 10 Nov 2013 20:27:56 +0000 (10 12:27 -0800)]
Remove a lot of CSS cruft, touch on #144

12 years agoCSS cruft cleanup, update jQuery
imakewebthings [Fri, 8 Nov 2013 19:12:21 +0000 (8 11:12 -0800)]
CSS cruft cleanup, update jQuery

12 years agoImplement beforeChange event, #83
imakewebthings [Thu, 7 Nov 2013 23:12:21 +0000 (7 15:12 -0800)]
Implement beforeChange event, #83

12 years agoRemove complex test cases
imakewebthings [Thu, 7 Nov 2013 23:11:33 +0000 (7 15:11 -0800)]
Remove complex test cases

12 years agoClean up tests for removed iframe hack and deferred hash goto call
imakewebthings [Thu, 7 Nov 2013 22:32:34 +0000 (7 14:32 -0800)]
Clean up tests for removed iframe hack and deferred hash goto call

12 years agoFix #115, end use of body as deck container
imakewebthings [Thu, 7 Nov 2013 22:15:21 +0000 (7 14:15 -0800)]
Fix #115, end use of body as deck container

12 years agoBring attention to the boilerplate in the intro deck, #133
imakewebthings [Thu, 7 Nov 2013 19:50:50 +0000 (7 11:50 -0800)]
Bring attention to the boilerplate in the intro deck, #133

12 years agoPull print stylesheets into separate file, closes #121
imakewebthings [Thu, 7 Nov 2013 19:02:09 +0000 (7 11:02 -0800)]
Pull print stylesheets into separate file, closes #121

12 years agoMove reset styling out of core, into style themes via import, #94
imakewebthings [Thu, 7 Nov 2013 18:21:29 +0000 (7 10:21 -0800)]
Move reset styling out of core, into style themes via import, #94

12 years agoMerge pull request #143 from anton-ryzhov/no_prefix
Caleb Troughton [Tue, 5 Nov 2013 20:32:28 +0000 (5 12:32 -0800)]
Merge pull request #143 from anton-ryzhov/no_prefix

Use no-prefix property in `transition`

12 years agoUse no-prefix property in `transition`143/head
Anton Ryzhov [Tue, 5 Nov 2013 11:46:12 +0000 (5 15:46 +0400)]
Use no-prefix property in `transition`

12 years agoMerge pull request #142 from twitwi/hash-update-after-init
Caleb Troughton [Mon, 4 Nov 2013 23:42:44 +0000 (4 15:42 -0800)]
Merge pull request #142 from twitwi/hash-update-after-init

[hash] using setTimeout to initially navigate to the slide so that we do...

12 years agoMerge pull request #141 from twitwi/menu-dont-show-when-ctrl
Caleb Troughton [Mon, 4 Nov 2013 23:42:17 +0000 (4 15:42 -0800)]
Merge pull request #141 from twitwi/menu-dont-show-when-ctrl

[menu] preventing menu toggle when Ctrl is pressed

12 years ago[menu] preventing menu toggle when Ctrl is pressed (e.g., for Ctrl+Shift+M for respon... 141/head
Rémi Emonet [Wed, 15 May 2013 09:31:51 +0000 (15 11:31 +0200)]
[menu] preventing menu toggle when Ctrl is pressed (e.g., for Ctrl+Shift+M for responsive design view)

12 years ago[hash] using setTimeout to initially navigate to the slide so that we don't emit... 142/head
Rémi Emonet [Mon, 29 Oct 2012 21:31:04 +0000 (29 22:31 +0100)]
[hash] using setTimeout to initially navigate to the slide so that we don't emit a deck.change event before the deck.init is finished

12 years agoRemove bottom margin on nested lists, closes #127
imakewebthings [Fri, 1 Nov 2013 22:49:33 +0000 (1 15:49 -0700)]
Remove bottom margin on nested lists, closes #127

12 years agoFix menu scrolling when using scale extensions, closes #122
imakewebthings [Fri, 1 Nov 2013 22:18:05 +0000 (1 15:18 -0700)]
Fix menu scrolling when using scale extensions, closes #122

12 years agoRemove old FF iframe bug workaround, closes #125
imakewebthings [Fri, 1 Nov 2013 21:32:13 +0000 (1 14:32 -0700)]
Remove old FF iframe bug workaround, closes #125

12 years agoMerge pull request #138 from flavorjones/makefile
Caleb Troughton [Mon, 21 Oct 2013 20:41:33 +0000 (21 13:41 -0700)]
Merge pull request #138 from flavorjones/makefile

Makefile to standardize how SCSS is compiled.

12 years agoMerge pull request #139 from flavorjones/less-specific-selectors
Caleb Troughton [Mon, 21 Oct 2013 20:18:20 +0000 (21 13:18 -0700)]
Merge pull request #139 from flavorjones/less-specific-selectors

Less specific selectors

12 years agoMakefile to standardize how SCSS is compiled.138/head
Mike Dalessio [Thu, 10 Oct 2013 03:03:50 +0000 (9 23:03 -0400)]
Makefile to standardize how SCSS is compiled.

12 years agoReduced specificity of neon.css selectors to match the less-specific deck.core.css... 139/head
Mike Dalessio [Thu, 10 Oct 2013 04:19:16 +0000 (10 00:19 -0400)]
Reduced specificity of neon.css selectors to match the less-specific deck.core.css selectors.

12 years agoReduced specificity of web-2.0.css selectors to match the less-specific deck.core...
Mike Dalessio [Thu, 10 Oct 2013 04:07:33 +0000 (10 00:07 -0400)]
Reduced specificity of web-2.0.css selectors to match the less-specific deck.core.css selectors.

Note also, some small unrelated diffs in the .css file from compiling with SASS 3.2.11.

12 years agoReduced specificity of swiss.css selectors to match the less-specific deck.core.css...
Mike Dalessio [Thu, 10 Oct 2013 03:51:04 +0000 (9 23:51 -0400)]
Reduced specificity of swiss.css selectors to match the less-specific deck.core.css selectors.

12 years agoReduced specificity of deck.core.css selectors.
Mike Dalessio [Thu, 10 Oct 2013 03:50:43 +0000 (9 23:50 -0400)]
Reduced specificity of deck.core.css selectors.

12 years agoMerge pull request #108 from elaforc/add-touch-test
Caleb Troughton [Tue, 8 Jan 2013 23:39:28 +0000 (8 15:39 -0800)]
Merge pull request #108 from elaforc/add-touch-test

Added test for touch to increase code coverage for menu extension

12 years agoAdded test for touch to increase code coverage for menu extension108/head
Eric LaForce [Tue, 4 Dec 2012 01:07:42 +0000 (3 20:07 -0500)]
Added test for touch to increase code coverage for menu extension

13 years agoMerge pull request #95 from shawphy/master
Caleb Troughton [Tue, 21 Aug 2012 23:59:23 +0000 (21 16:59 -0700)]
Merge pull request #95 from shawphy/master

fix the path of JS files in boilerplate.html

13 years agofix the path of JS files in boilerplate.html95/head
Shawphy [Tue, 21 Aug 2012 17:28:32 +0000 (22 01:28 +0800)]
fix the path of JS files in boilerplate.html

13 years agoUpdate jQuery to 1.7.2
imakewebthings [Sat, 21 Jul 2012 02:34:00 +0000 (21 10:34 +0800)]
Update jQuery to 1.7.2

13 years agoAdding basic reset properties to body+html to reduce friction when BODY is not deck...
imakewebthings [Sat, 21 Jul 2012 02:28:18 +0000 (21 10:28 +0800)]
Adding basic reset properties to body+html to reduce friction when BODY is not deck container

13 years agoCreate a better boilerplate for people to use as a starting point
imakewebthings [Sat, 21 Jul 2012 02:20:16 +0000 (21 10:20 +0800)]
Create a better boilerplate for people to use as a starting point

13 years agoWoops 2: The Search for Curly's Gold
imakewebthings [Fri, 13 Jul 2012 13:13:15 +0000 (13 21:13 +0800)]
Woops 2: The Search for Curly's Gold

13 years agoWoops :)
imakewebthings [Fri, 13 Jul 2012 13:05:59 +0000 (13 21:05 +0800)]
Woops :)

13 years agoPrevent key capture within ALL editable elements, not just those within slides
imakewebthings [Fri, 13 Jul 2012 12:58:33 +0000 (13 20:58 +0800)]
Prevent key capture within ALL editable elements, not just those within slides

13 years agoMake tests pass given @jeremybanks's Base element improvements
imakewebthings [Fri, 13 Jul 2012 12:07:43 +0000 (13 20:07 +0800)]
Make tests pass given @jeremybanks's Base element improvements

13 years agoPeaceful conflict resolution
imakewebthings [Fri, 13 Jul 2012 11:52:41 +0000 (13 19:52 +0800)]
Peaceful conflict resolution

13 years agoMerge pull request #89 from jeremybanks/patch-2
Caleb Troughton [Fri, 29 Jun 2012 15:50:42 +0000 (29 08:50 -0700)]
Merge pull request #89 from jeremybanks/patch-2

deck.navigation leaks global variable due to missing comma

13 years agoUpdating navigation plugin to behave correctly in the presence of <base> tag.88/head
Jeremy Banks [Fri, 29 Jun 2012 15:25:55 +0000 (29 12:25 -0300)]
Updating navigation plugin to behave correctly in the presence of <base> tag.

13 years agoFixing accidentally-global variable.89/head
Jeremy Banks [Fri, 29 Jun 2012 15:13:39 +0000 (29 12:13 -0300)]
Fixing accidentally-global variable.

13 years agoUpdating hash plugin to behave correctly in the presence of <base> tag.
Jeremy Banks [Mon, 25 Jun 2012 15:57:56 +0000 (25 12:57 -0300)]
Updating hash plugin to behave correctly in the presence of <base> tag.

13 years agoDocumentation rewording
imakewebthings [Sat, 14 Apr 2012 15:15:16 +0000 (14 23:15 +0800)]
Documentation rewording

13 years agoUpdate scale for webkit body scrollTop bug
imakewebthings [Sat, 14 Apr 2012 09:47:14 +0000 (14 17:47 +0800)]
Update scale for webkit body scrollTop bug

13 years agoAdd preventFragmentScroll option
imakewebthings [Sat, 14 Apr 2012 09:15:13 +0000 (14 17:15 +0800)]
Add preventFragmentScroll option

13 years agoWork around webkit bug with body elements and scrollTop value
imakewebthings [Sat, 14 Apr 2012 08:14:50 +0000 (14 16:14 +0800)]
Work around webkit bug with body elements and scrollTop value

13 years agotypo
imakewebthings [Sat, 14 Apr 2012 05:55:47 +0000 (14 13:55 +0800)]
typo

13 years agoBigger theme default font size
imakewebthings [Sat, 14 Apr 2012 04:49:22 +0000 (14 12:49 +0800)]
Bigger theme default font size

13 years agoAdd scale extension to introduction
imakewebthings [Sat, 14 Apr 2012 04:41:47 +0000 (14 12:41 +0800)]
Add scale extension to introduction

13 years agoMake slides full width, set some overflows, closes #72
imakewebthings [Wed, 28 Mar 2012 04:06:49 +0000 (28 12:06 +0800)]
Make slides full width, set some overflows, closes #72

13 years agoFix opacity in style themes for double nested slides, closes #70
imakewebthings [Tue, 6 Mar 2012 13:50:02 +0000 (6 21:50 +0800)]
Fix opacity in style themes for double nested slides, closes #70

13 years agoFix opacity 0 bug in nested slides for fade transition
imakewebthings [Sat, 11 Feb 2012 06:57:34 +0000 (11 14:57 +0800)]
Fix opacity 0 bug in nested slides for fade transition

13 years agoMissed the baseHeight comment update
imakewebthings [Sat, 11 Feb 2012 06:48:31 +0000 (11 14:48 +0800)]
Missed the baseHeight comment update

13 years agoMerge branch 'scale-each-slide'
imakewebthings [Sat, 11 Feb 2012 06:30:51 +0000 (11 14:30 +0800)]
Merge branch 'scale-each-slide'

13 years agoUpdate comments and README for scaling changes
imakewebthings [Sat, 11 Feb 2012 06:30:37 +0000 (11 14:30 +0800)]
Update comments and README for scaling changes

13 years agoMove nested opacity style to style themes, closes #63
imakewebthings [Thu, 2 Feb 2012 08:46:40 +0000 (2 16:46 +0800)]
Move nested opacity style to style themes, closes #63

13 years agoSimplify packaged introduction deck, closes #64
imakewebthings [Thu, 2 Feb 2012 07:37:35 +0000 (2 15:37 +0800)]
Simplify packaged introduction deck, closes #64

13 years agoCleanup, docs, make container default baseHeight
imakewebthings [Sat, 28 Jan 2012 10:26:39 +0000 (28 18:26 +0800)]
Cleanup, docs, make container default baseHeight

13 years agoSwitch scale to use a wrapping element around slide content
imakewebthings [Sat, 28 Jan 2012 09:55:11 +0000 (28 17:55 +0800)]
Switch scale to use a wrapping element around slide content

13 years agoRemove section specific tag from scale CSS
imakewebthings [Sat, 28 Jan 2012 07:56:29 +0000 (28 15:56 +0800)]
Remove section specific tag from scale CSS

13 years agoFix menu + scale and move slop to CSS
imakewebthings [Sat, 28 Jan 2012 07:40:49 +0000 (28 15:40 +0800)]
Fix menu + scale and move slop to CSS

13 years agoscale extension scales each slide separately62/head
Alex Chaffee [Mon, 16 Jan 2012 21:26:07 +0000 (16 13:26 -0800)]
scale extension scales each slide separately

13 years agoFix case for #58 where slide number entered is higher than countNested total but...
imakewebthings [Wed, 11 Jan 2012 21:24:38 +0000 (11 13:24 -0800)]
Fix case for #58 where slide number entered is higher than countNested total but in legal range of actual slide count

13 years agoAdd countNested option to deck.goto for #58
imakewebthings [Mon, 9 Jan 2012 21:18:32 +0000 (9 13:18 -0800)]
Add countNested option to deck.goto for #58

13 years agoEject from show/hide menu if already in the same state, fixes #57
imakewebthings [Sun, 4 Dec 2011 13:08:04 +0000 (4 21:08 +0800)]
Eject from show/hide menu if already in the same state, fixes #57

13 years agoMinor cleanup
imakewebthings [Sun, 4 Dec 2011 08:34:30 +0000 (4 16:34 +0800)]
Minor cleanup

13 years agoFix current status number on mid-deck init, closes #56
imakewebthings [Sun, 4 Dec 2011 08:28:51 +0000 (4 16:28 +0800)]
Fix current status number on mid-deck init, closes #56

13 years agoSet better initial states in deck.navigation, closes #55
imakewebthings [Mon, 28 Nov 2011 02:47:26 +0000 (28 10:47 +0800)]
Set better initial states in deck.navigation, closes #55

13 years agovcenter max height + print fix
imakewebthings [Wed, 16 Nov 2011 02:39:35 +0000 (16 10:39 +0800)]
vcenter max height + print fix

14 years agoChange hgroup to vcenter class, reset nested h1 padding
imakewebthings [Tue, 8 Nov 2011 04:27:54 +0000 (8 12:27 +0800)]
Change hgroup to vcenter class, reset nested h1 padding

14 years agoMerge branch 'hgroup' of http://repo.or.cz/r/deck.js/dkf into hgroup
imakewebthings [Tue, 8 Nov 2011 04:14:14 +0000 (8 12:14 +0800)]
Merge branch 'hgroup' of repo.or.cz/r/deck.js/dkf into hgroup

14 years agoSwitch from detaching to using the loading class in menu state switches
imakewebthings [Mon, 7 Nov 2011 13:01:47 +0000 (7 21:01 +0800)]
Switch from detaching to using the loading class in menu state switches

14 years agoUpdate README with mailing list link + contribution instructions
imakewebthings [Sat, 5 Nov 2011 10:38:30 +0000 (5 18:38 +0800)]
Update README with mailing list link + contribution instructions

14 years agoUpdate goto form to accept ids + add datalist
imakewebthings [Sat, 5 Nov 2011 09:06:26 +0000 (5 17:06 +0800)]
Update goto form to accept ids + add datalist

14 years agoExtend .go to accept slide ids
imakewebthings [Sat, 5 Nov 2011 06:57:12 +0000 (5 14:57 +0800)]
Extend .go to accept slide ids

14 years agoComment rewording
imakewebthings [Sat, 5 Nov 2011 05:15:05 +0000 (5 13:15 +0800)]
Comment rewording

14 years agoUpdate jQuery to 1.7 + adjust for deprecations
imakewebthings [Sat, 5 Nov 2011 04:30:46 +0000 (5 12:30 +0800)]
Update jQuery to 1.7 + adjust for deprecations

14 years agoApply css transformations to hgroup elements.
Daniel Knittl-Frank [Mon, 17 Oct 2011 07:35:32 +0000 (17 09:35 +0200)]
Apply css transformations to hgroup elements.

Allow users to write 'sub headings' (useful on title slides). <h1>
transformations are reset and <hgroup> is shifted instead to the
vertical center of the slide.

Signed-off-by: Daniel Knittl-Frank <[email protected]>
14 years agoFix broken menu events that came with replaceWith
imakewebthings [Tue, 1 Nov 2011 10:51:32 +0000 (1 18:51 +0800)]
Fix broken menu events that came with replaceWith

14 years agoPut checks in on init to deal with empty decks, fixes #51
imakewebthings [Tue, 1 Nov 2011 08:43:31 +0000 (1 16:43 +0800)]
Put checks in on init to deal with empty decks, fixes #51

14 years agoDon't completely screw extensions when deck.change is prevented
imakewebthings [Mon, 31 Oct 2011 15:18:50 +0000 (31 23:18 +0800)]
Don't completely screw extensions when deck.change is prevented

14 years agoUpdate README.md
Caleb Troughton [Fri, 28 Oct 2011 07:11:26 +0000 (28 15:11 +0800)]
Update README.md

14 years agoMerge pull request #49 from awirick/master
Caleb Troughton [Thu, 27 Oct 2011 01:36:52 +0000 (26 18:36 -0700)]
Merge pull request #49 from awirick/master

Position fixed on status

14 years agomoved fixed status position to only be when deck container is entire body of the... 49/head
awirick [Wed, 26 Oct 2011 20:08:45 +0000 (26 15:08 -0500)]
moved fixed status position to only be when deck container is entire body of the document.

14 years agochanged status to position fixed to handle vertical scrollbar on slides.
awirick [Wed, 26 Oct 2011 15:47:44 +0000 (26 10:47 -0500)]
changed status to position fixed to handle vertical scrollbar on slides.

14 years agoRefactor base styles to apply to slides insted of container
imakewebthings [Tue, 25 Oct 2011 09:10:21 +0000 (25 17:10 +0800)]
Refactor base styles to apply to slides insted of container

14 years agoMake deck.change preventable, closes #48
imakewebthings [Tue, 25 Oct 2011 08:42:39 +0000 (25 16:42 +0800)]
Make deck.change preventable, closes #48