Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | Mention sx-tab-frontpage | Artur Malabarba | 2014-11-24 | 1 | -5/+11 |
* | Fix test | Artur Malabarba | 2014-11-24 | 1 | -0/+1 |
* | Streamline the refactoring | Artur Malabarba | 2014-11-24 | 3 | -54/+73 |
* | Fix test | Artur Malabarba | 2014-11-24 | 1 | -1/+1 |
* | Fix macro bugs | Artur Malabarba | 2014-11-24 | 1 | -7/+7 |
* | Fix next-page bug | Artur Malabarba | 2014-11-24 | 1 | -2/+4 |
* | Fix next-page logic | Artur Malabarba | 2014-11-24 | 1 | -10/+10 |
* | Refactor page to tab | Artur Malabarba | 2014-11-24 | 2 | -15/+15 |
* | Refactor view to tab | Artur Malabarba | 2014-11-24 | 1 | -14/+14 |
* | Implement paging | Artur Malabarba | 2014-11-24 | 2 | -19/+54 |
* | Add far movement commands, | Artur Malabarba | 2014-11-24 | 1 | -0/+24 |
* | Improve question-list-mode doc | Artur Malabarba | 2014-11-24 | 1 | -6/+17 |
* | Merge branch 'master' into refactor-question-list | Artur Malabarba | 2014-11-24 | 1 | -0/+1 |
|\ | |||||
| * | Request private_info scope | Artur Malabarba | 2014-11-24 | 1 | -0/+1 |
* | | Fix ido bug | Artur Malabarba | 2014-11-24 | 1 | -1/+1 |
* | | Fix let bug | Artur Malabarba | 2014-11-24 | 1 | -3/+3 |
* | | Accept empty input on switch-site | Artur Malabarba | 2014-11-24 | 1 | -5/+6 |
* | | Refactor list-questions into sx-view-frontpage. | Artur Malabarba | 2014-11-24 | 2 | -22/+85 |
* | | Moving above the top or below the end refreshes | Artur Malabarba | 2014-11-24 | 1 | -1/+23 |
* | | Refactor question-list as a generic backend. | Artur Malabarba | 2014-11-24 | 1 | -50/+112 |
|/ | |||||
* | Merge pull request #84 from jleechpe/sx-method-auth | Sean Allred | 2014-11-21 | 8 | -78/+213 |
|\ | |||||
| * | Whitespace fixup (spaces not tabs). | Jonathan Leech-Pepin | 2014-11-21 | 1 | -21/+21 |
| * | Fix indentation following indent declaration. | Jonathan Leech-Pepin | 2014-11-21 | 4 | -17/+17 |
| * | Use `\(` for ( at beginning of line in docstring. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -1/+1 |
| * | Use `(declare (indent 1)) in `sx-method-call`. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -0/+1 |
| * | Whitespace/indent fixup. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -38/+38 |
| * | Fix docstring/argument list ordering (mistake during merge). | Jonathan Leech-Pepin | 2014-11-21 | 1 | -3/+3 |
| * | Update docstring to reflect uses of `AUTH`. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -0/+15 |
| * | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 17 | -201/+505 |
| |\ | |||||
| * | | Properly return a nil entry when falling back | Jonathan Leech-Pepin | 2014-11-20 | 1 | -1/+1 |
| * | | Typo fix. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -1/+1 |
| * | | Do not initialize Stack-Mode. | Jonathan Leech-Pepin | 2014-11-20 | 1 | -0/+1 |
| * | | Fix auth settings in calls. Do not use 'warn in non-interactive commands. | Jonathan Leech-Pepin | 2014-11-20 | 4 | -4/+4 |
| * | | Uses of `sx-method-call` have been updated to use new format. | Jonathan Leech-Pepin | 2014-11-20 | 4 | -20/+24 |
| * | | Remove default site specification. Defaults to nil if not | Jonathan Leech-Pepin | 2014-11-20 | 1 | -2/+2 |