aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Call sx-initialize on list-questionsArtur Malabarba2014-11-161-0/+1
| | | | | | | | Addresses #63
* | Documentation -- part twoSean Allred2014-11-181-22/+44
|/ | | | Pushing this change to continue work elsewhere.
* Finish mergeArtur Malabarba2014-11-151-1/+1
|
* Merge remote-tracking branch 'remotes/origin/network-list' into real-scoresArtur Malabarba2014-11-151-1/+1
|\
| * Merge branch 'master' into network-listSean Allred2014-11-141-17/+49
| |\ | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el
| * | Move question sorting function to sx.elSean Allred2014-11-111-1/+1
| | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist.
* | | Question list now makes use of read-pArtur Malabarba2014-11-151-5/+8
| | |
* | | Highlighting accepted answers actually works now.Artur Malabarba2014-11-151-7/+3
| | |
* | | Close question window with qArtur Malabarba2014-11-151-1/+9
| |/ |/|