summaryrefslogtreecommitdiffstats
path: root/theme/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Add trailing slash to gitbook.state.root, fix value of gitbook.state.bookRootSamy Pessé2015-11-251-1/+1
|
* Fix gitbook.state.innerLanguage: use camel caseSamy Pessé2015-11-251-2/+2
|
* Fix #1023: close sidebar after clicking a link on mobileSamy Pessé2015-11-252-2/+9
|
* Add bookRoot to gitbook.stateSamy Pessé2015-11-251-1/+7
|
* Correctly show space between toolbar icon and text in buttonsSamy Pessé2015-11-021-1/+1
|
* Trigger "start" before "page.change"Samy Pessé2015-11-023-4/+13
|
* Fix calcul of root in gitbook.state when serving index.html as /Samy Pessé2015-10-271-1/+1
|
* Add 'chapterTitle' to gitbook.state apiSamy Pessé2015-10-271-0/+3
|
* Compatibility for require of pluginsSamy Pessé2015-10-241-1/+2
|
* Comment gitbook.state apiSamy Pessé2015-10-221-0/+4
|
* Add gitbook.state.filepathSamy Pessé2015-10-221-1/+5
| | | | Fix gitbook.state.root
* Provide gitbook.state.root to pluginsSamy Pessé2015-10-221-4/+9
|
* Fix position of sidebar toggle buttonSamy Pessé2015-10-141-1/+1
|
* Fix position of glossary icon relative to sidebar togglerSamy Pessé2015-10-142-4/+26
|
* Export jQuery for plugins compatibilitySamy Pessé2015-10-061-0/+1
|
* Don't fail when can't write to localstorageSamy Pessé2015-10-051-1/+10
|
* Tweak some details for browserify compatibilitySamy Pessé2015-10-051-0/+2
|
* Switch to gulp/browserifySamy Pessé2015-10-0525-801/+572
|
* Define specific action for toggling summarySamy Pessé2015-10-053-30/+34
|
* Start removing search and lunr from coreSamy Pessé2015-10-053-29/+31
|
* Remove sharingSamy Pessé2015-10-053-44/+5
|
* Correctly reset buttons when page changedSamy Pessé2015-10-051-4/+25
|
* Add api to extend toolbarSamy Pessé2015-10-053-126/+156
|
* Don't react when user wants to open a link in a new tabDan Abramov2015-09-121-0/+12
| | | | Fixes #846
* Improve header merge on page changeAaron O'Mullan2015-08-071-5/+17
| | | | | | Prevents flickering (style reset) Fixes #782, #838, #840
* Added vk sharing button.Olga Filipova2015-05-121-0/+3
|
* Fix scroll reset on small resolutions (mobile & tablet)Samy Pessé2015-03-241-3/+5
|
* Fix scroling position when preparing pageSamy Pessé2015-03-241-3/+4
|
* Remove glossary from theme jsSamy Pessé2015-01-223-129/+4
|
* Add back themeSamy Pessé2015-01-2016-0/+878
|
* Clear folderSamy Pessé2015-01-1916-878/+0
|
* Fix #496: improve replacement of glossary terms in htmlSamy Pessé2014-11-121-50/+51
|
* Fix #460: search for glossary term on all nodesSamy Pessé2014-10-131-6/+40
|
* Remove githubIdSamy Pessé2014-09-172-6/+0
| | | | Enable hook for ebook
* Fix url for sharingSamy Pessé2014-08-201-8/+5
|
* Replace whole word with glossary termSamy Pessé2014-08-191-1/+1
|
* Improve replace of words with glossary linksSamy Pessé2014-08-191-2/+20
|
* Add action on glossary term in the pageSamy Pessé2014-08-194-7/+78
|
* Remove quizzes handling from coreSamy Pessé2014-08-112-60/+1
|
* Remove exercises executionSamy Pessé2014-08-116-175/+5
|
* Fix sharing to instapaperSamy Pessé2014-08-111-1/+1
|
* Add sharing to instapaperSamy Pessé2014-08-111-0/+3
|
* Improve dropdown to make it globalSamy Pessé2014-08-114-20/+33
| | | | Add dropdown for sharing
* Fix url.js inclusionSamy Pessé2014-08-111-1/+1
|
* Use fontawesome from bowerSamy Pessé2014-08-111-1/+1
|
* Remove bootstrap dependencySamy Pessé2014-08-111-2/+2
|
* Remove appCache handling from client jsSamy Pessé2014-08-112-20/+1
|
* keep the search result list after user click a linkcodepiano2014-08-052-5/+25
| | | | | | | | Record search keyword to LocalStorage, when navigate to a new url,fetch keyword from LocalStorage, init the search input element,then filter the sidebar menu. So User can iterator the result list without type the keyword every time.
* add sharing to weibo.com.codepiano2014-07-311-1/+4
| | | | | | | | google、facebook and twitter are block by GFW in China,Chinese can not visit these websites. add 'weibo' config in option links.sharing,the share link will not be used by default,users should set the value of 'weibo' to true to turn on sharing to weibo.com.
* Remove github count stars and watchersSamy Pessé2014-07-301-20/+0
|
* Add keyboard shortcut for submitting exerciseHarutyun Amirjanyan2014-07-161-1/+9
|
* Don't use cdn for aceSamy Pessé2014-06-071-1/+5
|
* Improve font sizes and spacing on contentSamy Pessé2014-06-061-1/+1
|
* Improve font on titleSamy Pessé2014-06-031-1/+1
| | | | Set sans-serif as default
* 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
|