Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autorun JavaScript after page loads | Marco Peereboom | 2011-11-05 | 1 | -0/+1 |
| | | | | | | | | | | It tries to open a default.js file followed by host.domain.js. If the host.domain.js file does not exist it tries to open domain.js. It reads the content of the default AND host/domain file and executes it. All scripts go in the ~/.xxxterm/js/ directory. | ||||
* | dang it i disabled threads by accident | Marco Peereboom | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | kill warning | Marco Peereboom | 2011-11-03 | 1 | -1/+2 |
| | |||||
* | move cookies to own file | marco | 2011-11-02 | 1 | -0/+2 |
| | |||||
* | More file splits | Marco Peereboom | 2011-11-02 | 1 | -5/+161 |
| | | | | Add whitelist and settings files. | ||||
* | Move more stuff into about | Marco Peereboom | 2011-11-02 | 1 | -0/+37 |
| | |||||
* | damn git never does what it says it does | marco | 2011-11-02 | 1 | -0/+99 |
| | | | | these file remained behind | ||||
* | Make the inspector not crash on exit | marco | 2011-11-02 | 1 | -1/+19 |
| | | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself. | ||||
* | Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm" | marco | 2011-11-02 | 1 | -125/+0 |
| | | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1. | ||||
* | Revert "move some xtp functions over, RB_* prevented all" | marco | 2011-11-02 | 1 | -98/+1 |
| | | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258. | ||||
* | move some xtp functions over, RB_* prevented all | Todd T. Fries | 2011-11-01 | 1 | -1/+98 |
| | |||||
* | Merge branch 'master' of opensource.conformal.com:/git/xxxterm | Todd T. Fries | 2011-11-01 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: xxxterm.h | ||||
| * | hook up all inspector signals | Marco Peereboom | 2011-11-01 | 1 | -0/+3 |
| | | |||||
* | | sort whitelist stuff into whitelist.c | Todd T. Fries | 2011-11-01 | 1 | -0/+125 |
|/ | |||||
* | Move inspector into it's own file | Marco Peereboom | 2011-11-01 | 1 | -0/+231 |