aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * require 'orgArtur Malabarba2014-11-041-0/+1
| |
| * Make WINDOW optional in stack-question--displayArtur Malabarba2014-11-041-1/+1
| |
| * Rename -date-sort to -date-more-recent-pArtur Malabarba2014-11-042-4/+11
| |
| * Turn stack-question-list-date-sort-method into a defcustomArtur Malabarba2014-11-041-2/+7
| |
| * Descriptive comments to stack-core--decode-entitiesArtur Malabarba2014-11-041-0/+2
| |
| * Make " ago" into a customizable varible.Artur Malabarba2014-11-041-1/+8
| |
| * Move " ago" out of stack--time-sinceArtur Malabarba2014-11-042-3/+2
| |
| * Trim unnecessary argArtur Malabarba2014-11-041-1/+1
| |
| * Make entities plist into a variable.Artur Malabarba2014-11-041-36/+42
| |
| * Make stack-core--seconds-to-string more descriptive.Artur Malabarba2014-11-041-6/+8
| |
| * Use our own seconds-to-string variable.Artur Malabarba2014-11-031-9/+20
| |
| * require time-dateArtur Malabarba2014-11-031-0/+1
| |
| * Comment out api-filter-requestArtur Malabarba2014-11-031-6/+8
| |
| * Fix test sample.Artur Malabarba2014-11-032-5/+4
| |
| * Question list sort-by-date button.Artur Malabarba2014-11-031-0/+11
| |
| * Huge improvements to the question listArtur Malabarba2014-11-032-16/+56
| |
| * Define questionlist facesArtur Malabarba2014-11-031-0/+53
| |
| * Increase default list height to 15 linesArtur Malabarba2014-11-031-1/+1
| |
| * Define -decode-entities to decode html entities.Artur Malabarba2014-11-031-0/+55
| |
| * require 'stack-ltoArtur Malabarba2014-11-031-0/+1
| |
| * Load tests file for now.Artur Malabarba2014-11-031-0/+1
| |
| * Make stack-question-list-refresh interactiveArtur Malabarba2014-11-031-0/+1
| |
| * Ping #4Artur Malabarba2014-11-030-0/+0
| |
| * Question List Mode is now functional.Artur Malabarba2014-11-031-19/+49
| |
| * Implement a rudimentary question display.Artur Malabarba2014-11-031-12/+28
| |
| * Rename a varialbeArtur Malabarba2014-11-031-4/+4
| |
| * Delete obsolete files.Artur Malabarba2014-11-034-99/+0
| |
| * Add cl-lib dependency.Artur Malabarba2014-11-031-0/+1
| |
| * A couple of json samples, just in case.Artur Malabarba2014-11-032-0/+5
| |
| * Fix sampler functionArtur Malabarba2014-11-031-1/+4
| |
| * Make question samples more complete.Artur Malabarba2014-11-031-509/+3925
| |
| * Merge branch 'master' into UI-first-attemptArtur Malabarba2014-11-0311-81/+1520
| |\
| * | Question-list modeArtur Malabarba2014-11-033-1/+139
| | |
| * | Implement an example with the html rendererArtur Malabarba2014-11-011-2/+10
| | |
| * | Major-mode for navigating question list.Artur Malabarba2014-11-011-0/+52
| | |
| * | Add comments and html rendererArtur Malabarba2014-11-011-9/+48
| | |
| * | Add comments to stack-ltoArtur Malabarba2014-11-011-11/+12
| | |
| * | Add sample files for a typical query data.Artur Malabarba2014-10-313-39/+32
| | |
| * | Initial lisp-to-org converterArtur Malabarba2014-10-311-0/+85
| | |
| * | Add example json and el filesArtur Malabarba2014-10-312-0/+46
| | |
* | | Improved formatting and added some links.Luke Shimkus2014-11-031-6/+9
| | | | | | | | | Added links to the Stack Exchange API and to GNU Emacs. Also added links to contribute faster.
* | | Prune README of what are now proper issuesSean Allred2014-11-031-59/+2
| | |
* | | Wishlist section to reference Waffle.io boardSean Allred2014-11-021-5/+5
| | |
* | | Kill two tasks on the wishlist -- they're done!Sean Allred2014-11-021-5/+0
| | |
* | | Update README.orgSean Allred2014-11-021-0/+1
| |/ |/| | | Add Waffle.io badge
* | Merge pull request #6 from vermiculus/precompiled-filtersSean Allred2014-11-025-31/+123
|\ \ | | | | | | Precompiled filters
| * | Simplify filter-store-all by modifying *-storeSean Allred2014-11-021-19/+18
| | |
| * | Fix get-sample-data and avoid `find-file-noselect'Sean Allred2014-11-021-8/+7
| | |
| * | Implement and use `stack-cache-get' and `-set'Sean Allred2014-11-022-22/+32
| | |
| * | Let-bind stack-cache-directory insteadSean Allred2014-11-021-1/+1
| | | | | | | | | | | | | | | There are several variables and functions that depend on it; simply binding the filter-cache file isn't enough.