summaryrefslogtreecommitdiffstats
path: root/theme/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading button display on navigationSamy Pessé2014-05-241-4/+2
|
* Fix #235: search after navigation to another pageSamy Pessé2014-05-233-17/+10
|
* Fix #218: keep state of font settingsSamy Pessé2014-05-232-25/+22
|
* Fix #218: Add settings for client theme (font family, size, theme)Samy Pessé2014-05-082-13/+24
|
* Fix #197: use URI.js for calculation of relative urlSamy Pessé2014-05-043-51/+37
| | | | Use bower for client dependencies
* Remove vendors directorySamy Pessé2014-05-044-18917/+0
|
* Fix #182: Replace all book body when page changesSamy Pessé2014-05-011-9/+8
|
* Update page when new version of application cacheSamy Pessé2014-04-272-1/+20
|
* Add base loading indicator for navigationSamy Pessé2014-04-272-4/+23
| | | | #161
* Fix #153 and Improve pushState navigationSamy Pessé2014-04-252-11/+59
|
* Merge branch 'master' of https://github.com/Hermanya/gitbook into ↵Samy Pessé2014-04-222-2/+119
|\ | | | | | | Hermanya-master
| * Font settings, closes #102Herman Starikov2014-04-192-2/+95
| |
* | Change js interface for plugins and add configurationSamy Pessé2014-04-216-23/+27
| |
* | Trigger event on document when readySamy Pessé2014-04-191-0/+2
| |
* | Add global js interface for plugins and remove mixpanelSamy Pessé2014-04-196-47/+21
| |
* | Improve stability of mixpanel trackingSamy Pessé2014-04-182-12/+13
| |
* | Fix quiz interractivitySamy Pessé2014-04-181-2/+5
| |
* | Fix #116: update url before updating html contentSamy Pessé2014-04-181-2/+2
| |
* | Fix navigation on chrome for iOS: disable pushStateSamy Pessé2014-04-181-1/+3
| |
* | Fix state update after navigationSamy Pessé2014-04-171-1/+1
|/
* Fix #97: keep scroll position during page changementSamy Pessé2014-04-151-1/+5
|
* Fix progress display when page changeSamy Pessé2014-04-142-7/+15
|
* Add analytics on page changementSamy Pessé2014-04-142-2/+6
|
* Fix search with pusState navigationSamy Pessé2014-04-142-6/+14
|
* Fix scrolling on new designSamy Pessé2014-04-141-2/+4
|
* Merge branch 'master' of https://github.com/tcorral/gitbook into tcorral-masterSamy Pessé2014-04-142-4/+18
|\ | | | | | | | | Conflicts: theme/javascript/app.js
| * Allow scroll in computers that put the navigation over scroll control. When ↵tcorral2014-04-131-4/+10
| | | | | | | | the document is ready it will check the difference between the body-inner and the page-wrapper width to move the layer only this width allowing the user to scroll.
| * Allow scroll in computers that put the navigation over scroll control. When ↵tcorral2014-04-131-52/+56
| | | | | | | | the document is ready it will check the difference between the body-inner and the page-wrapper width to move the layer only this width allowing the user to scroll.
| * Allow scroll in computers that put the navigation over scroll control. When ↵tcorral2014-04-131-50/+52
| | | | | | | | the document is ready it will check the difference between the body-inner and the page-wrapper width to move the layer only this width allowing the user to scroll.
* | Merge head styles so that ace stays stableSamy Pessé2014-04-141-1/+9
| |
* | Fix header interractive actions: buttons and githubSamy Pessé2014-04-145-11/+25
| |
* | Add complete refresh of head and body on page navigationSamy Pessé2014-04-141-8/+12
| |
* | Focs and reset scroll on page bodySamy Pessé2014-04-142-3/+6
| |
* | Improve quiz sections designSamy Pessé2014-04-142-5/+6
| |
* | Fix exercises binding when page changedSamy Pessé2014-04-143-35/+104
| | | | | | | | Add base binding for quiz
* | Fix title update with pushState navigationSamy Pessé2014-04-141-6/+14
| |
* | Fix regression on github as an optionSamy Pessé2014-04-141-8/+11
| |
* | Add base from clarity theme from @NijikokunSamy Pessé2014-04-1419-90/+94
|/
* Quiz with GFM checkbox listsJames Phillpotts2014-04-121-11/+13
|
* Tabular quizJames Phillpotts2014-04-122-2/+54
|
* Merge Optional githubSamy Pessé2014-04-093-8/+18
|\
| * Add context code support to exercises (optional)Aaron O'Mullan2014-04-083-8/+18
| | | | | | | | Partial #52, fixes #49, fixes #46
* | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵Samy Pessé2014-04-091-10/+12
|\ \ | |/ |/| | | mrpotes-optional-github
| * Whoops, missed a couple of extra uses of githubIdJames Phillpotts2014-04-071-10/+12
| |
* | Don't use caching for search indexSamy Pessé2014-04-071-9/+0
|/
* Use cache in localstorage to store search indexSamy Pessé2014-04-062-6/+20
|
* Fix loading of search index in sub directoriesSamy Pessé2014-04-063-3/+3
|
* Open sidebar when opening searchSamy Pessé2014-04-061-1/+1
|
* Reset search results when hidding search barSamy Pessé2014-04-061-0/+2
|
* Filter summary using search barSamy Pessé2014-04-062-5/+27
|
* Move search bar as globalSamy Pessé2014-04-061-6/+6
|
* Blur search input when hidding search barSamy Pessé2014-04-063-51/+54
|
* Change norm of core/stateSamy Pessé2014-04-065-23/+24
|
* Hide the search bar when pressing ESC keySamy Pessé2014-04-061-4/+16
|
* Add keyboard shortcut "f" for opening search barSamy Pessé2014-04-062-1/+8
|
* Focus search input when openingSamy Pessé2014-04-061-0/+3
|
* Add base search bar in sidebarSamy Pessé2014-04-063-5/+70
|
* Merge branch 'master' of https://github.com/GitbookIO/gitbookSamy Pessé2014-04-051-1/+4
|\ | | | | | | | | Conflicts: theme/assets/app.js
| * Improve robustness of analytics.isAvailableAaron O'Mullan2014-04-051-1/+4
| | | | | | | | | | | | | | Fixes GitbookIO/javascript#18 Safari has issues with loading mixpanel, this adds and extra check so Safari doesn’t fail on event tracking
* | Add base for exercise for others languagesSamy Pessé2014-04-053-12/+26
|/
* Fix error with mixpanel loadingSamy Pessé2014-04-044-45/+16
|
* don't show the sidebar by default on mobileQuinn Rohlf2014-04-041-2/+4
|
* Move mixpanel to app.jsSamy Pessé2014-04-042-1/+42
|
* Add base for themingSamy Pessé2014-04-0416-0/+19353