summaryrefslogtreecommitdiff
path: root/js/codeq/console.js
AgeCommit message (Expand)Author
2016-03-16Add clear command for Prolog consoleTimotej Lazar
2016-02-25Console: do not show cursor when disabledTimotej Lazar
2015-12-17added 'use strict', coirrected some errors which were revealed by it and fixe...Robert Zorko
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-11-18Allow tabbing out of consoleTimotej Lazar
2015-10-10Console: do not add empty lines to historyTimotej Lazar
2015-10-10Console: scroll to bottom when editing input lineTimotej Lazar
2015-10-10Make backspace work with shift pressedTimotej Lazar
2015-10-09Fix console cursor display in ChromeTimotej Lazar
2015-10-06Fix: correctly check if blinkTimer is not nullTimotej Lazar
2015-10-06Refactor renderLineTimotej Lazar
2015-10-02Bugfix console: remove click and blur event handlers on destroy, so new insta...Aleš Smodiš
2015-09-21Console bugfix: home should move to leftmostColumnTimotej Lazar
2015-09-18Implement console history and enable it with python problems.Aleš Smodiš
2015-09-17Console bugfix: moving inside pasted string did not work correctly.Aleš Smodiš
2015-09-17Fix handling of "enter" in the console: the current line must be processed in...Aleš Smodiš
2015-09-17Console fix: a line can now have multiple CSS classes, so text can e.g. now b...Aleš Smodiš
2015-09-16Bugfix: console must not collapse spaces.Aleš Smodiš
2015-09-15Bugfix: leftmostCol was not correctly referenced.Aleš Smodiš
2015-09-15Augmenting the console:Aleš Smodiš
2015-09-03Fix scrolling and line-breaking in CodeQ consoleTimotej Lazar
2015-09-02Bugfixed CodeQ Console, loaded it from prolog.html, added CSS and cursor blin...Aleš Smodiš
2015-09-01Bugfix terminal: cursor movement on input.Aleš Smodiš
2015-08-31Implemented the CodeQ Terminal component, alpha quality (to be tested and deb...Aleš Smodiš