Commit graph

165 commits

Author SHA1 Message Date
imakewebthings
2843192184 Move nested opacity style to style themes, closes #63 2012-02-02 16:46:40 +08:00
imakewebthings
d9b6d816b7 Simplify packaged introduction deck, closes #64 2012-02-02 15:37:35 +08:00
imakewebthings
6118e3357a Fix case for #58 where slide number entered is higher than countNested total but in legal range of actual slide count 2012-01-11 13:24:38 -08:00
imakewebthings
d027a17fc6 Add countNested option to deck.goto for #58 2012-01-09 13:18:32 -08:00
imakewebthings
e1ba017e0e Eject from show/hide menu if already in the same state, fixes #57 2011-12-04 21:08:04 +08:00
imakewebthings
54d0f5c665 Minor cleanup 2011-12-04 16:34:30 +08:00
imakewebthings
0eea53deb3 Fix current status number on mid-deck init, closes #56 2011-12-04 16:28:51 +08:00
imakewebthings
c4e57fb1b9 Set better initial states in deck.navigation, closes #55 2011-11-28 10:47:26 +08:00
imakewebthings
b4cd21693c vcenter max height + print fix 2011-11-16 10:39:35 +08:00
imakewebthings
69e8148bbe Change hgroup to vcenter class, reset nested h1 padding 2011-11-08 12:27:54 +08:00
imakewebthings
b4f0e85cd9 Merge branch 'hgroup' of http://repo.or.cz/r/deck.js/dkf into hgroup 2011-11-08 12:14:14 +08:00
imakewebthings
5701068702 Switch from detaching to using the loading class in menu state switches 2011-11-07 21:01:47 +08:00
imakewebthings
2b7729bfed Update README with mailing list link + contribution instructions 2011-11-05 18:38:30 +08:00
imakewebthings
1b55cd8e48 Update goto form to accept ids + add datalist 2011-11-05 17:06:26 +08:00
imakewebthings
7f150a7e9e Extend .go to accept slide ids 2011-11-05 14:57:12 +08:00
imakewebthings
546feec10c Comment rewording 2011-11-05 13:15:05 +08:00
imakewebthings
5dd1b7d9c8 Update jQuery to 1.7 + adjust for deprecations 2011-11-05 12:30:46 +08:00
Daniel Knittl-Frank
5037d04958 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 <knittl89+git@googlemail.com>
2011-11-01 17:53:30 +01:00
imakewebthings
025ed343b3 Fix broken menu events that came with replaceWith 2011-11-01 18:51:32 +08:00
imakewebthings
84b3ff3940 Put checks in on init to deal with empty decks, fixes #51 2011-11-01 16:43:31 +08:00
imakewebthings
e3d877601b Don't completely screw extensions when deck.change is prevented 2011-10-31 23:18:50 +08:00
Caleb Troughton
9f9bb0ee6e Update README.md 2011-10-28 15:11:26 +08:00
Caleb Troughton
47d2de0741 Merge pull request #49 from awirick/master
Position fixed on status
2011-10-26 18:36:52 -07:00
awirick
71bb06974b moved fixed status position to only be when deck container is entire body of the document. 2011-10-26 15:08:45 -05:00
awirick
5734c4264c changed status to position fixed to handle vertical scrollbar on slides. 2011-10-26 10:47:44 -05:00
imakewebthings
0204c7310e Refactor base styles to apply to slides insted of container 2011-10-25 17:10:21 +08:00
imakewebthings
75a07a7aa8 Make deck.change preventable, closes #48 2011-10-25 16:42:39 +08:00
imakewebthings
a68f7e2e1b Add beforeInit event 2011-10-25 15:55:31 +08:00
imakewebthings
71d603a382 Adjust menu margins 2011-10-25 15:32:13 +08:00
imakewebthings
912ffb634d Store assigned ids and compare to ids on init to determine need for reassignment, fixes #44 2011-10-23 17:56:09 +08:00
imakewebthings
14ec24ad4a Fixes #41: Implement Nicolas Gallagher's fix for transformed elements with pseudo shadows 2011-10-23 16:26:51 +08:00
imakewebthings
c8ecb24617 Code cleanup 2011-10-23 13:38:32 +08:00
imakewebthings
40db993ade Better scaling styles for menu on browsers that support transforms 2011-10-23 13:28:30 +08:00
imakewebthings
c12e68771a Detach container during menu toggles, giant perf improvement in short circuiting transitions 2011-10-22 20:20:40 +08:00
imakewebthings
f88830503f Cache container 2011-10-22 15:35:50 +08:00
imakewebthings
349d3544f7 Change h1 centering from 3d transform to 2d, closes #42 2011-10-18 23:36:52 +08:00
imakewebthings
8d8282bf9b Fix 404 in test suite 2011-10-17 23:29:11 +08:00
imakewebthings
ecc71cef4b #38: Add option to ignore nested slides in deck.status 2011-10-17 23:27:48 +08:00
imakewebthings
f25a8d4483 Change test suite to reference local jQuery 2011-10-17 23:20:53 +08:00
imakewebthings
af024461bb Fix (in part) pseudoelement shadows on slides 2011-10-17 14:40:06 +08:00
Daniel Knittl-Frank
dd22fe8219 Show all slides when printing a presentation.
Explicitly set opacity to 1 for printers

Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
2011-10-08 11:20:59 +02:00
imakewebthings
2334ec23a8 Merge branch 'master' of github.com:imakewebthings/deck.js 2011-10-08 13:21:10 +08:00
imakewebthings
d327e2046e Remove references to versioning 2011-10-08 13:03:50 +08:00
imakewebthings
d20874bab5 Add id-specific container state class to hash module, closes #36 2011-10-08 13:01:02 +08:00
Caleb Troughton
0e4fd579af Update related projects to point to wiki 2011-09-27 09:47:45 +08:00
imakewebthings
77a6da5727 Test cleanup 2011-09-26 11:38:46 +08:00
Caleb Troughton
bc792d20cf Merge pull request #34 from cykod/master
Added a check to see if iframes have src's before saving and removing them.
2011-09-25 20:13:57 -07:00
Pascal Rettig
4b7fe3358d Added tests 2011-09-25 22:15:56 -04:00
Pascal Rettig
423608a0b8 Added exception for iframes without srcs 2011-09-25 22:15:43 -04:00
imakewebthings
ca15fd4008 Change deck.core snippet to use section tag 2011-09-23 12:47:10 +08:00