Age | Commit message (Expand) | Author |
2015-09-24 | Make browser autodetection a little more resilient. | Aleš Smodiš |
2015-09-24 | Implemented: CodeQ event queue, basic translation infrastructure, reimplement... | Aleš Smodiš |
2015-09-24 | Reimplemented language selection with simple links. Removed unused startup.js... | Aleš Smodiš |
2015-09-24 | Add a few comments to index.html, so it is straightforward what are various f... | Aleš Smodiš |
2015-09-23 | Add support for loading static web resources through standard AJAX, implement... | Aleš Smodiš |
2015-09-23 | Use static hint handler to show "planning" hints | Timotej Lazar |
2015-09-23 | Improve error handling for button actions | Timotej Lazar |
2015-09-23 | Refactored code from js/codeq.js into js/codeq/core.js. | Aleš Smodiš |
2015-09-22 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-22 | enabled buttons in the navigation header (at least buttons on the left side o... | Robert Zorko |
2015-09-22 | Add support for run/stop in the Python interface | Timotej Lazar |
2015-09-22 | Implement codeq.wait() that takes a promise and grays the screen until the pr... | Aleš Smodiš |
2015-09-22 | Make codeq.codePointCount() resilient to erraneous parameters. | Aleš Smodiš |
2015-09-22 | Bugfix python terminal: unregister terminal_output on exit, declare the "line... | Aleš Smodiš |
2015-09-21 | Refactoring: simplified python.js and prolog.js, removed all DOM IDs except f... | Aleš Smodiš |
2015-09-21 | Console bugfix: home should move to leftmostColumn | Timotej Lazar |
2015-09-18 | merge conflict occured and is now fixed | Robert Zorko |
2015-09-18 | split the selection of the language and the selection of the problem into two... | Robert Zorko |
2015-09-18 | Use a link instead of a button in a static hint sequence. | Aleš Smodiš |
2015-09-18 | Enable auto-history in prolog console. | Aleš Smodiš |
2015-09-18 | Don't crash loading a prolog problem, if the problem has no plan set. | Aleš Smodiš |
2015-09-18 | Implement console history and enable it with python problems. | Aleš Smodiš |
2015-09-18 | Don't crash loading a python problem, if the problem has no plan set. | Aleš Smodiš |
2015-09-18 | Log errors to console. | Aleš Smodiš |
2015-09-18 | Add "Plan" button to display next "planning" hint | Timotej Lazar |
2015-09-18 | Merge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-18 | divided the login and problem chooser into two different screens | Robert Zorko |
2015-09-18 | Bugfix of the previous Bugfix (typo). | Aleš Smodiš |
2015-09-18 | Reapply bugfix: join the array of removed character into a string, when the u... | Aleš Smodiš |
2015-09-18 | removed old prolog and python files | Robert Zorko |
2015-09-18 | changes for th latest changes | Robert Zorko |
2015-09-18 | Merge branch 'master' into stateMachine | Robert Zorko |
2015-09-18 | Bugfix: template parameter can be a number | Timotej Lazar |
2015-09-18 | Bugfix: off-by-one when displaying an array of hints. | Aleš Smodiš |
2015-09-18 | Bugfix: join the array of removed character into a string, when the user make... | Aleš Smodiš |
2015-09-18 | Escape HTML in hint template parameters | Timotej Lazar |
2015-09-18 | more comments | Robert Zorko |
2015-09-18 | updated the python state with the last changes done to the prolog state | Robert Zorko |
2015-09-18 | Merge branch 'master' into stateMachine | Robert Zorko |
2015-09-18 | added another possible transition in the main app screen - the hint and test ... | Robert Zorko |
2015-09-18 | added some comments and improved the selection of the divs which are beeing c... | Robert Zorko |
2015-09-18 | Bugfix: handle arrays as a static hint. | Aleš Smodiš |
2015-09-18 | updated for the recent changes in hte prolog and python.js files | Robert Zorko |
2015-09-18 | Simplified handling of an array of static hints. | Aleš Smodiš |
2015-09-18 | added prolog state (I missed it in the previous commit) | Robert Zorko |
2015-09-18 | XMerge branch 'master' of ssh://212.235.189.51:22122/codeq-web | Robert Zorko |
2015-09-18 | added python and prolog into two different states | Robert Zorko |
2015-09-17 | Implemented support for an array of static hints, which are displayed in sequ... | Aleš Smodiš |
2015-09-17 | Refactored hint handling into a separate module. | Aleš Smodiš |
2015-09-17 | Console bugfix: moving inside pasted string did not work correctly. | Aleš Smodiš |