Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More complete README | Sean Allred | 2014-12-02 | 1 | -41/+26 |
| | |||||
* | Refill to 80 characters | Sean Allred | 2014-12-02 | 1 | -7/+10 |
| | |||||
* | Update README with some basic instructions. | Sean Allred | 2014-12-02 | 1 | -0/+17 |
| | | | | | | Notes: `sx-tab' should not need to be required. The necessary functions should be auto-loaded. | ||||
* | Merge pull request #126 from vermiculus/improve-display-engine | Artur Malabarba | 2014-12-02 | 4 | -77/+133 |
|\ | | | | | Improve display engine | ||||
| * | Redo sx--data-here take &optional noerror | Artur Malabarba | 2014-12-02 | 1 | -4/+11 |
| | | |||||
| * | Merge branch 'master' into improve-display-engine | Sean Allred | 2014-12-02 | 6 | -91/+272 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here | ||||
| * | | Maintain good line position while navigating the question list. | Artur Malabarba | 2014-12-01 | 1 | -1/+15 |
| | | | |||||
| * | | Refactor sx-question-list-display-question into 2 other functions | Artur Malabarba | 2014-12-01 | 2 | -38/+56 |
| | | | |||||
| * | | Refactor sx-question-mode--window into a function. | Artur Malabarba | 2014-12-01 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | It made little sense the way it was, and it was complicated. Now that it's a function, it's always up to date. | ||||
| * | | sx-question--mark-read returns nil if nothing changed | Artur Malabarba | 2014-12-01 | 2 | -22/+26 |
| | | | |||||
| * | | Refactor sx-question-list--unread-count into a function. | Artur Malabarba | 2014-12-01 | 1 | -10/+7 |
| | | | | | | | | | | | | Less bookeeping | ||||
| * | | Section Comment | Artur Malabarba | 2014-12-01 | 1 | -0/+2 |
| | | | |||||
| * | | Make sx--data-here throw error on failure. | Artur Malabarba | 2014-12-01 | 1 | -3/+10 |
| | | | |||||
| * | | Define and use sx-question-mode-display-buffer-function | Artur Malabarba | 2014-12-01 | 1 | -1/+10 |
| | | | |||||
* | | | Merge pull request #127 from vermiculus/moar-taaabs | Sean Allred | 2014-12-02 | 3 | -6/+98 |
|\ \ \ | |_|/ |/| | | Implement more tabs | ||||
| * | | Bind sx-tab-switch to t in question list | Artur Malabarba | 2014-12-01 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes #17 | ||||
| * | | Define command for changing tab | Artur Malabarba | 2014-12-01 | 1 | -3/+18 |
| | | | |||||
| * | | Define 5 new tabs, as per http://api.stackexchange.com/docs/questions | Artur Malabarba | 2014-12-01 | 1 | -1/+75 |
| | | | |||||
| * | | sx-question-get-questions takes arbitrary keywords. | Artur Malabarba | 2014-12-01 | 1 | -2/+4 |
| |/ | |||||
* | | Merge pull request #124 from vermiculus/buttons-everywhere | Sean Allred | 2014-12-02 | 6 | -81/+263 |
|\ \ | | | | | | | Buttons everywhere | ||||
| * | | 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. | ||||
* | | | 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 |
| | | | |||||
| * | | Merge branch 'master' into issue-100 | Sean Allred | 2014-11-29 | 16 | -511/+560 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: sx-question-mode.el | ||||
| * \ \ | Merge branch 'master' into issue-100 | Sean Allred | 2014-11-27 | 3 | -10/+38 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into issue-100 | Sean Allred | 2014-11-27 | 7 | -52/+48 |
| |\ \ \ \ | |||||
| * | | | | | Deleted-user variable is not risky | Sean Allred | 2014-11-27 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Add missing ')' | Sean Allred | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Staged only part of a change -- stupid mistake. | ||||
| * | | | | | Enforce string value for display_name | Sean Allred | 2014-11-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use customizable deleted-user structure | Sean Allred | 2014-11-26 | 1 | -1/+8 |
| | | | | | | |||||
| * | | | | | Default to post author if post editor is missing | Sean Allred | 2014-11-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #100 | ||||
* | | | | | | Merge pull request #125 from vermiculus/issue-57-unibyte-vs-multibyte | Sean Allred | 2014-11-30 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Fix #57. Set the buffer as unibyte then multibyte again. |