Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #106 from jleechpe/issue-92 | Sean Allred | 2014-11-26 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixes #92. Change default filter from `'none` to `'(())`. | |||||
| * | | | Fixes #92. Change default filter from `'none` to `'(())`. | Jonathan Leech-Pepin | 2014-11-26 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #104 from vermiculus/preseve-position-on-refresh | Sean Allred | 2014-11-26 | 2 | -12/+22 | |
|\ \ \ | | | | | | | | | Preseve position on refresh | |||||
| * | | | Use let instead of letf | Artur Malabarba | 2014-11-26 | 1 | -10/+13 | |
| | | | | | | | | | | | | | | | | Older letfs are bugged. | |||||
| * | | | Give feedback on finished refresh. | Artur Malabarba | 2014-11-26 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :) | |||||
| * | | | Preserve visual position when refreshing | Artur Malabarba | 2014-11-26 | 2 | -12/+17 | |
| |/ / | | | | | | | | | | Both for question list and question mode. | |||||
* | | | Merge pull request #103 from vermiculus/add-month-time | Sean Allred | 2014-11-26 | 1 | -1/+5 | |
|\ \ \ | |/ / |/| | | Add months to sx-time-seconds-to-string | |||||
| * | | Change months identifier | Artur Malabarba | 2014-11-26 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add months to sx-time-seconds-to-string | Artur Malabarba | 2014-11-26 | 1 | -2/+6 | |
| | | | | | | | | | | | | Fixes #102 | |||||
* | | | Merge pull request #99 from vermiculus/copy-visit-link | Artur Malabarba | 2014-11-26 | 1 | -5/+14 | |
|\ \ \ | |/ / |/| | | Add ability to copy link instead of visiting it | |||||
| * | | Add ability to copy link instead of visiting it | Sean Allred | 2014-11-25 | 1 | -5/+14 | |
| |/ | ||||||
* | | Merge pull request #98 from vermiculus/fix-at-mention-string | Artur Malabarba | 2014-11-26 | 2 | -3/+6 | |
|\ \ | |/ |/| | Fix at-mention string | |||||
| * | Streamline replying to comments | Sean Allred | 2014-11-25 | 1 | -1/+1 | |
| | | | | | | | | Append a single space after the at-mention in comment replies. | |||||
| * | Remove whitespace for effective at-mentions | Sean Allred | 2014-11-25 | 1 | -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/commenting | Sean Allred | 2014-11-25 | 5 | -9/+106 | |
|\ | | | | | Commenting | |||||
| * | Add keybind for commenting. | Artur Malabarba | 2014-11-26 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'voting' into commenting | Artur Malabarba | 2014-11-26 | 1 | -18/+51 | |
| |\ | ||||||
| * | | A bug fix on the dataset. | Artur Malabarba | 2014-11-26 | 1 | -3/+6 | |
| | | | | | | | | | | | | The question-list--dataset is now a list, not a vector. | |||||
| * | | Several bug fixes to commenting logic. | Artur Malabarba | 2014-11-26 | 1 | -15/+22 | |
| | | | ||||||
| * | | Old recentering bug | Artur Malabarba | 2014-11-26 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | We sometimes get an error because we're recentering a window that's not selected. | |||||
| * | | new sx--get-post bug | Artur Malabarba | 2014-11-25 | 1 | -13/+13 | |
| | | | ||||||
| * | | Old refresh bug | Artur Malabarba | 2014-11-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Implement commenting on anything. | Artur Malabarba | 2014-11-25 | 1 | -0/+73 | |
| | | | ||||||
| * | | Add sx--user-@name function to sx.el | Artur Malabarba | 2014-11-25 | 1 | -0/+7 | |
| | | | ||||||
| * | | Add ids to filter | Artur Malabarba | 2014-11-25 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #93 from vermiculus/voting | Sean Allred | 2014-11-25 | 6 | -97/+249 | |
|\ \ \ | | |/ | |/| | Voting | |||||
| * | | Question/answer score is displayed in the question buffer | Artur Malabarba | 2014-11-25 | 1 | -15/+49 | |
| | | | ||||||
| * | | Cleanup old obsolete line. | Artur Malabarba | 2014-11-25 | 1 | -3/+2 | |
| |/ | ||||||
| * | Moved interaction functions to their own file | Artur Malabarba | 2014-11-25 | 2 | -78/+110 | |
| | | ||||||
| * | Fix wrong function | Artur Malabarba | 2014-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | Add elements to auth-filter-auth and browse-filter | Artur Malabarba | 2014-11-25 | 2 | -1/+6 | |
| | | ||||||
| * | Binds for voting. | Artur Malabarba | 2014-11-25 | 2 | -0/+4 | |
| | | ||||||
| * | Fix voting for comments. | Artur Malabarba | 2014-11-25 | 1 | -2/+2 | |
| | | ||||||
| * | Add some comment filters | Artur Malabarba | 2014-11-25 | 1 | -0/+4 | |
| | | ||||||
| * | sx can also updates question-mode buffer. | Artur Malabarba | 2014-11-25 | 2 | -7/+14 | |
| | | ||||||
| * | Finish voting implementation on the question list. | Artur Malabarba | 2014-11-25 | 1 | -6/+25 | |
| | | ||||||
| * | Move browse-filter to sx | Artur Malabarba | 2014-11-25 | 2 | -27/+30 | |
| | | ||||||
| * | Implement voting | Artur Malabarba | 2014-11-25 | 1 | -0/+33 | |
| | | ||||||
| * | .site is now a special symbol in sx-assoc-let | Artur Malabarba | 2014-11-25 | 2 | -29/+41 | |
| | | | | | | | | | | | | sx-question.el no longer manually inserts the `site` property on fetched questions. This was insufficient because we also need this property on other objects. | |||||
* | | Merge pull request #91 from vermiculus/move-some-macros-to-sx | Sean Allred | 2014-11-25 | 4 | -98/+101 | |
|\| | | | | | Move some macros to sx | |||||
| * | visit takes an argument | Artur Malabarba | 2014-11-25 | 1 | -12/+13 | |
| | | ||||||
| * | ADd comment.link to filter | Artur Malabarba | 2014-11-25 | 1 | -0/+1 | |
| | | ||||||
| * | Refactor visit from question-list to sx | Artur Malabarba | 2014-11-25 | 2 | -15/+13 | |
| | | ||||||
| * | Refactor visit from question-mode to sx | Artur Malabarba | 2014-11-25 | 2 | -16/+16 | |
| | | ||||||
| * | Move wrap-in-text-property/overlay to sx | Artur Malabarba | 2014-11-25 | 2 | -73/+76 | |
| | | ||||||
* | | Merge pull request #89 from vermiculus/make-clear-cache-interactive | Sean Allred | 2014-11-25 | 1 | -0/+3 | |
|\ \ | | | | | | | Make invalidate-all interactive | |||||
| * | | Default to NOT clear auth. | Artur Malabarba | 2014-11-24 | 1 | -2/+4 | |
| | | | ||||||
| * | | Make invalidate-all interactive | Artur Malabarba | 2014-11-24 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge pull request #94 from vermiculus/small-improvement-to-face | Sean Allred | 2014-11-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | Small improvement to question-list face Use a box rather than a combination overline/underline. | |||||
| * | | | Small improvement to question-list face | Artur Malabarba | 2014-11-25 | 1 | -1/+1 | |
|/ / / |