aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More complete READMESean Allred2014-12-021-41/+26
|
* Refill to 80 charactersSean Allred2014-12-021-7/+10
|
* Update README with some basic instructions.Sean Allred2014-12-021-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-engineArtur Malabarba2014-12-024-77/+133
|\ | | | | Improve display engine
| * Redo sx--data-here take &optional noerrorArtur Malabarba2014-12-021-4/+11
| |
| * Merge branch 'master' into improve-display-engineSean Allred2014-12-026-91/+272
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here
| * | Maintain good line position while navigating the question list.Artur Malabarba2014-12-011-1/+15
| | |
| * | Refactor sx-question-list-display-question into 2 other functionsArtur Malabarba2014-12-012-38/+56
| | |
| * | Refactor sx-question-mode--window into a function.Artur Malabarba2014-12-011-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 changedArtur Malabarba2014-12-012-22/+26
| | |
| * | Refactor sx-question-list--unread-count into a function.Artur Malabarba2014-12-011-10/+7
| | | | | | | | | | | | Less bookeeping
| * | Section CommentArtur Malabarba2014-12-011-0/+2
| | |
| * | Make sx--data-here throw error on failure.Artur Malabarba2014-12-011-3/+10
| | |
| * | Define and use sx-question-mode-display-buffer-functionArtur Malabarba2014-12-011-1/+10
| | |
* | | Merge pull request #127 from vermiculus/moar-taaabsSean Allred2014-12-023-6/+98
|\ \ \ | |_|/ |/| | Implement more tabs
| * | Bind sx-tab-switch to t in question listArtur Malabarba2014-12-011-0/+1
| | | | | | | | | | | | Fixes #17
| * | Define command for changing tabArtur Malabarba2014-12-011-3/+18
| | |
| * | Define 5 new tabs, as per http://api.stackexchange.com/docs/questionsArtur Malabarba2014-12-011-1/+75
| | |
| * | sx-question-get-questions takes arbitrary keywords.Artur Malabarba2014-12-011-2/+4
| |/
* | Merge pull request #124 from vermiculus/buttons-everywhereSean Allred2014-12-026-81/+263
|\ \ | | | | | | Buttons everywhere
| * | Switch get-pos-property to get-char-propertyArtur Malabarba2014-12-011-1/+1
| | |
| * | Comments are now hidden when you fold the questionArtur Malabarba2014-12-012-33/+35
| | |
| * | Better positioning of the add comment buttonArtur Malabarba2014-12-011-18/+25
| | |
| * | question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-013-16/+18
| | | | | | | | | | | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.
| * | Clean 'display in code-blocks. Fixes #117Artur Malabarba2014-11-291-0/+1
| | |
| * | Add needed requireArtur Malabarba2014-11-291-0/+1
| | |
| * | Remove bad requireArtur Malabarba2014-11-291-1/+0
| | |
| * | CommentsArtur Malabarba2014-11-291-0/+2
| | |
| * | Code-blocks are buttons. RET to edit, w to copy.Artur Malabarba2014-11-292-8/+52
| | |
| * | Add sx--unindent-text functionArtur Malabarba2014-11-291-0/+21
| | | | | | | | | | | | Used to extract the code contained in code-blocks
| * | Woops. Fix swallowing one function inside the other.Artur Malabarba2014-11-291-11/+3
| | |
| * | Slight tweak to question-mode-recenter-lineArtur Malabarba2014-11-291-1/+1
| | | | | | | | | | | | | | | So the "add comment" button is visible after navigating to the comments section.
| * | New "Add a Comment" buttonArtur Malabarba2014-11-293-4/+20
| | |
| * | Better help-echo in linksArtur Malabarba2014-11-291-3/+3
| | |
| * | New sx--shorten-url function in sx.elArtur Malabarba2014-11-291-0/+15
| | |
| * | Normalize and improve button help-echo'sArtur Malabarba2014-11-292-7/+20
| | |
| * | Improve button-copyArtur Malabarba2014-11-293-16/+25
| | |
| * | Fix button-mapArtur Malabarba2014-11-291-6/+6
| | |
| * | Move buttons to sx-button.elArtur Malabarba2014-11-292-23/+81
| | | | | | | | | | | | Also define command to copy button's content under w.
* | | Merge pull request #101 from vermiculus/issue-100Artur Malabarba2014-12-011-1/+7
|\ \ \ | |_|/ |/| | Default to post author if post editor is missing
| * | Reimplement deleted-userArtur Malabarba2014-12-011-1/+7
| | |
| * | Merge branch 'master' into issue-100Sean Allred2014-11-2916-511/+560
| |\ \ | | | | | | | | | | | | | | | | Conflicts: sx-question-mode.el
| * \ \ Merge branch 'master' into issue-100Sean Allred2014-11-273-10/+38
| |\ \ \
| * \ \ \ Merge branch 'master' into issue-100Sean Allred2014-11-277-52/+48
| |\ \ \ \
| * | | | | Deleted-user variable is not riskySean Allred2014-11-271-1/+0
| | | | | |
| * | | | | Add missing ')'Sean Allred2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Staged only part of a change -- stupid mistake.
| * | | | | Enforce string value for display_nameSean Allred2014-11-261-1/+1
| | | | | |
| * | | | | Use customizable deleted-user structureSean Allred2014-11-261-1/+8
| | | | | |
| * | | | | Default to post author if post editor is missingSean Allred2014-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #100
* | | | | | Merge pull request #125 from vermiculus/issue-57-unibyte-vs-multibyteSean Allred2014-11-301-0/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix #57. Set the buffer as unibyte then multibyte again.