Commit graph

75 commits

Author SHA1 Message Date
imakewebthings
bf768811e8 Peaceful conflict resolution 2012-07-13 19:52:41 +08:00
Jeremy Banks
e3564f29ab Updating navigation plugin to behave correctly in the presence of <base> tag. 2012-06-29 12:25:55 -03:00
Jeremy Banks
f8963b2d7d Fixing accidentally-global variable. 2012-06-29 12:13:39 -03:00
Jeremy Banks
a4e4c8540f Updating hash plugin to behave correctly in the presence of <base> tag. 2012-06-25 12:06:22 -04:00
imakewebthings
9accb16013 Documentation rewording 2012-04-14 23:15:16 +08:00
imakewebthings
16336972a3 Update scale for webkit body scrollTop bug 2012-04-14 17:47:14 +08:00
imakewebthings
2f4f733854 Add preventFragmentScroll option 2012-04-14 17:15:13 +08:00
imakewebthings
0e12e1d0d2 Missed the baseHeight comment update 2012-02-11 14:48:31 +08:00
imakewebthings
f7b44a4095 Update comments and README for scaling changes 2012-02-11 14:30:37 +08:00
imakewebthings
a6d5efc454 Cleanup, docs, make container default baseHeight 2012-01-28 18:26:39 +08:00
imakewebthings
b206d9f223 Switch scale to use a wrapping element around slide content 2012-01-28 17:55:11 +08:00
imakewebthings
27fcc87511 Remove section specific tag from scale CSS 2012-01-28 15:56:29 +08:00
imakewebthings
7bde446f83 Fix menu + scale and move slop to CSS 2012-01-28 15:40:49 +08:00
Alex Chaffee
927f6e4b1b scale extension scales each slide separately 2012-01-16 13:26:07 -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
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
5701068702 Switch from detaching to using the loading class in menu state switches 2011-11-07 21:01:47 +08:00
imakewebthings
1b55cd8e48 Update goto form to accept ids + add datalist 2011-11-05 17:06:26 +08:00
imakewebthings
5dd1b7d9c8 Update jQuery to 1.7 + adjust for deprecations 2011-11-05 12:30:46 +08: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
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
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
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
ecc71cef4b #38: Add option to ignore nested slides in deck.status 2011-10-17 23:27:48 +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
imakewebthings
d5a0966792 Set scroll values to 0 with hash navigation, Fixes #33 2011-09-23 11:29:35 +08:00
Daniel Knittl-Frank
58c274621d Prevent default event handling in scale extension 2011-09-01 10:01:30 +02:00
Daniel Knittl-Frank
0c6f85fff7 Prevent default in menu extension key code
Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
2011-08-31 15:03:43 +02:00
imakewebthings
1c41067717 Preserve menu margins for scrolling while in scale mode 2011-08-31 16:44:40 +08:00
imakewebthings
4e28b1e511 #15: Click selection of slides from menu 2011-08-31 16:21:37 +08:00
imakewebthings
b2bec2779c #10: Change next/prev defaults to an array of common controls 2011-08-30 12:55:56 +08:00
imakewebthings
e7c9ed4d46 #10: Let keys accept arrays of keys 2011-08-30 12:55:00 +08:00
imakewebthings
bb1f32bc2e Closes #17: Native event namespaces for each extension module 2011-08-29 23:16:13 +08:00
imakewebthings
a604db7354 Fixes #3: Update nav links with fragment ids if they exist 2011-08-29 22:56:34 +08:00
imakewebthings
62123e70e6 #18: Add safety check for e.originalEvent inside hashchange 2011-08-29 20:54:18 +08:00
imakewebthings
f33a497ca5 Changing scale method names to something more accurate 2011-08-29 15:43:43 +08:00
imakewebthings
5dbec45014 Update inline documentation 2011-08-28 15:22:08 +08:00
imakewebthings
c2ed09d3f0 Working version of deck.scale 2011-08-27 21:51:41 +08:00
imakewebthings
88109bec41 First rough take at scaling 2011-08-27 14:54:11 +08:00
imakewebthings
88b72478e5 Adding empty scale 2011-08-27 14:54:10 +08:00
imakewebthings
a89ed6ec7c Really remove nav buttons on touch devices this time (on hover) 2011-08-26 14:17:49 +08:00