Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into answering | Artur Malabarba | 2014-12-03 | 1 | -2/+11 |
|\ | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el | ||||
| * | Merge pull request #124 from vermiculus/buttons-everywhere | Sean Allred | 2014-12-02 | 1 | -57/+64 |
| |\ | | | | | | | Buttons everywhere | ||||
| * \ | Merge pull request #101 from vermiculus/issue-100 | Artur Malabarba | 2014-12-01 | 1 | -1/+7 |
| |\ \ | | | | | | | | | Default to post author if post editor is missing | ||||
| | * | | Reimplement deleted-user | Artur Malabarba | 2014-12-01 | 1 | -1/+7 |
| | | | | |||||
| * | | | Fix #57. Set the buffer as unibyte then multibyte again. | Artur Malabarba | 2014-11-29 | 1 | -0/+4 |
| |/ / | |||||
* | / | Add an answer button | Artur Malabarba | 2014-12-02 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Comments are now hidden when you fold the question | Artur Malabarba | 2014-12-01 | 1 | -27/+27 |
| | | |||||
* | | 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 | 1 | -2/+2 |
| | | | | | | | | | | 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 |
| | | |||||
* | | Code-blocks are buttons. RET to edit, w to copy. | Artur Malabarba | 2014-11-29 | 1 | -8/+32 |
| | | |||||
* | | Woops. Fix swallowing one function inside the other. | Artur Malabarba | 2014-11-29 | 1 | -11/+3 |
| | | |||||
* | | New "Add a Comment" button | Artur Malabarba | 2014-11-29 | 1 | -1/+6 |
| | | |||||
* | | Better help-echo in links | Artur Malabarba | 2014-11-29 | 1 | -3/+3 |
| | | |||||
* | | Normalize and improve button help-echo's | Artur Malabarba | 2014-11-29 | 1 | -6/+0 |
| | | |||||
* | | Improve button-copy | Artur Malabarba | 2014-11-29 | 1 | -11/+14 |
| | | |||||
* | | Move buttons to sx-button.el | Artur Malabarba | 2014-11-29 | 1 | -23/+4 |
|/ | | | | 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 | 1 | -0/+440 |
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. |