aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'beta' into refactorNoah Loomans2016-12-14
|\
| * add santa hat to metis logoNoah Loomans2016-12-08
| |
| * changed to build-devNoah Loomans2016-12-08
| |
| * week-selector not showing hotfixNoah Loomans2016-12-08
| |
| * Merge branch 'master' of https://www.github.com/nloomans/rooster-mmlBuildTools2016-12-07
| |\
| | * removed sinterklaas easterEggNoah Loomans2016-12-05
| | |
| * | switched to production bundleBuildTools2016-12-07
| | |
| * | Merge branch 'beta'BuildTools2016-12-07
| |\ \ | | |/ | |/|
* | | auto focus input on page loadNoah Loomans2016-12-14
| | |
* | | fix ie input eventNoah Loomans2016-12-14
| | |
* | | handle search focusNoah Loomans2016-12-14
| | |
* | | add favoriteNoah Loomans2016-12-14
| | |
* | | removed unused filesNoah Loomans2016-12-14
| | |
* | | removed `console.log`Noah Loomans2016-12-14
| | |
* | | extend EventEmitter instaid of propertyNoah Loomans2016-12-14
| | |
* | | add week selectorNoah Loomans2016-12-09
| | |
* | | switch to search fireing search eventNoah Loomans2016-12-09
| | | | | | | | | | | | instaid of calling schedule.viewItem himself
* | | add searched class when searchingNoah Loomans2016-12-09
| | |
* | | switched to non-iframe schedule viewerNoah Loomans2016-12-09
| | |
* | | add watch build methodNoah Loomans2016-12-09
| | |
* | | removed autocomplete.show & hide functionNoah Loomans2016-12-09
| | |
* | | hide autocomplete on submitBuildTools2016-12-08
| | |
* | | moved function from autocomplete to searchBuildTools2016-12-08
| | |
* | | use events and fix focus issuesBuildTools2016-12-08
| | |
* | | did some more workNoah Loomans2016-12-08
| | |
* | | starting refactorBuildTools2016-12-07
| |/ |/|
* | re-build bundleBuildTools2016-12-07
| |
* | Merge branch 'master' into betaBuildTools2016-12-07
|\ \ | |/
| * Merge pull request #7 from nloomans/betaNoah Loomans2016-12-04
| |\ | | | | | | Beta
| * \ Merge pull request #5 from nloomans/betaNoah Loomans2016-11-11
| |\ \ | | | | | | | | fixed feature detect
| * \ \ Merge pull request #4 from nloomans/betaNoah Loomans2016-11-10
| |\ \ \ | | | | | | | | | | added code for ab-testing
| * \ \ \ Merge pull request #3 from nloomans/betaNoah Loomans2016-11-10
| |\ \ \ \ | | | | | | | | | | | | added favorite analytics
| * \ \ \ \ Merge pull request #2 from nloomans/betaNoah Loomans2016-11-10
| |\ \ \ \ \ | | | | | | | | | | | | | | added new style unit test
| * \ \ \ \ \ Merge pull request #1 from nloomans/betaNoah Loomans2016-11-09
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | added print enhancement
* | | | | | | | fix typo and change inherit to transparent (IE)Noah Loomans2016-12-07
| | | | | | | |
* | | | | | | | improved tooltipNoah Loomans2016-12-07
| | | | | | | |
* | | | | | | | add tooltipNoah Loomans2016-12-07
| | | | | | | |
* | | | | | | | switched to input[type='search']Noah Loomans2016-12-07
| | | | | | | |
* | | | | | | | fixed keyboard not closing on iOS safariNoah Loomans2016-12-07
| | | | | | | |
* | | | | | | | forgot to add this oneNoah Loomans2016-12-07
| | | | | | | |
* | | | | | | | forgot to pullNoah Loomans2016-12-07
|\ \ \ \ \ \ \ \
| * | | | | | | | fix not being is searched mode when fav is usedBuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | centered week selector text verticalyBuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | fix bug not properly removing selectionBuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | only show fav button when searchedBuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | hide week selector when didn't searchBuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | changed background color of loading screenBuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | fixed week buttons for IE9BuildTools2016-12-06
| | | | | | | | |
| * | | | | | | | remove box shadow from #search when full heightBuildTools2016-12-06
| | | | | | | | |
* | | | | | | | | fix IE bug input event bugNoah Loomans2016-12-07
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | The IE 'input' event doesn't work propery. Use non-standard 'textinput' event on IE instaid.