Commit Graph

  • 7529f7eeb8 prevent invisible fragments from capturing mouse events #845 Hakim El Hattab 2014-03-25 14:09:14 +0100
  • 6936c5029e correct ms fullscreen api method name #843 Hakim El Hattab 2014-03-25 13:59:48 +0100
  • 924c4aaa01 use socket.io 0.9.16 Hakim El Hattab 2014-03-18 15:22:34 +0100
  • 7285653b01 update version to 2.6.2 to fix broken tarball on npm #506 Hakim El Hattab 2014-03-18 15:07:42 +0100
  • da949c33e0 Tweak layout in README.md installation markup. Craig Citro 2014-03-14 23:21:23 -0700
  • 1a7732c235 More robost calculation of .stretch height Daniel Moore 2014-03-13 18:22:30 -0500
  • 0140fd9ee6 include fragments in progress bar calculation Hakim El Hattab 2014-03-13 10:32:57 +0100
  • 55dceaaa0a update (c) year Hakim El Hattab 2014-02-16 17:12:05 +0100
  • a91f4d601d test for getProgress Hakim El Hattab 2014-03-12 22:29:01 +0100
  • 6e9a33cf1f add api method for retrieving progress Hakim El Hattab 2014-03-12 22:26:31 +0100
  • 8c32e2e967 Merge branch 'dev' of github.com:hakimel/reveal.js into dev Hakim El Hattab 2014-03-12 08:52:12 +0100
  • 1c2f4a2e92 deserialize state values Hakim El Hattab 2014-03-12 08:51:51 +0100
  • e8ab2641da typo fix Hakim El Hattab 2014-03-12 08:51:40 +0100
  • 3976030733 Merge pull request #816 from Gijs-Koot/dev Hakim El Hattab 2014-03-08 12:25:37 +0100
  • 71f1780b50 fixed two minor bugs, a twohanded gesture may not have a direction, and if autoCenter is of, the tipPosition was in the wrong scope Gijs Koot 2014-03-05 15:20:30 +0100
  • 714102c3f8 add get/setState methods for persisting and restoring presentation state Hakim El Hattab 2014-03-02 12:30:55 +0100
  • 7d25ef8aaf updated presentation to specify used languages used for highlight.js J.D. Fitz.Gerald 2014-02-28 16:23:05 +0000
  • d939c4790e updated highlight.js to v8.0 J.D. Fitz.Gerald 2014-02-28 16:22:36 +0000
  • 4cd1dd1a1f Merge branch 'master' of github.com:hakimel/reveal.js into dev Hakim El Hattab 2014-02-28 12:16:37 +0100
  • 08fb6cb2f9 fix pdf print bug in chrome 33 #808 Hakim El Hattab 2014-02-28 12:16:14 +0100
  • 11df3547f6 change version to 2.7.0 (dev) Hakim El Hattab 2014-02-28 12:13:32 +0100
  • 1aadc53eac don't reduce line height for all headings in base theme (#753) Hakim El Hattab 2014-02-25 12:32:23 +0100
  • 0b3bae1cad Typo fix. Armand Abric 2014-02-18 15:24:59 +0100
  • ecce48d1c0 Merge branch 'master' of https://github.com/ccortezia/reveal.js into dev Hakim El Hattab 2014-02-18 08:10:07 +0100
  • 015468c3a2 renamed markdown attributes for clarity and consistency: data-vertical -> data-separator-vertical, data-notes -> data-separator-notes Hakim El Hattab 2014-02-17 21:15:02 +0100
  • a22d00ab25 server side notes plugin now supports input via data-notes attribute Hakim El Hattab 2014-02-17 20:07:41 +0100
  • 9478d03cf6 drop -o-transition and -ms-transition Hakim El Hattab 2014-02-17 17:52:26 +0100
  • b25fa50657 remove all use of :not(.image) Hakim El Hattab 2014-02-17 11:55:38 +0100
  • 26e9ce1ff7 avoid creating duplicate auto-slide controls #770 Hakim El Hattab 2014-02-16 17:37:59 +0100
  • 2aef97584a update (c) year Hakim El Hattab 2014-02-16 17:12:05 +0100
  • 44e6f7ace0 Increase Logitech R400 remote compatibity. Armand Abric 2014-02-07 19:03:48 +0100
  • d698619705 define basic black/white colors in the default, non-themed, styles Hakim El Hattab 2014-02-03 16:18:09 +0530
  • 286acf371b Add generated css and js to gitignore jamestwebber 2014-01-25 17:10:41 -0800
  • d9513b34d5 Fixes bad NaN applied to style on updateParallax. Cristiano Cortezia 2014-01-16 14:44:32 -0200
  • d1d6cca272 Merge branch 'master' of github.com:lordsutch/reveal.js Chris Lawrence 2014-01-07 22:30:43 -0500
  • 49e0749bc6 readme tweaks for auto-sliding Hakim El Hattab 2013-12-21 18:15:23 +0100
  • 6215b12f6e naming/comment tweak Hakim El Hattab 2013-12-21 18:12:02 +0100
  • 9421541825 add tests for auto-slide events #766 Hakim El Hattab 2013-12-21 18:08:40 +0100
  • a97d73167d simplify how data-autoslide is picked up from fragments #766 Hakim El Hattab 2013-12-21 17:54:21 +0100
  • ed4cdaf9e7 test isAutoSliding, isAutoSliding returns false when no autoSlide value is set #766 Hakim El Hattab 2013-12-21 17:33:30 +0100
  • 137ddf5472 isSliding > isAutoSliding Hakim El Hattab 2013-12-21 17:27:33 +0100
  • 5226321885 Merge branch 'autoslide-API-and-fragments' of https://github.com/rajgoel/reveal.js into dev Hakim El Hattab 2013-12-21 17:16:51 +0100
  • 4498e6e609 Update README.md rajgoel 2013-12-20 16:38:13 +0100
  • 5a8da0555c Add auto-slide API and data-autoslide for fragments rajgoel 2013-12-20 16:22:32 +0100
  • 7bd01bdebd fix data-transition overrides #760 Hakim El Hattab 2013-12-20 15:16:03 +0100
  • 6428504d6d merge table styles #761, tweak table padding Hakim El Hattab 2013-12-20 10:35:21 +0100
  • d08b000ec9 update contribution guidelines Hakim El Hattab 2013-12-20 10:03:07 +0100
  • 300d56c21c separate contribution rules from readme Hakim El Hattab 2013-12-20 09:56:29 +0100
  • 2976921adf compile assets Hakim El Hattab 2013-12-20 09:48:51 +0100
  • 1402e691d5 Merge branch 'patch-2' of https://github.com/RyDroid/reveal.js into dev Hakim El Hattab 2013-12-20 09:48:12 +0100
  • 1e7b62bd44 Merge branch 'master' of github.com:hakimel/reveal.js into dev Hakim El Hattab 2013-12-20 09:47:05 +0100
  • bde5907a19 Update reveal.css RyDroid 2013-12-19 19:25:35 +0100
  • 929ace25ee Table Style Wachiwi 2013-12-17 14:53:36 +0100
  • 8b8cc607d4 The index.html page had the simple theme listed twice. The duplicate was removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up. Alex Juarez 2013-12-04 15:41:06 -0600
  • b7fcd71c9f Merge branch 'live-reload' of https://github.com/danielwegener/reveal.js into dev Hakim El Hattab 2013-12-10 11:37:50 +0100
  • 7055c54b79 rebuild styles Hakim El Hattab 2013-12-10 11:32:11 +0100
  • 1a0e7a2e60 Improve formatting of dl elements Diomidis Spinellis 2013-12-09 15:10:36 +0200
  • 5c1497e8b2 grunt serve starts the browser and livereloads changes in the presentation - upgrade grunt-contrib-connect to ~0.5.0 - configure connect and watch plugin Daniel Wegener 2013-11-21 21:02:51 +0100
  • 5d4b303b2f Merge pull request #742 from mralexjuarez/index-theme-fix Hakim El Hattab 2013-12-05 03:21:29 -0800
  • 616d83dfb6 The index.html page had the simple theme listed twice. The duplicate was removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up. Alex Juarez 2013-12-04 15:41:06 -0600
  • 9f2a0207fc add strike fragment style #737 Hakim El Hattab 2013-12-03 15:39:03 +0100
  • e8c7e8eddb same condition order when event listeners are added and removed Hakim El Hattab 2013-12-02 23:28:43 +0100
  • 916bfb4c30 readme tweak Hakim El Hattab 2013-12-02 23:24:37 +0100
  • aef53061c5 code format tweaks Hakim El Hattab 2013-12-02 23:23:51 +0100
  • 4a5b5c7c11 merge support for ie 11 touch Hakim El Hattab 2013-12-02 23:20:26 +0100
  • 4068c5221d add instructions to features that require a local web server (closes #732, #673, #559) Hakim El Hattab 2013-12-02 21:33:44 +0100
  • e6069caa86 2.6.1 #734 Hakim El Hattab 2013-12-02 12:24:18 +0100
  • 552525c7a5 rename markdown attribute test files to same format Hakim El Hattab 2013-12-02 12:23:18 +0100
  • 9a9ce672b7 add example of markdown slide and element attributes Hakim El Hattab 2013-12-02 12:20:48 +0100
  • bc62963c8f readme correction for #734 Hakim El Hattab 2013-12-02 12:20:29 +0100
  • 65bd155c34 Merge branch 'attributes' of https://github.com/VonC/reveal.js into dev Hakim El Hattab 2013-12-02 12:12:27 +0100
  • fdb03b4f10 README.md mentions the new default separators. VonC 2013-11-30 23:11:13 +0100
  • 78dfbf5202 test-markdown-element-attributes: formats and test. VonC 2013-11-30 23:08:43 +0100
  • d4e04b82dc test-markdown-attributes.*, new default separator VonC 2013-11-30 23:06:47 +0100
  • f2097417da Simpler default syntax for markdown attributes. VonC 2013-11-30 22:29:04 +0100
  • 13da34cc6b Removes console.log calls. VonC 2013-11-28 22:12:22 +0100
  • d52eb599d1 Fix previous element selection. VonC 2013-11-28 22:10:23 +0100
  • 8ad633e4f3 Fix element attributes, except for multi-line. VonC 2013-11-27 22:48:01 +0100
  • 3330c2a764 Remove section attribute implementation. VonC 2013-11-25 22:05:23 +0100
  • dd9fa3e22b First refactoring VonC 2013-11-24 21:27:30 +0100
  • 0605ab13df add parallax horizontal and vertical properties to enable non-calculated parallax offsets Luke Karrys 2013-11-29 10:57:26 -0700
  • 31438c88ba Merge branch 'dev' of github.com:hakimel/reveal.js Hakim El Hattab 2013-11-28 16:48:46 -0500
  • 3d2549d4f4 documentation for slide numbers Hakim El Hattab 2013-11-28 16:48:36 -0500
  • f1a416d07c tests for initial section classes Hakim El Hattab 2013-11-28 11:31:16 -0500
  • 599bef5fdf Merge branch 'dev' of github.com:hakimel/reveal.js Hakim El Hattab 2013-11-28 09:35:28 -0500
  • f7b612b1e4 only run vertical slide setup during startup #726 Hakim El Hattab 2013-11-28 09:35:04 -0500
  • 0eba619c1a add example for parallax backgrounds Hakim El Hattab 2013-11-27 14:49:39 -0500
  • b314cf7b27 improvement to query string parsing Hakim El Hattab 2013-11-27 13:16:03 -0500
  • 69bf9b51ec include slide number color in theme template Hakim El Hattab 2013-11-27 11:00:21 -0500
  • 2be89c3772 remove dev flag from version Hakim El Hattab 2013-11-27 10:46:49 -0500
  • c7595b29a9 Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into dev Hakim El Hattab 2013-11-27 09:13:39 -0500
  • 6ca071cd3a Fix for issue #715 Luis HGO 2013-11-27 10:38:48 -0200
  • 740f472ce2 when there is data-autoplay:ing media, prolong autoSlide to match its duration #723 Hakim El Hattab 2013-11-26 18:22:01 -0500
  • cb9e507cd4 remove debug code Hakim El Hattab 2013-11-26 17:41:01 -0500
  • 3be84bcbe3 code format tweaks Hakim El Hattab 2013-11-26 17:32:43 -0500
  • 75845a92c3 Merge branch 'dev' of https://github.com/theone1984/reveal.js into dev Hakim El Hattab 2013-11-26 17:08:43 -0500
  • 544020bb96 use fragment name in example Hakim El Hattab 2013-11-26 12:20:57 -0500
  • c8b46050a0 Merge branch 'current-style' of https://github.com/gturri/reveal.js into dev Hakim El Hattab 2013-11-26 12:16:21 -0500
  • e947f0f216 add zoomKey option for #700 Hakim El Hattab 2013-11-26 09:00:04 -0500
  • b46fd8dd70 Added some styles using the current-fragment class Guillaume Turri 2013-11-16 10:45:02 +0100