aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | | | | Fix #57. Set the buffer as unibyte then multibyte again.Artur Malabarba2014-11-291-0/+4
|/ / / / /
* | | | | Merge pull request #120 from vermiculus/reorganize-question-modeSean Allred2014-11-292-408/+443
|\ \ \ \ \ | | |_|_|/ | |/| | | Reorganize question mode
| * | | | WhitespaceArtur Malabarba2014-11-291-1/+1
| | | | |
| * | | | Split sx-question-mode into two files.Artur Malabarba2014-11-292-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.
* | | | | Merge pull request #118 from vermiculus/compilation-issuesSean Allred2014-11-284-26/+29
|\ \ \ \ \ | | | | | | | | | | | | Compilation issues
| * | | | | Autoload sx-tab-frontpage correctlyArtur Malabarba2014-11-291-1/+5
| | | | | |
| * | | | | Autoload sx-tab-frontpageArtur Malabarba2014-11-291-0/+3
| | | | | |
| * | | | | Autload sx-tab-frontpageArtur Malabarba2014-11-290-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Affects #109
| * | | | | Remove need-auth from sx-request--build-keyword-argumentsArtur Malabarba2014-11-291-11/+5
| | | | | |
| * | | | | Fix byte-compile warningsArtur Malabarba2014-11-292-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #115
* | | | | | Merge pull request #119 from vermiculus/buttonsSean Allred2014-11-281-56/+45
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / Buttons
| * | | | Tweak section header face.Artur Malabarba2014-11-291-2/+2
| | | | |
| * | | | Turn interactible objects into actual buttonsArtur Malabarba2014-11-291-54/+43
|/ / / / | | | | | | | | | | | | Fixes #96
* | | | Merge pull request #116 from vermiculus/hotfixSean Allred2014-11-2714-61/+90
|\ \ \ \ | |_|_|/ |/| | | Hotfixes