Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Some more whitespace | Artur Malabarba | 2014-12-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | Define sx-assoc-let in terms of let-alist | Artur Malabarba | 2014-12-11 | 1 | -40/+14 | |
|/ / | ||||||
* | | Merge branch 'master' into fix-@highligthing | Artur Malabarba | 2014-12-09 | 1 | -9/+22 | |
|\| | | | | | | | | | Conflicts: test/tests.el | |||||
| * | Merge branch 'master' into issue-130 | Sean Allred | 2014-12-03 | 1 | -6/+12 | |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial. | |||||
| * | | Augment `sx--thing-as-string' to hexify as needed | Sean Allred | 2014-12-02 | 1 | -9/+22 | |
| | | | | | | | | | | | | | | | Also fix issue where function options would not be transferred from the original use into its recursive steps. | |||||
* | | | Understand non-ascii when handling @name | Artur Malabarba | 2014-12-04 | 1 | -2/+36 | |
| |/ |/| | ||||||
* | | sx--site gracefully accepts nil argument | Artur Malabarba | 2014-12-03 | 1 | -5/+4 | |
| | | ||||||
* | | Add comments to sx--unindent-text | Artur Malabarba | 2014-12-03 | 1 | -1/+8 | |
|/ | ||||||
* | question-mod now uses overlays to store the sx--data-here property | Artur Malabarba | 2014-12-01 | 1 | -11/+13 | |
| | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them. | |||||
* | Add sx--unindent-text function | Artur Malabarba | 2014-11-29 | 1 | -0/+21 | |
| | | | | Used to extract the code contained in code-blocks | |||||
* | New sx--shorten-url function in sx.el | Artur Malabarba | 2014-11-29 | 1 | -0/+15 | |
| | ||||||
* | Improve button-copy | Artur Malabarba | 2014-11-29 | 1 | -0/+2 | |
| | ||||||
* | Fix #111 | Sean Allred | 2014-11-27 | 1 | -1/+9 | |
| | ||||||
* | Fix #110 | Sean Allred | 2014-11-27 | 1 | -7/+6 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Moved interaction functions to their own file | Artur Malabarba | 2014-11-25 | 1 | -78/+0 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | ||||||
* | 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 | 1 | -1/+27 | |
| | ||||||
* | 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 | 1 | -5/+22 | |
| | | | | | | 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. | |||||
* | visit takes an argument | Artur Malabarba | 2014-11-25 | 1 | -12/+13 | |
| | ||||||
* | Refactor visit from question-list to sx | Artur Malabarba | 2014-11-25 | 1 | -4/+12 | |
| | ||||||
* | Refactor visit from question-mode to sx | Artur Malabarba | 2014-11-25 | 1 | -0/+14 | |
| | ||||||
* | Move wrap-in-text-property/overlay to sx | Artur Malabarba | 2014-11-25 | 1 | -1/+34 | |
| | ||||||
* | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -14/+7 | |
| | ||||||
* | Minor typos and incorrect information | Sean Allred | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | Add `customize' data | Sean Allred | 2014-11-19 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'master' into documentation | Sean Allred | 2014-11-19 | 1 | -10/+54 | |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el | |||||
| * | Fix missing dependency | Artur Malabarba | 2014-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add some package definitions. | Artur Malabarba | 2014-11-19 | 1 | -12/+31 | |
| | | | | | | | | Also run checkdoc on sx.el | |||||
| * | Define sorted insertion macro. | Artur Malabarba | 2014-11-18 | 1 | -0/+15 | |
| | | ||||||
| * | Implement sx-initialize | Artur Malabarba | 2014-11-16 | 1 | -4/+13 | |
| | | ||||||
* | | Documentation -- part three | Sean Allred | 2014-11-18 | 1 | -10/+35 | |
|/ | | | | Source code is documented to the best of my knowledge and understanding. | |||||
* | Merge pull request #56 from vermiculus/filling-and-fontlocking | Sean Allred | 2014-11-15 | 1 | -0/+5 | |
|\ | | | | | Filling and fontlocking | |||||
| * | Several navigation improvements. | Artur Malabarba | 2014-11-15 | 1 | -0/+5 | |
| | | ||||||
* | | Merge pull request #53 from vermiculus/network-list | Sean Allred | 2014-11-14 | 1 | -0/+7 | |
|\ \ | | | | | | | Smart caching | |||||
| * | | Merge branch 'master' into network-list | Sean Allred | 2014-11-14 | 1 | -64/+24 | |
| |\| | | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el | |||||
| * | | Move question sorting function to sx.el | Sean Allred | 2014-11-11 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist. | |||||
* | | | Quick-fix assoc-let | Artur Malabarba | 2014-11-14 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Update code to new assoc-let | Artur Malabarba | 2014-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | New assoc-let implementation. | Artur Malabarba | 2014-11-12 | 1 | -64/+24 | |
|/ | | | | Use .title instead of title. | |||||
* | Use macro | Sean Allred | 2014-11-08 | 1 | -0/+1 | |
| | ||||||
* | Use macro | Sean Allred | 2014-11-08 | 1 | -0/+5 | |
| |