Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for `sx--thing-as-string' | Sean Allred | 2014-12-02 | 1 | -0/+32 |
| | |||||
* | Hexify value in key-value pairs | Sean Allred | 2014-12-02 | 1 | -1/+1 |
| | | | | Fixes #130 | ||||
* | Augment `sx--thing-as-string' to hexify as needed | Sean Allred | 2014-12-02 | 1 | -9/+22 |
| | | | | | Also fix issue where function options would not be transferred from the original use into its recursive steps. | ||||
* | Add missing dot-operator | Sean Allred | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Prune unused parameter | Sean Allred | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Header Commentary to sx-interaction | Artur Malabarba | 2014-12-02 | 1 | -1/+16 |
| | |||||
* | Header Commentary to sx-compose | Artur Malabarba | 2014-12-02 | 1 | -0/+10 |
| | |||||
* | Refactor sx-compose-create | Artur Malabarba | 2014-12-02 | 2 | -7/+7 |
| | |||||
* | Fix up asking logic | Artur Malabarba | 2014-12-02 | 1 | -8/+13 |
| | |||||
* | Implement a command for asking. | Artur Malabarba | 2014-12-02 | 3 | -7/+33 |
| | |||||
* | Fix bug introduced by new use of overlays. | Artur Malabarba | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Editing implemented | Artur Malabarba | 2014-12-02 | 3 | -4/+33 |
| | | | | Fix #11 | ||||
* | Simplify update-display code | Artur Malabarba | 2014-12-02 | 1 | -10/+10 |
| | |||||
* | Fix doc | Artur Malabarba | 2014-12-02 | 1 | -3/+1 |
| | |||||
* | Prettier comment button | Artur Malabarba | 2014-12-02 | 1 | -0/+1 |
| | |||||
* | Add an answer button | Artur Malabarba | 2014-12-02 | 2 | -0/+11 |
| | |||||
* | sx-answer to start composing from the question buffer | Artur Malabarba | 2014-12-02 | 2 | -4/+40 |
| | |||||
* | Implement asking | Artur Malabarba | 2014-12-02 | 1 | -20/+43 |
| | |||||
* | Rename before-functions | Artur Malabarba | 2014-12-01 | 1 | -31/+49 |
| | |||||
* | Some after-send-hooks to improve experience | Artur Malabarba | 2014-12-01 | 1 | -20/+43 |
| | |||||
* | Initial compose-mode implementation. | Artur Malabarba | 2014-12-01 | 1 | -0/+163 |
| | |||||
* | Switch get-pos-property to get-char-property | Artur Malabarba | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | Comments are now hidden when you fold the question | Artur Malabarba | 2014-12-01 | 2 | -33/+35 |
| | |||||
* | Better positioning of the add comment button | Artur Malabarba | 2014-12-01 | 1 | -18/+25 |
| | |||||
* | question-mod now uses overlays to store the sx--data-here property | Artur Malabarba | 2014-12-01 | 3 | -16/+18 |
| | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them. | ||||
* | Clean 'display in code-blocks. Fixes #117 | Artur Malabarba | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | Add needed require | Artur Malabarba | 2014-11-29 | 1 | -0/+1 |
| | |||||
* | Remove bad require | Artur Malabarba | 2014-11-29 | 1 | -1/+0 |
| | |||||
* | Comments | Artur Malabarba | 2014-11-29 | 1 | -0/+2 |
| | |||||
* | Code-blocks are buttons. RET to edit, w to copy. | Artur Malabarba | 2014-11-29 | 2 | -8/+52 |
| | |||||
* | Add sx--unindent-text function | Artur Malabarba | 2014-11-29 | 1 | -0/+21 |
| | | | | Used to extract the code contained in code-blocks | ||||
* | Woops. Fix swallowing one function inside the other. | Artur Malabarba | 2014-11-29 | 1 | -11/+3 |
| | |||||
* | Slight tweak to question-mode-recenter-line | Artur Malabarba | 2014-11-29 | 1 | -1/+1 |
| | | | | | So the "add comment" button is visible after navigating to the comments section. | ||||
* | New "Add a Comment" button | Artur Malabarba | 2014-11-29 | 3 | -4/+20 |
| | |||||
* | Better help-echo in links | Artur Malabarba | 2014-11-29 | 1 | -3/+3 |
| | |||||
* | New sx--shorten-url function in sx.el | Artur Malabarba | 2014-11-29 | 1 | -0/+15 |
| | |||||
* | Normalize and improve button help-echo's | Artur Malabarba | 2014-11-29 | 2 | -7/+20 |
| | |||||
* | Improve button-copy | Artur Malabarba | 2014-11-29 | 3 | -16/+25 |
| | |||||
* | Fix button-map | Artur Malabarba | 2014-11-29 | 1 | -6/+6 |
| | |||||
* | Move buttons to sx-button.el | Artur Malabarba | 2014-11-29 | 2 | -23/+81 |
| | | | | Also define command to copy button's content under w. | ||||
* | Whitespace | Artur Malabarba | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Split sx-question-mode into two files. | Artur Malabarba | 2014-11-29 | 2 | -408/+443 |
| | | | | | | | sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer. | ||||
* | Tweak section header face. | Artur Malabarba | 2014-11-29 | 1 | -2/+2 |
| | |||||
* | Turn interactible objects into actual buttons | Artur Malabarba | 2014-11-29 | 1 | -54/+43 |
| | | | | Fixes #96 | ||||
* | Merge pull request #116 from vermiculus/hotfix | Sean Allred | 2014-11-27 | 14 | -61/+90 |
|\ | | | | | Hotfixes | ||||
| * | Simplify form to use `remove' | Sean Allred | 2014-11-27 | 1 | -8/+8 |
| | | |||||
| * | Merge branch 'master' into hotfix | Sean Allred | 2014-11-27 | 1 | -3/+24 |
| |\ | |/ |/| | |||||
* | | Merge pull request #105 from vermiculus/issue-97 | Sean Allred | 2014-11-27 | 1 | -3/+24 |
|\ \ | | | | | | | Don't fill link labels or headers | ||||
| * | | Finish partial fix. | Artur Malabarba | 2014-11-26 | 1 | -8/+8 |
| | | | |||||
| * | | Don't fill link labels or headers | Artur Malabarba | 2014-11-26 | 1 | -3/+24 |
| | | | | | | | | | | | | Fixes #97 |