aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | Don't fill link labels or headersArtur Malabarba2014-11-261-3/+24
| | | | | | | | | | | | Fixes #97
| | * Merge branch 'master' into hotfixSean Allred2014-11-272-7/+14
| | |\ | |_|/ |/| |
* | | Merge pull request #108 from vermiculus/issue-82Sean Allred2014-11-272-7/+14
|\ \ \ | | | | | | | | Make site a url argument
| * | | Function quote sx-request-makeArtur Malabarba2014-11-271-1/+1
| | | |
| * | | Don't do this patch when POSTingArtur Malabarba2014-11-261-2/+8
| | | |
| * | | Make site a url argumentArtur Malabarba2014-11-262-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 READMESean Allred2014-11-271-14/+20
| | | |
| | | * Prune unused lexical variableSean Allred2014-11-271-2/+1
| | | |
| | | * Fix #111Sean Allred2014-11-278-9/+35
| | | |
| | | * Remove outdated resourcesSean Allred2014-11-271-2/+0
| | | |
| | | * Fix #110Sean Allred2014-11-2711-27/+27
| | | |
| | | * Fix #114Sean Allred2014-11-271-1/+1
| | | |
| | | * Fix #112Sean Allred2014-11-271-1/+1
| |_|/ |/| |
* | | Delete stack-exchange.elArtur Malabarba2014-11-271-30/+0
|/ /
* | Merge pull request #106 from jleechpe/issue-92Sean Allred2014-11-261-1/+1
|\ \ | | | | | | Fixes #92. Change default filter from `'none` to `'(())`.
| * | Fixes #92. Change default filter from `'none` to `'(())`.Jonathan Leech-Pepin2014-11-261-1/+1
|/ /
* | Merge pull request #104 from vermiculus/preseve-position-on-refreshSean Allred2014-11-262-12/+22
|\ \ | | | | | | Preseve position on refresh
| * | Use let instead of letfArtur Malabarba2014-11-261-10/+13
| | | | | | | | | | | | Older letfs are bugged.
| * | Give feedback on finished refresh.Artur Malabarba2014-11-262-2/+4
| | | | | | | | | | | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :)
| * | Preserve visual position when refreshingArtur Malabarba2014-11-262-12/+17
| |/ | | | | | | Both for question list and question mode.
* | Merge pull request #103 from vermiculus/add-month-timeSean Allred2014-11-261-1/+5
|\ \ | |/ |/| Add months to sx-time-seconds-to-string
| * Change months identifierArtur Malabarba2014-11-261-2/+2
| |
| * Add months to sx-time-seconds-to-stringArtur Malabarba2014-11-261-2/+6
| | | | | | | | Fixes #102
* | Merge pull request #99 from vermiculus/copy-visit-linkArtur Malabarba2014-11-261-5/+14
|\ \ | |/ |/| Add ability to copy link instead of visiting it
| * Add ability to copy link instead of visiting itSean Allred2014-11-251-5/+14
| |
* | Merge pull request #98 from vermiculus/fix-at-mention-stringArtur Malabarba2014-11-262-3/+6
|\ \ | |/ |/| Fix at-mention string
| * Streamline replying to commentsSean Allred2014-11-251-1/+1
| | | | | | | | Append a single space after the at-mention in comment replies.
| * Remove whitespace for effective at-mentionsSean Allred2014-11-251-2/+5
|/ | | | | | | | | If the display name contained whitespace, the function would keep the whitespace in the at-mention. According to observed behavior on the website, this is not correct. This commit removes all whitespace from the returned display name in the appropriate function.
* Merge pull request #95 from vermiculus/commentingSean Allred2014-11-255-9/+106
|\ | | | | Commenting
| * Add keybind for commenting.Artur Malabarba2014-11-261-0/+1
| |
| * Merge branch 'voting' into commentingArtur Malabarba2014-11-261-18/+51
| |\
| * | A bug fix on the dataset.Artur Malabarba2014-11-261-3/+6
| | | | | | | | | | | | The question-list--dataset is now a list, not a vector.
| * | Several bug fixes to commenting logic.Artur Malabarba2014-11-261-15/+22
| | |