aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into visit-question-from-linkSean Allred2014-12-261-1/+1
|\ | | | | | | | | | | | | Conflicts: sx.el Conflict arose from 6eb53ee0f12dd9f7d444e6749f6cc55c6db62078
| * Hotfix switch-tabArtur Malabarba2014-12-201-1/+1
| |
* | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-201-1/+1
|/
* sx-display-question is not known to be defined.Artur Malabarba2014-12-151-3/+2
| | | | It was the wrong function to use anyway.
* user-error is "not known to be defined" in emacs 24.2Artur Malabarba2014-12-151-2/+2
|
* Also mention qArtur Malabarba2014-12-141-1/+4
|
* Fix up and down keysArtur Malabarba2014-12-141-2/+2
|
* Use the header-line as a UI guide.Artur Malabarba2014-12-141-1/+13
|
* Define up and down keys on the list.Artur Malabarba2014-12-091-2/+7
|
* Fix unicode display on question listArtur Malabarba2014-12-031-3/+7
|
* Merge branch 'master' into answeringArtur Malabarba2014-12-031-50/+55
|\ | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el
| * Merge pull request #126 from vermiculus/improve-display-engineArtur Malabarba2014-12-021-50/+54
| |\ | | | | | | Improve display engine
| | * Maintain good line position while navigating the question list.Artur Malabarba2014-12-011-1/+15
| | |
| | * Refactor sx-question-list-display-question into 2 other functionsArtur Malabarba2014-12-011-38/+32
| | |
| | * sx-question--mark-read returns nil if nothing changedArtur Malabarba2014-12-011-2/+1
| | |
| | * Refactor sx-question-list--unread-count into a function.Artur Malabarba2014-12-011-10/+7
| | | | | | | | | | | | Less bookeeping
| * | Bind sx-tab-switch to t in question listArtur Malabarba2014-12-011-0/+1
| |/ | | | | | | Fixes #17
* / Implement a command for asking.Artur Malabarba2014-12-021-0/+1
|/
* Fix #111Sean Allred2014-11-271-0/+12
|
* Fix #110Sean Allred2014-11-271-1/+1
|
* Use let instead of letfArtur Malabarba2014-11-261-10/+13
| | | | Older letfs are bugged.
* Give feedback on finished refresh.Artur Malabarba2014-11-261-1/+2
| | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :)
* Preserve visual position when refreshingArtur Malabarba2014-11-261-9/+11
| | | | Both for question list and question mode.
* Merge pull request #95 from vermiculus/commentingSean Allred2014-11-251-3/+6
|\ | | | | Commenting
| * A bug fix on the dataset.Artur Malabarba2014-11-261-3/+6
| | | | | | | | The question-list--dataset is now a list, not a vector.
* | Merge pull request #93 from vermiculus/votingSean Allred2014-11-251-0/+2
|\| | | | | Voting
| * Binds for voting.Artur Malabarba2014-11-251-0/+2
| |
* | Merge pull request #91 from vermiculus/move-some-macros-to-sxSean Allred2014-11-251-11/+1
|\| | | | | Move some macros to sx
| * Refactor visit from question-list to sxArtur Malabarba2014-11-251-11/+1
| |
* | Small improvement to question-list faceArtur Malabarba2014-11-251-1/+1
|/
* Streamline the refactoringArtur Malabarba2014-11-241-47/+59
|
* Fix next-page bugArtur Malabarba2014-11-241-2/+4
|
* Fix next-page logicArtur Malabarba2014-11-241-10/+10
|
* Refactor page to tabArtur Malabarba2014-11-241-3/+3
|
* Implement pagingArtur Malabarba2014-11-241-17/+40
|
* Add far movement commands,Artur Malabarba2014-11-241-0/+24
|
* Improve question-list-mode docArtur Malabarba2014-11-241-6/+17
|
* Accept empty input on switch-siteArtur Malabarba2014-11-241-5/+6
|
* Refactor list-questions into sx-view-frontpage.Artur Malabarba2014-11-241-22/+3
|
* Moving above the top or below the end refreshesArtur Malabarba2014-11-241-1/+23
|
* Refactor question-list as a generic backend.Artur Malabarba2014-11-241-50/+112
|
* GitHub comments -- #77Sean Allred2014-11-201-18/+8
|
* Follow package.el conventionSean Allred2014-11-191-2/+2
|
* Enhance documentationSean Allred2014-11-191-1/+4
|
* Minor typos and incorrect informationSean Allred2014-11-191-1/+1
|
* Merge branch 'master' into documentationSean Allred2014-11-191-29/+68
|\ | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * Mark as read with "m"Artur Malabarba2014-11-191-0/+13
| | | | | | | | Fixes #61
| * Merge pull request #71 from vermiculus/hidden-questionsSean Allred2014-11-181-1/+14
| |\ | | | | | | Hidden questions
| | * Hidden question functionality implemented in the question listArtur Malabarba2014-11-181-1/+14
| | |
| * | Implements indication of starred questions in question-listJonathan Leech-Pepin2014-11-181-26/+38
| |/ | | | | | | | | | | | | `sx-question-list-favorite` inherits face from `sx-question-list-score-upvoted` Favorite is displayed using char \x2b26 WHITE MEDIUM DIAMOND.