aboutsummaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2014-05-18impress.js: make past, present and future classes work with non-linear stepsHEADmasterJames Bottomley1-3/+33
2014-03-03impress.js: Add relative transformations.James Bottomley1-1/+19
2014-03-03impress.js: add build transitionsJames Bottomley1-6/+56
2013-07-26Update impress.jsBijan Himself1-1/+1
2013-05-14select a step more precisely.Jenil Gogari1-1/+1
2012-04-04release 0.5.3Bartek Szopka1-3/+3
2012-04-04stopped using `transitionend` event to provide more consistent `impress:stepe...Bartek Szopka1-50/+42
2012-04-04next versionBartek Szopka1-1/+1
2012-03-31release 0.5.2Bartek Szopka1-1/+1
2012-03-31finally some more descriptive comments in jsBartek Szopka1-41/+203
2012-03-28next version in developmentBartek Szopka1-1/+1
2012-03-21release 0.5.1Bartek Szopka1-1/+1
2012-03-21fixing clicking links on active stepsBartek Szopka1-2/+2
2012-03-20release 0.5Bartek Szopka1-1/+1
2012-03-19only call enter and leave events when necessaryBartek Szopka1-1/+2
2012-03-18lowercase event names to keep DOM events convention, with backbone-style impr...Bartek Szopka1-9/+9
2012-03-14"`goto` now accepts duration parameter"Bartek Szopka1-12/+15
2012-03-14"`goto` now accepts more types of parameters: numbers, id strings and DOM ele...Bartek Szopka1-3/+11
2012-03-14"`goto` is back, bye bye ugly `stepTo`"Bartek Szopka1-10/+10
2012-03-12"more readable event names"Bartek Szopka1-9/+9
2012-03-12"added `impress-enabled` and `impress-disabled` CSS classes used in impress i...Bartek Szopka1-0/+5
2012-03-12"cleaning the code after `init` refactoring"Bartek Szopka1-43/+43
2012-03-12"navigation handlers are now added when impress is initialized"Bartek Szopka1-95/+104
2012-03-12"impressive API update - added initialization `init` function and event"Bartek Szopka1-139/+157
2012-03-11"merge with master branch (release 0.4.1)"Bartek Szopka1-2/+13
2012-03-11"bugfix release 0.4.1"Bartek Szopka1-1/+1
2012-03-11"fallback mode fix"Bartek Szopka1-2/+13
2012-03-10"`present` and `past` can't appear together on element"Bartek Szopka1-3/+4
2012-03-10"`past`, `present` and `future` classes on step elements"Bartek Szopka1-0/+15
2012-03-10"removed unnecessary transitions and jumpiness when presentation starts"Bartek Szopka1-21/+20
2012-03-10"added impressive events when step is entered and left, triggered by transiti...Bartek Szopka1-19/+76
2012-03-10"next version in development"Bartek Szopka1-1/+1
2012-03-10"release 0.4"Bartek Szopka1-1/+1
2012-03-10"making jshint even more happy with custom config"Bartek Szopka1-10/+13
2012-03-10"making jshint (almost) happy"Bartek Szopka1-22/+25
2012-03-10impressive class names refactoringBartek Szopka1-11/+15
2012-03-10`goto` is a future reserved word, so API method is renamed to `stepTo`Bartek Szopka1-9/+9
2012-03-08perspective and transition duration added to configBartek Szopka1-8/+18
2012-03-08added number validation and impress.js configBartek Szopka1-17/+28
2012-03-08minimum and maximum scale added to configBartek Szopka1-6/+18
2012-03-08keyboard handler updated - now triggering actions on keyupBartek Szopka1-1/+10
2012-03-08Merge branch 'master' into scaleBartek Szopka1-2/+2
2012-03-08fixing broken event delegation when clicking on body - issue #113Bartek Szopka1-2/+2
2012-03-07perspective as a function for better Firefox supportBartek Szopka1-3/+6
2012-03-07throttle on keydown (arrows) causes scrolling on FirefoxBartek Szopka1-2/+2
2012-03-07iPad viewport size less hardcodedBartek Szopka1-1/+1
2012-03-07Merge branch 'master' into scaleBartek Szopka1-1/+1
2012-03-07sad but true ... `history.pushState` is too buggy to be useful at this pointBartek Szopka1-1/+1
2012-03-06rescaling presentation when window is resizedBartek Szopka1-10/+35
2012-03-06scaling elements to make them fit the screen (by @fmate14)Bartek Szopka1-2/+15
2012-03-06using history.pushState instead of location change in courtesy of @medikooBartek Szopka1-6/+4
2012-03-06GPL license addedBartek Szopka1-1/+2
2012-03-06it's not 0.3 anymoreBartek Szopka1-1/+1
2012-03-06added link to Chrome location change bugBartek Szopka1-0/+1
2012-02-19release 0.3Bartek Szopka1-1/+7
2012-02-16iPad trial and errorBartek Szopka1-1/+1
2012-02-16scale fixes for iPadBartek Szopka1-1/+5
2012-02-15iPad viewport now defined in script to avoid breaking mobile fallback modeBartek Szopka1-0/+10
2012-02-15some iPad loveBartek Szopka1-1/+3
2012-02-15impressive touch supportBartek Szopka1-0/+18
2012-02-15impressive APIBartek Szopka1-186/+225
2012-01-30step data moved from DOM to internal data structureBartek Szopka1-7/+14
2012-01-24Use strict modeMariusz Nowak1-0/+1
2012-01-20disabled animation on the beggining of the presentationBartek Szopka1-1/+8
2012-01-18that was impressive name switch :)Bartek Szopka1-12/+10
2012-01-17impressive refactoring of slide selection - getting closer to APIBartek Szopka1-9/+20
2012-01-17removed mousewheel, sorry @OpenGrid, maybe it will be back as optional featur...Bartek Szopka1-6/+0
2012-01-12am I removing features? yes, it was a bad idea after all and I really hope th...Bartek Szopka1-15/+7
2012-01-12yeah, that's what happens when you do quick fixes using timeouts...Bartek Szopka1-1/+3
2012-01-12delaying hash change not to spoil the transition in chromeBartek Szopka1-1/+6
2012-01-12tiny little fixesBartek Szopka1-3/+3
2012-01-12Merge pull request #54 from Haacked/selectGuardBartek Szopka1-2/+2
2012-01-12Updated select method to not run transitions if the element is already activeHaacked1-2/+2
2012-01-12Added mouse wheel event listener to select next slideLech WilczyƄski1-0/+6
2012-01-04impressive step click supportBartek Szopka1-6/+11
2012-01-04impressive refactoring - no need to search for active step every time...Bartek Szopka1-3/+5
2012-01-04fixing the perspective for scaled stepsBartek Szopka1-0/+3
2012-01-04preventing all scroll events was not such an impressive idea after all...Bartek Szopka1-11/+10
2012-01-03impressive interdimentional links support added with hash based bookmarkable ...Bartek Szopka1-7/+50
2012-01-02some trailing commas removed, so closure compiler doesn't complainBartek Szopka1-2/+2
2012-01-02impressive... how did it work before?!Bartek Szopka1-1/+1
2012-01-02Adding pg up & pg down to go forward and reverse because most presentation po...Matthew Makai1-1/+4
2012-01-01(not) impressive mobile detection and forcing fallback mode for iOS and Andro...Bartek Szopka1-1/+3
2011-12-31impressive licenseBartek Szopka1-0/+11
2011-12-31impressive hardboiled fallback support addedBartek Szopka1-0/+11
2011-12-31trying to work around scrolling-on-focus bug, not impressive at all...Bartek Szopka1-2/+13
2011-12-31impressive typo/bug fixedBartek Szopka1-5/+3
2011-12-31impressive demo content addedBartek Szopka1-2/+3
2011-12-30impressive markup clean-up - wrapper elements now automagically generate them...Bartek Szopka1-2/+13
2011-12-29tab key can now also be used to move to next presentation step (to prevent de...Bartek Szopka1-3/+4
2011-12-29impressive 3d support, yeah!Bartek Szopka1-24/+68
2011-12-29impressive simplificationsBartek Szopka1-33/+17
2011-12-29impressive code clean-upBartek Szopka1-32/+52
2011-12-29impressive refactoring - added `css` and `extend` helper functions for DRY go...Bartek Szopka1-25/+59
2011-12-29impress.css is now moved to impress.jsBartek Szopka1-0/+141