Commit Graph

824 Commits

Author SHA1 Message Date
Hakim El Hattab
1c16148c09 set 'hidden' attribute on all slides except the present (#457) 2013-06-09 17:15:40 +02:00
Hakim El Hattab
8393efe8e9 serve notes/multiple index document as html (closes #470) 2013-06-09 17:07:14 +02:00
Hakim El Hattab
f5a379b8a1 merge notes timer rounding fix 2013-06-09 16:51:35 +02:00
Hakim El Hattab
aa9e298f3d update code style to match after merge 2013-06-09 16:47:27 +02:00
Hakim El Hattab
033f3ab169 merge fix for embedded media repeated autoplay 2013-06-09 16:44:03 +02:00
Hakim El Hattab
ddfb130d11 add test deck for embedded media 2013-06-09 16:42:55 +02:00
Hakim El Hattab
4d164dc5b6 revamp pdf printing to support per-slide backgrounds (closes #453) 2013-06-09 16:12:50 +02:00
Chris Lawrence
d3ebbf1be7 Only call embedded content bits if the slide actually changed. 2013-06-08 05:45:48 -04:00
Hakim El Hattab
ff35847fc6 update example deck to use slide backgrounds (#453) 2013-06-04 21:29:32 +02:00
Hakim El Hattab
0ce57f1f91 update background test, documented slide backgrounds in readme (#453) 2013-06-04 21:14:17 +02:00
Hakim El Hattab
544e090bd1 allow control over background color when using images (#453) 2013-06-04 20:25:47 +02:00
Hakim El Hattab
15f24f7a9a linear sliding transition option for full page backgrounds (#453) 2013-06-04 20:15:19 +02:00
Hakim El Hattab
c11e8f624f support for optional background property overrides (#453) 2013-06-04 19:58:50 +02:00
Hakim El Hattab
bfadfcc7ce don't transition to first slide background (#453) 2013-06-04 19:51:06 +02:00
Hakim El Hattab
90811b8709 add test directory and simple test document for per-slide backgrounds (#453) 2013-06-04 19:42:56 +02:00
Hakim El Hattab
f3f5d7780a started the new per-slide background implementation (#453) 2013-06-04 19:42:33 +02:00
Thomas Rosenau
28d370f2af Use Math.floor instead of parseInt to avoid problems with very small numbers like 2e-10 2013-06-02 11:02:53 +02:00
Hakim El Hattab
396d531770 typo (closes #471) 2013-05-26 15:16:26 -03:00
Hakim El Hattab
8b355eaba0 support vertical align of slides with absolute children 2013-05-20 00:29:34 -04:00
Hakim El Hattab
de551634c6 initial implentation of preview frame, add semi-fade fragment style, data-full-height support 2013-05-20 00:18:48 -04:00
Hakim El Hattab
b67889049a viewport meta to fit notes window on ipad 2013-05-19 17:01:52 -04:00
Hakim El Hattab
d1a97b379f float fix in notes-server plugin 2013-05-19 16:42:36 -04:00
Hakim El Hattab
29dbd29962 typos 2013-05-12 17:25:06 -04:00
Hakim El Hattab
d94ae2cf70 -ms-touch-action for #450 2013-05-12 09:47:24 -04:00
Hakim El Hattab
f5155ed2a1 upgrade to 2.5.0 2013-05-12 09:45:20 -04:00
Hakim El Hattab
5642b8d5d3 fix previousFragment, was hiding in reverse order #435 2013-05-05 18:59:17 -04:00
Hakim El Hattab
db4eb20bc3 merge notes float fix and support for multiple fragments with same index 2013-05-05 18:44:10 -04:00
Hakim El Hattab
6b6c87db97 add data-start-indexv #427 2013-05-05 18:40:08 -04:00
Eric Weikl
88eb0af776 Allow override of HTML escaping in code blocks
This way, authors can use HTML for special formatting.
2013-05-05 16:19:08 +02:00
Hakim El Hattab
4d89687fde change markdown code sample syntax 2013-05-04 16:07:49 -04:00
Hakim El Hattab
cb7a9c963d merge master into dev 2013-05-04 16:06:06 -04:00
Hakim El Hattab
f157aec1de Merge branch 'remotes-plugin-natural-bindings' of https://github.com/toy/reveal.js into dev 2013-05-04 15:03:19 -04:00
Hakim El Hattab
c746233f66 rvl.io > slid.es 2013-05-04 14:57:41 -04:00
Hakim El Hattab
f345326a4e re-arrange readme 2013-05-04 14:39:36 -03:00
Hakim El Hattab
5132ccd26d setup instructions #357 2013-05-04 14:38:02 -03:00
Hakim El Hattab
7c9b3421a2 add package and serve grunt tasks (closes #437) 2013-05-04 10:51:27 -04:00
Hakim El Hattab
0344f2f785 fix ios flicker bug with linear transition #410 2013-05-03 21:51:49 -04:00
Ivan Kuchin
352ec7e9ad remotes plugin more natural bindings: tap — next, zoom-out — activate overview, zoom-in — deactivate overview 2013-05-04 02:27:55 +02:00
Hakim El Hattab
028d9186ec merge marked tweak 2013-05-03 09:14:38 -04:00
Hakim El Hattab
f3f9e5b546 remove automatic quotation marks on blockquote/q (closes #434) 2013-05-03 09:13:10 -04:00
Amit Kotlovski
0cbe741afd remove lang prefix from marked.js to fix highlight issue 2013-05-02 18:42:12 +03:00
Hakim El Hattab
39b53a7b3c minify marked #433 2013-05-02 09:18:28 -04:00
Hakim El Hattab
beda5f4881 merge showdown to marked migration 2013-05-02 09:09:33 -04:00
Nigel Stanger
76fce3b4d9 Support for multiple elements with same data-fragment-index
When multiple elements are specified with the same data-fragment-index,
they are all shown or hidden at once.
2013-05-02 12:26:23 +12:00
Nigel Stanger
1219564e05 Added clear:left to notes DIV
Resolves an issue where the first label (e.g., first bullet or first
number) of a list would wrap to the right side of the window and be
hidden under the clock element.
2013-05-02 12:02:46 +12:00
Amit Kotlovski
381da383d9 Replace the ShowDown Markdown engine with marked 2013-05-01 23:10:31 +03:00
Raymond Camden
b649c19af9 Moved my code to auto escape html to the right place 2013-05-01 14:44:53 -05:00
Raymond Camden
0441c26be1 Adds support for auto escaping HTML in code blocks. 2013-05-01 14:29:56 -05:00
Hakim El Hattab
247771e129 update control styles for fragments 2013-04-30 00:07:07 -04:00
Hakim El Hattab
36a8f12127 add isVerticalSlide utility method 2013-04-29 22:07:09 -04:00