aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | 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
| | | | | | | * | Not adamantArtur Malabarba2014-12-031-3/+3
| | | | | | | | |
| | | | | | | * | Header commentary on sx-buttonArtur Malabarba2014-12-031-5/+20
| | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Affects #123
| | | | | | | * Header Commentary to sx-interactionArtur Malabarba2014-12-021-1/+16
| | | | | | | |
| | | | | | | * Header Commentary to sx-composeArtur Malabarba2014-12-021-0/+10
| | | | | | | |
| | | | | | | * Refactor sx-compose-createArtur Malabarba2014-12-022-7/+7
| | | | | | | |
| | | | | | | * Fix up asking logicArtur Malabarba2014-12-021-8/+13
| | | | | | | |
| | | | | | | * Implement a command for asking.Artur Malabarba2014-12-023-7/+33
| | | | | | | |
| | | | | | | * Fix bug introduced by new use of overlays.Artur Malabarba2014-12-021-1/+1
| | | | | | | |
| | | | | | | * Editing implementedArtur Malabarba2014-12-023-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #11
| | | | | | | * Simplify update-display codeArtur Malabarba2014-12-021-10/+10
| | | | | | | |
| | | | | | | * Fix docArtur Malabarba2014-12-021-3/+1
| | | | | | | |
| | | | | | | * Prettier comment buttonArtur Malabarba2014-12-021-0/+1
| | | | | | | |
| | | | | | | * Add an answer buttonArtur Malabarba2014-12-022-0/+11
| | | | | | | |
| | | | | | | * sx-answer to start composing from the question bufferArtur Malabarba2014-12-022-4/+40
| | | | | | | |
| | | | | | | * Implement askingArtur Malabarba2014-12-021-20/+43
| | | | | | | |
| | | | | | | * Rename before-functionsArtur Malabarba2014-12-011-31/+49
| | | | | | | |
| | | | | | | * Some after-send-hooks to improve experienceArtur Malabarba2014-12-011-20/+43
| | | | | | | |
| | | | | | | * Initial compose-mode implementation.Artur Malabarba2014-12-011-0/+163
| | | | | | |/
| | | | | | * 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.
| | * | | | 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.
| * | | | 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
| * | | Simplify form to use `remove'Sean Allred2014-11-271-8/+8
| | | |
| * | | Merge branch 'master' into hotfixSean Allred2014-11-271-3/+24
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #105 from vermiculus/issue-97Sean Allred2014-11-271-3/+24
|\ \ \ \ | | | | | | | | | | Don't fill link labels or headers
| * | | | Finish partial fix.Artur Malabarba2014-11-261-8/+8
| | | | |