Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge pull request #6 from vermiculus/precompiled-filters | Sean Allred | 2014-11-02 | 5 | -31/+123 |
| |\ | |||||
| | * | 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 |
| | * | Let-bind user-emacs-directory to cwd | Sean Allred | 2014-11-02 | 2 | -8/+11 |
| | * | 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 |
| | * | 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 |
| | * | 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 |
| | * | 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 |
| |\ | |||||
| | * | Use a simpler construct to test filter inclusion | Sean Allred | 2014-11-02 | 2 | -48/+7 |
| | * | Kill test cruft | Sean Allred | 2014-11-01 | 1 | -1/+0 |
| | * | More readable test cases; whitespace | Sean Allred | 2014-11-01 | 1 | -26/+20 |
| | * | Remove test cruft | Sean Allred | 2014-11-01 | 1 | -2/+0 |
| | * | Introduce `stack-core-silent-requests' as default | Sean Allred | 2014-11-01 | 1 | -0/+5 |
| | * | Return the correct type from filter | Sean Allred | 2014-11-01 | 2 | -31/+86 |
| | * | Return -no-value if it cannot find sample | Sean Allred | 2014-11-01 | 1 | -1/+3 |
| | * | Fix syntax issue | Sean Allred | 2014-11-01 | 2 | -3/+8 |
| | * | Make the sample data loader a function | Sean Allred | 2014-11-01 | 1 | -1/+1 |
| | * | Use correct directory for test | Sean Allred | 2014-11-01 | 1 | -1/+1 |
| | * | Fix test | Sean Allred | 2014-11-01 | 1 | -1/+7 |
| | * | More work on data filter; add tests | Sean Allred | 2014-11-01 | 6 | -1296/+37 |
| | * | Merge branch 'convenience-functions' of github.com:vermiculus/stack-mode into... | Sean Allred | 2014-11-01 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Add sample data for development testing | Sean Allred | 2014-11-01 | 2 | -0/+1228 |
| | | * | Add function to filter data structure | Sean Allred | 2014-11-01 | 2 | -0/+23 |
| | | * | Consolidate test statements | Sean Allred | 2014-11-01 | 1 | -3/+1 |
| | * | | Add sample data for development testing | Sean Allred | 2014-11-01 | 2 | -0/+1228 |
| | * | | Add function to filter data structure | Sean Allred | 2014-11-01 | 2 | -0/+23 |
| | * | | Consolidate test statements | Sean Allred | 2014-11-01 | 1 | -3/+1 |
| |/ / | |||||
| * | | Update README.org | Sean Allred | 2014-11-01 | 1 | -1/+1 |
| * | | Move tests and sample data to test/ | Sean Allred | 2014-11-01 | 4 | -0/+1295 |
| |/ |