Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | 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 | |||||
| | * | | | Merge branch 'master' into hotfix | Sean Allred | 2014-11-27 | 2 | -7/+14 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #108 from vermiculus/issue-82 | Sean Allred | 2014-11-27 | 2 | -7/+14 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Make site a url argument | |||||
| * | | | | Function quote sx-request-make | Artur Malabarba | 2014-11-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Don't do this patch when POSTing | Artur Malabarba | 2014-11-26 | 1 | -2/+8 | |
| | | | | | ||||||
| * | | | | Make site a url argument | Artur Malabarba | 2014-11-26 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses the apparent api bug which affected both the retrieval of favorites and the site-switching. Se #82 As far as I can see, this issue affects ALL api calls, so it seems reasonable that it should be fixed inside `sx-method-call`. The usage of sx-method-call stays the same, only the internal has changed. | |||||
| | | * | | Update README | Sean Allred | 2014-11-27 | 1 | -14/+20 | |
| | | | | | ||||||
| | | * | | Prune unused lexical variable | Sean Allred | 2014-11-27 | 1 | -2/+1 | |
| | | | | | ||||||
| | | * | | Fix #111 | Sean Allred | 2014-11-27 | 8 | -9/+35 | |
| | | | | | ||||||
| | | * | | Remove outdated resources | Sean Allred | 2014-11-27 | 1 | -2/+0 | |
| | | | | | ||||||
| | | * | | Fix #110 | Sean Allred | 2014-11-27 | 11 | -27/+27 | |
| | | | | | ||||||
| | | * | | Fix #114 | Sean Allred | 2014-11-27 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Fix #112 | Sean Allred | 2014-11-27 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Delete stack-exchange.el | Artur Malabarba | 2014-11-27 | 1 | -30/+0 | |
|/ / / |