| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-04 | add copyright and license headers for GNU AGPL v3 | Alon Levy | |
| 2015-05-04 | client: update selected type prompt based on cursor | Alon Levy | |
| 2015-04-13 | client: textanalyser_input: completion add two spaces. fixes #484 | Alon Levy | |
| 2015-03-17 | client: Bacon/jquery dependency: use shim | Alon Levy | |
| add shim requirement for Bacon to have jquery loaded first, since Bacon patches in asEventStream (and other APIs). Undo the Bacon_wrapper non fix: git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done | |||
| 2015-03-12 | client: use some more VK constants | Alon Levy | |
| 2015-03-08 | client/textanalyser_input: completer options: small rewrite | Alon Levy | |
| 2015-03-08 | client/completion: support links as well | Alon Levy | |
| the suggestions from textanalysis now come as a dictionary with {nodes: {name: id}, links: {name: id}} (before it was a single dictionary, {name:id}) And the options bus for the textanalyser and search completion have been updated accordingly. textanalyser also takes into account the cursor position to determine which of the option dictionaries to use. | |||
| 2015-03-08 | textanalyuser_input: provide bus for analysis results events (post analysis, ↵ | Alon Levy | |
| required for completion updates) | |||
| 2015-03-08 | client: fix up/down being handled both by completer and by type selector ↵ | Alon Levy | |
| when shift pressed | |||
| 2015-03-07 | client: use shift-up and shift-down for node type changes | Alon Levy | |
| 2015-03-03 | client/textanalyser_input: remove debug print | Alon Levy | |
| 2015-03-03 | client/textanalyser_input: use classes | Alon Levy | |
| 2015-03-03 | client/text_analyser_input: fix cursor position move on enter | Alon Levy | |
| 2015-03-03 | client/text_analyser_input: specify setter+getter+selectionStart for ↵ | Alon Levy | |
| completer, plus some cleanup | |||
| 2015-03-02 | client: extract textanalyser_input component | Alon Levy | |
| Killed some dead code in the process. | |||
