miripiruni
|
cbcb7e91c5
|
Shower::next: right JSDoc
|
2013-05-03 20:52:31 +04:00 |
miripiruni
|
c78cb0a8ad
|
Shower::_applyTransform: refactoring for transform, forEach instead of copy/paste
|
2013-05-03 20:51:00 +04:00 |
miripiruni
|
b8a1ccdf5d
|
Code style: 4 spaces -> 1 tab. Hail Hitler!
|
2013-05-03 20:46:29 +04:00 |
miripiruni
|
dfaa6470c1
|
Slide constructor: added JSDoc
|
2013-05-03 20:41:13 +04:00 |
miripiruni
|
e5470620f8
|
Shower::prev: added prevSteps check
|
2013-05-03 20:33:10 +04:00 |
miripiruni
|
51796e477b
|
Added window in isHistoryApiSupported definition
|
2013-05-03 20:30:24 +04:00 |
Slava Oliyanchik
|
d123cd9551
|
Fix Inner nav. doesnt work if slide is the last.
|
2013-03-24 20:34:09 +04:00 |
Slava Oliyanchik
|
4c25374328
|
Merge with upstream
|
2013-03-24 18:59:46 +04:00 |
miripiruni
|
4de39ea307
|
Move slide methods to Slide.prototype; timer and inner nav refactoring
|
2013-03-24 18:34:47 +04:00 |
Wichert Akkerman
|
049818b4a2
|
API match: return shower object from init.
|
2013-03-06 14:48:34 +01:00 |
Wichert Akkerman
|
39aa43eb6f
|
Fix initialisation problems.
|
2013-03-06 14:47:25 +01:00 |
Wichert Akkerman
|
e1443282ac
|
Add init API method to help with shower/shower#124
|
2013-03-06 14:27:55 +01:00 |
miripiruni
|
003dfcb6d9
|
Fix for JSDoc; fix for keydown
|
2013-02-13 20:25:48 +04:00 |
miripiruni
|
6be2156294
|
Minor JSDoc change
|
2013-02-13 00:01:45 +04:00 |
miripiruni
|
e6833d5fbf
|
Fix #99: Inner navigation should be also controlled by slide timing
|
2013-02-13 00:00:03 +04:00 |
Vadim Makeev
|
a1f4f76808
|
Fixes #99: double Shower object
|
2013-02-05 22:06:51 +04:00 |
miripiruni
|
310f5d74c4
|
Fix for #99: Inner navigation should be also controlled by slide timing
|
2013-01-29 03:50:02 +04:00 |
miripiruni
|
74ea9e802f
|
Fix #113: Timer disabled in List mode should be active again in Slide mode
|
2013-01-28 23:32:23 +04:00 |
Vadim Makeev
|
b8e68bdac9
|
Fixes #114; possible/temp fix for #117; better wording
|
2013-01-22 01:25:08 +04:00 |
Vadim Makeev
|
1a905139bf
|
Progress bar and passed/current slides updates for List mode; Fix for #116
|
2013-01-21 20:22:28 +04:00 |
miripiruni
|
8cd2aa3544
|
Fix for presenter notes, fix timing for inner nav; Refactoring.
|
2013-01-20 21:59:45 +04:00 |
miripiruni
|
496e00972d
|
Refactoring keydown listener PgDown/Down/Right/l/j
|
2013-01-20 16:51:33 +04:00 |
miripiruni
|
09750b072c
|
Refactoring: shower.increaseInnerNavigation() returns only Boolean
|
2013-01-20 16:21:26 +04:00 |
miripiruni
|
a06c84a0b3
|
Rename: innerNavigationCompleted -> isInnerNavCompleted
|
2013-01-20 16:08:48 +04:00 |
miripiruni
|
78fbef6280
|
Remove invoke shower.showPresenterNotes() in enterSlideMode because it already invoked in shower.go()
|
2013-01-20 16:06:54 +04:00 |
miripiruni
|
51e5b15d90
|
Fixed #62: Timer should be reseted while switching to List mode
|
2013-01-20 15:36:50 +04:00 |
miripiruni
|
f65f61bef5
|
Rename method: shower.runSlideshowIfPresented() to shower.runInnerNavigation()
|
2013-01-20 14:54:32 +04:00 |
Vadim Makeev
|
78327bf41c
|
Merge pull request #109 from miripiruni/master
Fix for #90 + Small JSDoc changes
|
2013-01-20 02:34:31 -08:00 |
miripiruni
|
37ffb1ea13
|
Fix #90: Full screen mode trigger if body class contains "full"
|
2013-01-20 14:17:03 +04:00 |
miripiruni
|
04e3946f1f
|
JSDoc; Minor changes in next() & previous()
|
2013-01-20 14:09:58 +04:00 |
Vadim Makeev
|
ddf7cc64ba
|
Merge pull request #108 from miripiruni/master
Fixes for JSDoc & Clean-up
|
2013-01-19 16:48:05 -08:00 |
miripiruni
|
890d312e6d
|
Removed unused arguments
|
2013-01-20 03:45:45 +04:00 |
miripiruni
|
ef5fba3cd3
|
shower.runSlideshowIfPresented return Boolean
|
2013-01-20 03:45:04 +04:00 |
miripiruni
|
9e5035c5d4
|
JSDoc: domElem -> HTMLElement
|
2013-01-20 03:40:59 +04:00 |
miripiruni
|
850e2dd15b
|
JSDoc: shower.getSlideHash return String
|
2013-01-20 03:32:53 +04:00 |
miripiruni
|
4c8ecdfcdf
|
JSDOc: shower.scrollToSlide return only Boolean
|
2013-01-20 03:31:34 +04:00 |
miripiruni
|
75686e010b
|
JSDoc: shower.enterListMode return Boolean
|
2013-01-20 03:30:11 +04:00 |
miripiruni
|
0dac96b4de
|
JSDoc: All callbacks are optional
|
2013-01-20 03:24:58 +04:00 |
Vadim Makeev
|
09b7263377
|
Action slide classes renamed, fixes #105
|
2013-01-20 03:23:33 +04:00 |
miripiruni
|
b87fc92cda
|
shower.getSlideNumber JSDoc: slideId is String instead of Number
|
2013-01-20 03:20:58 +04:00 |
miripiruni
|
5fa3a4ce47
|
simplified shower._checkInteractiveElement()
|
2013-01-20 03:15:53 +04:00 |
miripiruni
|
f140afabd2
|
simplified shower._isNumber()
|
2013-01-20 03:15:29 +04:00 |
miripiruni
|
1fdef4fc5b
|
simplified shower._isNumber
|
2013-01-20 03:11:45 +04:00 |
miripiruni
|
f36d547070
|
JSDoc; JS code style
|
2013-01-20 01:13:21 +04:00 |
miripiruni
|
ce37304006
|
Fixed problems with touch devices; Small refactoring.
|
2013-01-20 00:47:54 +04:00 |
miripiruni
|
c4edbb3ee9
|
1.Added methods: shower.isSlideMode() & shower.toggleMode(); 2. All with hash and body.classList are incapsulated into shower.enterSlideMode() and shower.enterListMode() (no more copypaste code in eventListener).
|
2013-01-18 21:01:10 +04:00 |
miripiruni
|
031f4b4fda
|
1. Add callbacks; 2. Move private methods to the begin of methods list; 3. All JS types starts with Uppercase letter
|
2013-01-18 17:04:01 +04:00 |
miripiruni
|
fffc98babc
|
Consistent code style
|
2013-01-18 15:34:02 +04:00 |
Vadim Makeev
|
c9316e4a47
|
New Year copyright commit
|
2013-01-05 05:58:09 +04:00 |
Vadim Makeev
|
04bcc8ffe9
|
Removing class dependency
|
2013-01-02 01:31:23 +04:00 |