Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | serve notes/multiple index document as html (closes #470) | Hakim El Hattab | 2013-06-09 |
| | |||
* | merge notes timer rounding fix | Hakim El Hattab | 2013-06-09 |
|\ | |||
| * | Use Math.floor instead of parseInt to avoid problems with very small numbers ↵ | Thomas Rosenau | 2013-06-02 |
| | | | | | | | | like 2e-10 | ||
* | | update code style to match after merge | Hakim El Hattab | 2013-06-09 |
| | | |||
* | | merge fix for embedded media repeated autoplay | Hakim El Hattab | 2013-06-09 |
|\ \ | |||
| * | | Only call embedded content bits if the slide actually changed. | Chris Lawrence | 2013-06-08 |
| |/ | |||
| * | typo (closes #471) | Hakim El Hattab | 2013-05-26 |
| | | |||
| * | typos | Hakim El Hattab | 2013-05-12 |
| | | |||
* | | add test deck for embedded media | Hakim El Hattab | 2013-06-09 |
| | | |||
* | | revamp pdf printing to support per-slide backgrounds (closes #453) | Hakim El Hattab | 2013-06-09 |
| | | |||
* | | update example deck to use slide backgrounds (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | update background test, documented slide backgrounds in readme (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | allow control over background color when using images (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | linear sliding transition option for full page backgrounds (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | support for optional background property overrides (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | don't transition to first slide background (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | add test directory and simple test document for per-slide backgrounds (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | started the new per-slide background implementation (#453) | Hakim El Hattab | 2013-06-04 |
| | | |||
* | | viewport meta to fit notes window on ipad | Hakim El Hattab | 2013-05-19 |
| | | |||
* | | float fix in notes-server plugin | Hakim El Hattab | 2013-05-19 |
| | | |||
* | | -ms-touch-action for #450 | Hakim El Hattab | 2013-05-12 |
| | | |||
* | | upgrade to 2.5.0 | Hakim El Hattab | 2013-05-12 |
| | | |||
* | | fix previousFragment, was hiding in reverse order #435 | Hakim El Hattab | 2013-05-05 |
| | | |||
* | | merge notes float fix and support for multiple fragments with same index | Hakim El Hattab | 2013-05-05 |
|\ \ | |||
| * | | Support for multiple elements with same data-fragment-index | Nigel Stanger | 2013-05-02 |
| | | | | | | | | | | | | | | | When multiple elements are specified with the same data-fragment-index, they are all shown or hidden at once. | ||
| * | | Added clear:left to notes DIV | Nigel Stanger | 2013-05-02 |
| | | | | | | | | | | | | | | | | | | 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. | ||
* | | | add data-start-indexv #427 | Hakim El Hattab | 2013-05-05 |
| |/ |/| | |||
* | | Allow override of HTML escaping in code blocks | Eric Weikl | 2013-05-05 |
| | | | | | | | | This way, authors can use HTML for special formatting. | ||
* | | change markdown code sample syntax | Hakim El Hattab | 2013-05-04 |
| | | |||
* | | merge master into dev | Hakim El Hattab | 2013-05-04 |
|\ \ | |||
| * | | re-arrange readme | Hakim El Hattab | 2013-05-04 |
| | | | |||
| * | | setup instructions #357 | Hakim El Hattab | 2013-05-04 |
| |/ | |||
* | | Merge branch 'remotes-plugin-natural-bindings' of ↵ | Hakim El Hattab | 2013-05-04 |
|\ \ | | | | | | | | | | https://github.com/toy/reveal.js into dev | ||
| * | | remotes plugin more natural bindings: tap — next, zoom-out — activate ↵ | Ivan Kuchin | 2013-05-04 |
| |/ | | | | | | | overview, zoom-in — deactivate overview | ||
* | | rvl.io > slid.es | Hakim El Hattab | 2013-05-04 |
| | | |||
* | | add package and serve grunt tasks (closes #437) | Hakim El Hattab | 2013-05-04 |
| | | |||
* | | fix ios flicker bug with linear transition #410 | Hakim El Hattab | 2013-05-03 |
| | | |||
* | | merge marked tweak | Hakim El Hattab | 2013-05-03 |
|\ \ | |||
| * | | remove lang prefix from marked.js to fix highlight issue | Amit Kotlovski | 2013-05-02 |
| | | | |||
* | | | remove automatic quotation marks on blockquote/q (closes #434) | Hakim El Hattab | 2013-05-03 |
|/ / | |||
* | | minify marked #433 | Hakim El Hattab | 2013-05-02 |
| | | |||
* | | merge showdown to marked migration | Hakim El Hattab | 2013-05-02 |
|\ \ | |||
| * | | Replace the ShowDown Markdown engine with marked | Amit Kotlovski | 2013-05-01 |
| |/ | |||
* | | Moved my code to auto escape html to the right place | Raymond Camden | 2013-05-01 |
| | | |||
* | | Adds support for auto escaping HTML in code blocks. | Raymond Camden | 2013-05-01 |
|/ | |||
* | update control styles for fragments | Hakim El Hattab | 2013-04-30 |
| | |||
* | add isVerticalSlide utility method | Hakim El Hattab | 2013-04-29 |
| | |||
* | greatly improved rtl, slides and progress are now reversed #339 | Hakim El Hattab | 2013-04-29 |
| | |||
* | avoid errors in old ie from code highlighting | Hakim El Hattab | 2013-04-28 |
| | |||
* | slight readme tweak | Hakim El Hattab | 2013-04-27 |
| |