index
:
marvinborner/bootyswing
master
Liedanalyse Schule
Marvin
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-03-24
More verbose error slide (HTTP necessary)
Jakub Holy
2013-03-24
Better error reporting for external Markdown files
Jakub Holy
2013-03-17
add missing theme readme
Hakim El Hattab
2013-03-16
Merge pull request #367 from wtw/patch-1
Hakim El Hattab
2013-03-15
Fixed some typos in the documentation
wtw
2013-03-10
remove unused file (closes #360)
Hakim El Hattab
2013-03-08
merge search plugin, adjust styles
Hakim El Hattab
2013-03-08
Merge branch 'searchplugin' of https://github.com/razor-1/reveal.js
Hakim El Hattab
2013-03-08
remove extra whitespace in css
Hakim El Hattab
2013-03-08
remove extra whitespace
Hakim El Hattab
2013-03-08
fix grunt jshint config
Hakim El Hattab
2013-03-08
denote language in code samples
Hakim El Hattab
2013-03-08
cut back on spacing
Hakim El Hattab
2013-03-08
print port when multiplex server starts (#98)
Hakim El Hattab
2013-03-08
update multiplex setup instructions (#98)
Hakim El Hattab
2013-03-08
add Reveal.getConfig(), replace use of window.globals (#98)
Hakim El Hattab
2013-03-08
merge in multiplex (#98)
Hakim El Hattab
2013-03-09
Prevent users from accidentally using common credentials
David Banham
2013-03-08
Bring multiplex up to date
David Banham
2013-03-08
Merge branch 'master' of https://github.com/hakimel/reveal.js
David Banham
2013-03-05
scope error (#300)
Hakim El Hattab
2013-03-05
blindfolded attempt at ie10 touch (#300)
Hakim El Hattab
2013-03-04
include search button icon
Jon Snyder
2013-03-04
Merge branch 'searchplugin' of https://github.com/razor-1/reveal.js into dev
Hakim El Hattab
2013-03-04
merge two new themes, slight adjustments to said themes
Hakim El Hattab
2013-03-04
Merge branch 'solarized' of https://github.com/asmod3us/reveal.js into dev
Hakim El Hattab
2013-03-04
fix error in how touch support was detected
Hakim El Hattab
2013-03-04
better null check for stack (closes #354)
Hakim El Hattab
2013-03-04
fix rotues check when loop is active
Hakim El Hattab
2013-03-04
better choice of fallback fonts (closes #328)
Hakim El Hattab
2013-03-04
add grunt sass theme task
Hakim El Hattab
2013-03-04
fix minor inconsistency in left/right nav when first/last slides are vertical
Hakim El Hattab
2013-03-04
Merge branch 'patch-1' of https://github.com/ynonp/unix2-bash-scripts-slides ...
Hakim El Hattab
2013-03-04
note about post-startup configuration
Hakim El Hattab
2013-03-04
enable pos-startup config of autoSlide
Hakim El Hattab
2013-03-01
Update markdown.js
ynonp
2013-03-01
fix a few typos (closes #352)
Hakim El Hattab
2013-02-28
format tweak
Hakim El Hattab
2013-02-28
fixing an initialization bug when turning off controls and progress in initia...
Ben Houston
2013-02-28
Merge remote-tracking branch 'upstream/master' into solarized
asmod3us
2013-02-27
force layout after configuration changes
Hakim El Hattab
2013-02-27
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
Hakim El Hattab
2013-02-27
attempt n2 to fix grunt in travis ci build
Hakim El Hattab
2013-02-27
attempt to fix grunt in travis ci build
Hakim El Hattab
2013-02-27
update main window when current slide changes in notes (closes #343)
Hakim El Hattab
2013-02-27
replace classList.toggle( ..., force ) as it's broken in ff
Hakim El Hattab
2013-02-27
dispatch event when paused/resumed (closes #336)
Hakim El Hattab
2013-02-27
Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into dev
Hakim El Hattab
2013-02-27
example external markdown in readme (#329)
Hakim El Hattab
2013-02-27
add note about external markdown in readme (#329)
Hakim El Hattab
2013-02-27
merge external markdown support, move example to plugin (#329)
Hakim El Hattab
2013-02-27
Merge branch 'slidifyMarkdown' of https://github.com/webpro/reveal.js into dev
Hakim El Hattab
2013-02-27
fragment sorting tweaks, sort attribute is now called data-fragment-index (#342)
Hakim El Hattab
2013-02-27
Merge branch 'sort_fragments' of https://github.com/jaberg/reveal.js into dev
Hakim El Hattab
2013-02-27
merge grunt update to 0.4 (#350)
Hakim El Hattab
2013-02-27
Merge branch 'upgrade-to-grunt-0.4' of https://github.com/boazsender/reveal.j...
Hakim El Hattab
2013-02-27
upgrading to grunt 0.4. resolves #349.
Boaz Sender
2013-02-26
remove share buttons
Hakim El Hattab
2013-02-26
disabled overview clicks on slides with disabled class
Hakim El Hattab
2013-02-26
Update plugin/markdown/markdown.js
asmod3us
2013-02-24
prevent overview click events after calling Reveal.removeEventListeners
Hakim El Hattab
2013-02-24
add configure api method for update config after initialization
Hakim El Hattab
2013-02-21
updated dark theme to use external color definition
asmod3us
2013-02-21
added solarized light theme
asmod3us
2013-02-21
extracted solarized color definitions to separate file
asmod3us
2013-02-21
added solarized dark theme
asmod3us
2013-02-21
Set PDF output to letter landscape, no margin
Jeremy Mikola
2013-02-21
FIX: indent level of sort_fragments
James Bergstra
2013-02-21
ENH: fragment-pos attribute for ordering fragments
James Bergstra
2013-02-20
Merge pull request #338 from jjallaire/ontouchstart-add-nullcheck
Hakim El Hattab
2013-02-14
ontouchstart null check in addEventListeners
JJ Allaire
2013-02-13
added isFirstSlide/isLastSlide api methods
Hakim El Hattab
2013-02-13
Merge branch 'master' of https://github.com/gouravtiwari/reveal.js
Hakim El Hattab
2013-02-13
Merge pull request #337 from jjallaire/ontouchstart-nullcheck
Hakim El Hattab
2013-02-13
check window.ontouchstart != null (required for qtwebkit)
JJ Allaire
2013-02-11
search plugin
Jon Snyder
2013-02-11
Added isFirstSlide and isLastSlide functions
Gourav Tiwari
2013-02-11
scale presentations on ipad instead of zoom
Hakim El Hattab
2013-02-09
add api methods for check if overview is active or presentation is paused
Hakim El Hattab
2013-02-09
stop auto-slide on pause and overview (closes #320)
Hakim El Hattab
2013-02-06
merge in notes improvement
hakimel
2013-02-06
find correct path to open html file from the notes.js path
Damjan Georgievski
2013-02-05
adjust copyright years
Hakim El Hattab
2013-02-05
remove experimental tileflip transition, reduce max size of media content to ...
Hakim El Hattab
2013-02-03
enable backgrounds images when printing to pdf (closes #271)
Hakim El Hattab
2013-02-03
helper method for retrieving slide based on index (closes #293)
Hakim El Hattab
2013-02-03
disable zoom plugin while in overview mode
Hakim El Hattab
2013-02-03
fix vertical centering of slide in ios chrome (closes #289)
Hakim El Hattab
2013-02-03
trailing ws
Hakim El Hattab
2013-02-03
fix error with removal of control button and progress bar event listeners (cl...
Hakim El Hattab
2013-02-03
code cosmetics
Hakim El Hattab
2013-02-02
Merge pull request #322 from commadelimited/deactivate-nav-during-pause
Hakim El Hattab
2013-02-03
describing new presentation sizing logic in readme
Hakim El Hattab
2013-02-03
fix word breaks in headers (closes #321)
Hakim El Hattab
2013-02-02
remove extra padding in stacks, add api method to retrieve curren scale (#310)
Hakim El Hattab
2013-02-02
reduce width of single-page fallback slides
Hakim El Hattab
2013-01-31
Only allowing 'unpause' keyboard events while paused
andy matthews
2013-01-31
change default maxScale to 1.0 (#310)
Hakim El Hattab
2013-01-31
add config vars for #310 to readme
Hakim El Hattab
2013-01-30
add min/max scale settings (#310)
Hakim El Hattab
[next]