summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core
Commit message (Collapse)AuthorAgeFilesLines
* Switch to gulp/browserifySamy Pessé2015-10-058-489/+0
|
* Define specific action for toggling summarySamy Pessé2015-10-052-30/+24
|
* Start removing search and lunr from coreSamy Pessé2015-10-052-23/+22
|
* Add api to extend toolbarSamy Pessé2015-10-051-103/+0
|
* 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
* 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-222-123/+2
|
* Add back themeSamy Pessé2015-01-2010-0/+693
|
* Clear folderSamy Pessé2015-01-1910-693/+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-171-1/+0
| | | | Enable hook for ebook
* 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-193-5/+72
|
* Remove quizzes handling from coreSamy Pessé2014-08-112-60/+1
|
* Remove exercises executionSamy Pessé2014-08-113-69/+3
|
* Improve dropdown to make it globalSamy Pessé2014-08-111-18/+0
| | | | Add dropdown for sharing
* Remove bootstrap dependencySamy Pessé2014-08-111-2/+2
|
* 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.
* 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-081-10/+21
|
* Fix #197: use URI.js for calculation of relative urlSamy Pessé2014-05-041-4/+4
| | | | Use bower for client dependencies
* Fix #182: Replace all book body when page changesSamy Pessé2014-05-011-9/+8
|
* Add base loading indicator for navigationSamy Pessé2014-04-272-4/+23
| | | | #161
* Fix #153 and Improve pushState navigationSamy Pessé2014-04-251-11/+12
|
* Merge branch 'master' of https://github.com/Hermanya/gitbook into ↵Samy Pessé2014-04-221-0/+115
|\ | | | | | | Hermanya-master
| * Font settings, closes #102Herman Starikov2014-04-191-0/+89
| |
* | Change js interface for plugins and add configurationSamy Pessé2014-04-215-17/+16
| |
* | Add global js interface for plugins and remove mixpanelSamy Pessé2014-04-194-9/+17
| |
* | 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-141-1/+5
|
* 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-141-1/+14
|\ | | | | | | | | Conflicts: theme/javascript/app.js
* | Merge head styles so that ace stays stableSamy Pessé2014-04-141-1/+9
| |
* | Fix header interractive actions: buttons and githubSamy Pessé2014-04-143-3/+24
| |
* | 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-141-0/+6
| |
* | Improve quiz sections designSamy Pessé2014-04-142-5/+6
| |
* | Fix exercises binding when page changedSamy Pessé2014-04-142-28/+100
| | | | | | | | Add base binding for quiz
* | Fix title update with pushState navigationSamy Pessé2014-04-141-6/+14
| |
* | Add base from clarity theme from @NijikokunSamy Pessé2014-04-148-74/+83
|/
* Quiz with GFM checkbox listsJames Phillpotts2014-04-121-11/+13
|
* Tabular quizJames Phillpotts2014-04-121-0/+50
|
* Add context code support to exercises (optional)Aaron O'Mullan2014-04-081-1/+2
| | | | Partial #52, fixes #49, fixes #46
* 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-064-21/+23
|
* 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-062-3/+64
|
* Add base for exercise for others languagesSamy Pessé2014-04-051-1/+1
|
* don't show the sidebar by default on mobileQuinn Rohlf2014-04-041-2/+4
|
* Add base for themingSamy Pessé2014-04-046-0/+220