Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Huge improvements to the question list | Artur Malabarba | 2014-11-03 | 2 | -16/+56 | |
| | | ||||||
| * | Define questionlist faces | Artur Malabarba | 2014-11-03 | 1 | -0/+53 | |
| | | ||||||
| * | Increase default list height to 15 lines | Artur Malabarba | 2014-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | Define -decode-entities to decode html entities. | Artur Malabarba | 2014-11-03 | 1 | -0/+55 | |
| | | ||||||
| * | require 'stack-lto | Artur Malabarba | 2014-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | Load tests file for now. | Artur Malabarba | 2014-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | Make stack-question-list-refresh interactive | Artur Malabarba | 2014-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | Ping #4 | Artur Malabarba | 2014-11-03 | 0 | -0/+0 | |
| | | ||||||
| * | Question List Mode is now functional. | Artur Malabarba | 2014-11-03 | 1 | -19/+49 | |
| | | ||||||
| * | Implement a rudimentary question display. | Artur Malabarba | 2014-11-03 | 1 | -12/+28 | |
| | | ||||||
| * | Rename a varialbe | Artur Malabarba | 2014-11-03 | 1 | -4/+4 | |
| | | ||||||
| * | Delete obsolete files. | Artur Malabarba | 2014-11-03 | 4 | -99/+0 | |
| | | ||||||
| * | Add cl-lib dependency. | Artur Malabarba | 2014-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | A couple of json samples, just in case. | Artur Malabarba | 2014-11-03 | 2 | -0/+5 | |
| | | ||||||
| * | Fix sampler function | Artur Malabarba | 2014-11-03 | 1 | -1/+4 | |
| | | ||||||
| * | Make question samples more complete. | Artur Malabarba | 2014-11-03 | 1 | -509/+3925 | |
| | | ||||||
| * | Merge branch 'master' into UI-first-attempt | Artur Malabarba | 2014-11-03 | 11 | -81/+1520 | |
| |\ | ||||||
| * | | Question-list mode | Artur Malabarba | 2014-11-03 | 3 | -1/+139 | |
| | | | ||||||
| * | | Implement an example with the html renderer | Artur Malabarba | 2014-11-01 | 1 | -2/+10 | |
| | | | ||||||
| * | | Major-mode for navigating question list. | Artur Malabarba | 2014-11-01 | 1 | -0/+52 | |
| | | | ||||||
| * | | Add comments and html renderer | Artur Malabarba | 2014-11-01 | 1 | -9/+48 | |
| | | | ||||||
| * | | Add comments to stack-lto | Artur Malabarba | 2014-11-01 | 1 | -11/+12 | |
| | | | ||||||
| * | | Add sample files for a typical query data. | Artur Malabarba | 2014-10-31 | 3 | -39/+32 | |
| | | | ||||||
| * | | Initial lisp-to-org converter | Artur Malabarba | 2014-10-31 | 1 | -0/+85 | |
| | | | ||||||
| * | | Add example json and el files | Artur Malabarba | 2014-10-31 | 2 | -0/+46 | |
| | | | ||||||
* | | | Improved formatting and added some links. | Luke Shimkus | 2014-11-03 | 1 | -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 issues | Sean Allred | 2014-11-03 | 1 | -59/+2 | |
| | | | ||||||
* | | | Wishlist section to reference Waffle.io board | Sean Allred | 2014-11-02 | 1 | -5/+5 | |
| | | | ||||||
* | | | Kill two tasks on the wishlist -- they're done! | Sean Allred | 2014-11-02 | 1 | -5/+0 | |
| | | | ||||||
* | | | Update README.org | Sean Allred | 2014-11-02 | 1 | -0/+1 | |
| |/ |/| | | | Add Waffle.io badge | |||||
* | | Merge pull request #6 from vermiculus/precompiled-filters | Sean Allred | 2014-11-02 | 5 | -31/+123 | |
|\ \ | | | | | | | Precompiled filters | |||||
| * | | Simplify filter-store-all by modifying *-store | Sean Allred | 2014-11-02 | 1 | -19/+18 | |
| | | | ||||||
| * | | Fix get-sample-data and avoid `find-file-noselect' | Sean Allred | 2014-11-02 | 1 | -8/+7 | |
| | | | ||||||
| * | | Implement and use `stack-cache-get' and `-set' | Sean Allred | 2014-11-02 | 2 | -22/+32 | |
| | | | ||||||
| * | | Let-bind stack-cache-directory instead | Sean Allred | 2014-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | There are several variables and functions that depend on it; simply binding the filter-cache file isn't enough. | |||||
| * | | Let-bind user-emacs-directory to cwd | Sean Allred | 2014-11-02 | 2 | -8/+11 | |
| | | | | | | | | | | | | | | | | | | | | | Useful for testing locally, since now you can simply blow away the `.stackmode' directory instead of searching for it in `.emacs.d'. At any rate, it keeps everything in the project tidy. | |||||
| * | | Consolidate testing variables and print requests | Sean Allred | 2014-11-02 | 1 | -2/+4 | |
| | | | ||||||
| * | | Fix test cases re file persistence | Sean Allred | 2014-11-02 | 1 | -15/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Every time the test was getting run, it would create the file, but not delete it. This meant that tests were not idempotent and artifacts from previous tests were persisting into the next ones. Use `make-temp-file' to let-bind `stack-filter-cache-file' to a temporary file. It is guaranteed to be empty when the tests begin. | |||||
| * | | Store compiled filter for question browsing | Sean Allred | 2014-11-02 | 1 | -1/+4 | |
| | | | ||||||
| * | | Introduce persistent storage for filters | Sean Allred | 2014-11-02 | 2 | -0/+58 | |
| | | | ||||||
| * | | Checkdoc file | Sean Allred | 2014-11-02 | 1 | -4/+5 | |
| | | | ||||||
| * | | Fix return when file already exists | Sean Allred | 2014-11-02 | 1 | -2/+1 | |
| | | | ||||||
| * | | Convenience function for retrieving cache files | Sean Allred | 2014-11-02 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | This should be sorted somewhere... Maybe stack-cache.el needs to be its own file. | |||||
| * | | Add function to retrieve cache files | Sean Allred | 2014-11-02 | 1 | -0/+9 | |
| | | | ||||||
| * | | Modify directory-local variables everywhere | Sean Allred | 2014-11-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | Use this file for your own development environment. | |||||
| * | | Whitespace normalization in stack-filter.el | Sean Allred | 2014-11-02 | 1 | -10/+11 | |
| | | | ||||||
| * | | Add cache directory as a customizable variable | Sean Allred | 2014-11-02 | 1 | -0/+4 | |
|/ / | ||||||
* | | Merge pull request #5 from vermiculus/convenience-functions | Sean Allred | 2014-11-02 | 5 | -65/+78 | |
|\ \ | | | | | | | Add a convenience function to sort through large data structures. Also move tests to test/ and add sample data for real use-case tests later. | |||||
| * | | Use a simpler construct to test filter inclusion | Sean Allred | 2014-11-02 | 2 | -48/+7 | |
| | | | | | | | | | | | | | | | Also removed tests for `stack-core-filter-data--item-in-tree' since it no longer exists. | |||||
| * | | Kill test cruft | Sean Allred | 2014-11-01 | 1 | -1/+0 | |
| | | |