Commit Graph

55 Commits

Author SHA1 Message Date
Vadim Makeev b02018f705 Brutal merging of master-new 2012-12-01 13:47:28 +04:00
Lorenzo Giuliani a68a7b5ca1 added a simple callback on change if using the public method shower.go() 2012-10-05 14:45:47 +02:00
Lorenzo Giuliani 786b12ed4f expose a simple API
shower.next()
shower.previous()
shower.first()
shower.last()
shower.go()
shower.enterSlideMode()
shower.enterListMode()
2012-10-05 14:44:15 +02:00
Oleg Roschupkin 6bf9219b50 Fix bug with Enter when no slide is active.
Closes issue #56.
2012-04-05 18:33:58 +09:00
Vadim Makeev db000b791d rolling back changes in the stable branch 2012-03-02 00:11:40 +01:00
Oleg Roschupkin ae328760c3 Fix issue with inner navigation.
It was working in list mode.
2012-03-01 18:05:36 +09:00
Oleg Roschupkin 992b467b9f Fix inner navigation issue with querySelectorAll.
querySelectorAll doesn't work with numeric ID's.
2012-03-01 18:04:06 +09:00
Oleg Roschupkin 50972bb76a Add slideshow (via data-timing).
Closes issue #17.
2012-03-01 17:41:23 +09:00
Oleg Roschupkin e143625e6e Fix missing updates of current and passed slides in some cases (Issue #59). 2012-03-01 15:40:21 +09:00
Oleg Roschupkin 8c085b8809 Add support for slide transition (Issue #59). 2012-03-01 15:32:49 +09:00
Oleg Roschupkin abbb7c282b Update code to make slide id's optional.
Closes issue #60.
2012-03-01 14:25:02 +09:00
Oleg Roschupkin 6f2d2f337e Update inner navigation code.
Closes issues #4 and #58.
2012-03-01 14:05:43 +09:00
Oleg Roschupkin 9addbae918 Fix bug with Enter when no slide is active.
Closes issue #56.
2012-03-01 13:54:31 +09:00
Vadim Makeev 4566fc394f className.indexOf replaced with classList.contains 2012-02-29 01:41:53 +01:00
Vadim Makeev 63a69eb1eb F5 to enter presentation mode for PowerPoint users 2012-02-15 13:46:51 +01:00
Vadim Makeev f505ffab8f better vendors order 2011-12-12 21:13:08 +04:00
Vadim Makeev f43c65f394 new logic for inner navigation; minor cleanup 2011-08-10 13:06:49 +04:00
Oleg Roschupkin df3401ed9d Add inner navigation feature. Closes #4. 2011-08-10 01:47:32 +09:00
Oleg Roschupkin 12fc4747b5 Update onclick slide check to be more flexible. 2011-08-01 21:06:35 +09:00
Vadim Makeev 54a2d33367 basic support for touch devices; fixed bug with mobile safari 2011-08-01 03:39:03 +04:00
Vadim Makeev b42559feb8 h/l keys for vim fans; system shortcuts protection 2011-07-25 13:13:11 +04:00
Oleg Roschupkin c58e59445a Merge branch 'gh-pages' of github.com:pepelsbey/shower into gh-pages 2011-07-21 21:30:03 +09:00
Oleg Roschupkin 01a4eef423 Fix issue #41 with black screen on "pathname?full" without slide hash. 2011-07-21 21:28:06 +09:00
Vadim Makeev 8658830fc5 progress availability check added 2011-07-21 14:53:09 +04:00
Oleg Roschupkin c1c5b35091 Initial refactoring. 2011-07-21 03:08:31 +09:00
Vadim Makeev ce5a417857 currentSlide function added 2011-07-18 16:40:01 +04:00
Oleg Roschupkin 5481f4f009 Fix issue #30 2011-07-18 18:39:47 +09:00
Vadim Makeev dbcbf8a3e5 click moved to the inner element to remove event handler from the slide number 2011-07-18 12:13:50 +04:00
Vadim Makeev cfa2c54235 better Enter key handling 2011-07-18 12:03:49 +04:00
Vadim Makeev 96bb956312 var for target variable 2011-07-17 23:13:06 +04:00
Vadim Makeev b6f0c5c5cd launch by click fixed 2011-07-16 20:19:30 +04:00
Vadim Makeev 0efa58cc1f minor tweaks pushed just to merge branches 2011-07-16 15:40:04 +04:00
Vadim Makeev 9974f8f02f progress bar reverted; preventDefault usage optimized 2011-07-16 14:01:16 +04:00
Vadim Makeev 5094e9831d resize events reverted 2011-07-16 05:13:35 +04:00
Vadim Makeev 1bbce711e6 new ?full parameter and list mode events 2011-07-16 04:52:21 +04:00
Vadim Makeev d3c6b652a2 global styles merged with default theme 2011-07-15 04:53:20 +04:00
Vadim Makeev 037dd8db61 tabs/spaces cleanup 2011-07-12 15:18:02 +04:00
Vadim Makeev c0dae20432 shower 2 init 2011-07-12 15:08:29 +04:00
Philipp Bosch 7f989837a9 Fix for latest Chrome where the fullscreen styles were not applied. 2011-05-26 11:06:36 +02:00
Vadim Makeev 9243cdf0ff home/end listeners for the first/last slide navigation (fn+left/right on Mac) 2011-04-25 04:41:47 +04:00
Vadim Makeev 723ff739f6 minor fixes for progress bar 2010-11-16 00:39:10 +03:00
Vadim Makeev 994f984452 progress bar 2010-11-15 16:45:40 +03:00
Vadim Makeev 5abdab1783 typeof check is reverted for the toggleFull 2010-11-08 17:56:47 +03:00
Dmitry Baranovskiy 247d715ff0 Duck-typing fix. Less `typeof`, more casting. 2010-11-08 12:34:56 +11:00
Vadim Makeev fc10c30822 script refactoring 2010-11-08 02:26:01 +03:00
Vadim Makeev e1264731dd iframes support is dropped 2010-11-03 14:51:43 +03:00
Vadim Makeev ae5aa03fc4 iframes support is dropped 2010-11-03 14:50:46 +03:00
Vadim Makeev d21fcdb2d0 optional fullscreen detection 2010-11-03 11:55:56 +03:00
Vadim Makeev 543913c150 fullscreen detection is dropped 2010-11-02 16:14:38 +03:00
Vadim Makeev bdd11af0b7 jquery is dropped 2010-11-01 15:41:44 +03:00