Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | don't trim aria status | Hakim El Hattab | 2014-06-09 |
| | |||
* | merge and tweak screen reader support #854 | Hakim El Hattab | 2014-06-09 |
|\ | |||
| * | Change innerHTML to textContent to avoid video replays inside status Div, ↵ | Nawaz | 2014-04-07 |
| | | | | | | | | for not text content is enough | ||
| * | Make revealJS screen reader friendly by announcing the contents of each ↵ | Nawaz | 2014-03-27 |
| | | | | | | | | slide presented | ||
* | | typo #938 | Hakim El Hattab | 2014-06-05 |
| | | |||
* | | write current hash when history is toggled on #934 | Hakim El Hattab | 2014-06-05 |
| | | |||
* | | fix search & replace error | Hakim El Hattab | 2014-05-30 |
| | | |||
* | | adjust check for focused text inputs | Hakim El Hattab | 2014-05-29 |
| | | |||
* | | move paragraph styles to theme | Hakim El Hattab | 2014-05-26 |
| | | |||
* | | limit scope of all slide selectors, avoids multiple .reveal classes on one ↵ | Hakim El Hattab | 2014-05-24 |
| | | | | | | | | page causing errors | ||
* | | additional monospace options for phantomjs | Hakim El Hattab | 2014-05-23 |
| | | |||
* | | only use zoom to scale in chrome | Hakim El Hattab | 2014-05-21 |
| | | |||
* | | dont specify hyphens auto, behavior/rendering varies between browsers | Hakim El Hattab | 2014-05-21 |
| | | |||
* | | hide slide numbers while printing to pdf #885 | Hakim El Hattab | 2014-05-20 |
| | | |||
* | | fix data-autoplay on first slide | Hakim El Hattab | 2014-05-20 |
| | | |||
* | | validate named links according to html id spec #914 | Hakim El Hattab | 2014-05-20 |
| | | |||
* | | zoom viewport is centered on target element #900 | Hakim El Hattab | 2014-05-19 |
| | | |||
* | | relax keyboard blocking condition #899 | Hakim El Hattab | 2014-05-17 |
| | | |||
* | | add minimal-ui to viewport for ios fullscreen | Hakim El Hattab | 2014-05-15 |
| | | |||
* | | Merge branch 'fix-isFirstSlide' of https://github.com/fabianorosas/reveal.js ↵ | Hakim El Hattab | 2014-05-14 |
|\ \ | | | | | | | | | | into dev | ||
| * | | == --> === | fabiano | 2014-05-09 |
| | | | |||
| * | | fixed a problem in the function isFirstSlide | fabiano | 2014-05-09 |
| | | | | | | | | | | | | | | | when visiting a vertical slide and then going back to the first slide, the function would return false. made it more fail proof by checking the indices directly. | ||
| * | | kill-yank mistake | fabiano | 2014-05-09 |
| | | | |||
| * | | Broaden the coverage of isFirstSlide test | fabiano | 2014-05-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we: - visit a vertical slide and then: - go to the first slide the function will return **false**. Added a test to isLastSlide too just to be sure. | ||
| * | | Small typo | fabiano | 2014-05-09 |
| | | | |||
* | | | fix bug in retrieval or background images while in pdf mode | Hakim El Hattab | 2014-05-10 |
| | | | |||
* | | | no need to override font sizes after updates to pdf printing | Hakim El Hattab | 2014-05-10 |
|/ / | |||
* | | fix edge case in singleton node creation | Hakim El Hattab | 2014-05-07 |
| | | |||
* | | createSingletonNode now ensures found nodes are in the correct container | Hakim El Hattab | 2014-05-07 |
| | | |||
* | | sync server-side speaker notes after notes window opens | Hakim El Hattab | 2014-05-04 |
| | | |||
* | | ensure default can be prevented | Hakim El Hattab | 2014-05-04 |
| | | |||
* | | update server side notes to match client side plugin | Hakim El Hattab | 2014-05-04 |
| | | |||
* | | limit size of media elements when printing to pdf | Hakim El Hattab | 2014-05-04 |
| | | |||
* | | reduce max-height of images in pdfs | Hakim El Hattab | 2014-05-04 |
| | | |||
* | | clicking on notes timer now resets it #779 | Hakim El Hattab | 2014-05-04 |
| | | |||
* | | wait for document to load before triggering pdf layout | Hakim El Hattab | 2014-04-29 |
| | | |||
* | | ensure pdf pages are never zero-height | Hakim El Hattab | 2014-04-29 |
| | | |||
* | | pdf background size rounding error | Hakim El Hattab | 2014-04-29 |
| | | |||
* | | updates to phantom pdf print script, arguments for width/height | Hakim El Hattab | 2014-04-29 |
| | | |||
* | | null check background | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | test same conditions for both getSlide and getSlideBackground | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | addition background image and getSlideBackground tests | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | fix issue with background images on first vertical sldie | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | update visibility of slides as part of sync | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | prefer scaling over zooming on mobile devices | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | fix lazy loading bug related to data-background-image attribute | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | fix slide transitions in iOS | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | load all images directly when in 'no-transform'-mode | Hakim El Hattab | 2014-04-28 |
| | | |||
* | | merge umd wrapping | Hakim El Hattab | 2014-04-27 |
|\ \ | |||
| * | | build reveal.min.js | Michael Williams | 2014-04-08 |
| | | |