Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make S-f open favorites | Marco Peereboom | 2010-09-01 | 2 | -1/+4 |
| | |||||
* | focus on webkit earlier; seems to make the browser a little snapier. | Marco Peereboom | 2010-09-01 | 1 | -7/+7 |
| | |||||
* | fix spinner that stopped and took a while to start | Marco Peereboom | 2010-08-31 | 1 | -8/+13 |
| | |||||
* | hide spinner on initial creation | Marco Peereboom | 2010-08-15 | 1 | -2/+4 |
| | |||||
* | spinners! | Marco Peereboom | 2010-08-15 | 1 | -0/+9 |
| | |||||
* | Replace all strdup with g_strdup, malloc with g_malloc, | Marco Peereboom | 2010-08-15 | 1 | -80/+64 |
| | | | | | | asprintf with g_strdup_printf, free with g_free add close button to tab (hope all pieces get free automatically) | ||||
* | new man | Marco Peereboom | 2010-08-12 | 1 | -14/+35 |
| | |||||
* | explain f | Marco Peereboom | 2010-08-12 | 1 | -0/+12 |
| | |||||
* | Make linux compile too | Marco Peereboom | 2010-08-12 | 1 | -0/+7 |
| | |||||
* | Credit vimprobable2 | Marco Peereboom | 2010-08-12 | 2 | -0/+61 |
| | |||||
* | grrr forgot this one | Marco Peereboom | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | unfuck build, help from jsing | Marco Peereboom | 2010-08-12 | 3 | -19/+29 |
| | |||||
* | Add f to follow links. | Marco Peereboom | 2010-08-12 | 6 | -13/+358 |
| | | | | | | javascript code from vimprobable this breaks the build when using obj and todd needs to help unfucking that | ||||
* | Add preliminary mouseless support. javascript code borrowed from | Marco Peereboom | 2010-08-11 | 2 | -3/+212 |
| | | | | vimprobable2 | ||||
* | make xxxterm install in the same spot as pkg_add | Marco Peereboom | 2010-08-11 | 1 | -1/+5 |
| | |||||
* | make middle click open new tab | Marco Peereboom | 2010-08-10 | 1 | -12/+19 |
| | | | | fix some spacings | ||||
* | create download dir, duh! | Marco Peereboom | 2010-08-10 | 1 | -3/+5 |
| | | | | found by oga | ||||
* | make sure we dont clobber the home dir when there is no config file | Marco Peereboom | 2010-08-10 | 1 | -1/+3 |
| | | | | found by oga | ||||
* | add word docs | Marco Peereboom | 2010-08-10 | 1 | -0/+3 |
| | |||||
* | add alias example | Marco Peereboom | 2010-08-10 | 1 | -0/+4 |
| | |||||
* | descibe aliases | Marco Peereboom | 2010-08-10 | 1 | -0/+8 |
| | |||||
* | add alias support | Marco Peereboom | 2010-08-10 | 1 | -0/+77 |
| | | | | from Todd Carson <toc@daybefore.net> | ||||
* | don't add duplicate links | Marco Peereboom | 2010-08-10 | 1 | -2/+14 |
| | | | | from Jean-Philippe Ouellet <jean-philippe@ouellet.biz> | ||||
* | plug memleak and more paranoia on file errors | Marco Peereboom | 2010-08-10 | 1 | -5/+8 |
| | | | | from Aaron Stellman <zion@x96.org> | ||||
* | make tabs reordable | Marco Peereboom | 2010-08-10 | 1 | -3/+6 |
| | | | | move download code around a little | ||||
* | Make :1 mean "go to top". ok marco | jacekm | 2010-06-17 | 1 | -0/+2 |
| | |||||
* | Add half-page movements, C-d and C-u. ok marco | jacekm | 2010-06-16 | 1 | -4/+18 |
| | |||||
* | Set BINDIR=/usr/local/bin | jacekm | 2010-06-15 | 1 | -6/+8 |
| | | | | | Fix the "linker input file unused since linking not done" warnings. ok marco | ||||
* | Fix "missing sentinel" gcc4 warnings. ok marco | jacekm | 2010-06-15 | 1 | -13/+13 |
| | |||||
* | Strip leading whitespace in uri bar, which helps when pasting things | jacekm | 2010-06-15 | 1 | -0/+2 |
| | | | | like " http://www.foo.com/". ok marco | ||||
* | Correct cookies path. It tried using ~/.xxxterm/favorites/cookies.txt, | jacekm | 2010-06-15 | 1 | -8/+8 |
| | | | | with predictable lack of success; ok marco | ||||
* | Must recalculate tab_id for all tabs after closing any tab but the | jacekm | 2010-06-15 | 1 | -0/+3 |
| | | | | | last one, because it's assumed to reflect tab position in couple of places, eg. in keyboard tab switching code; ok marco | ||||
* | Fix use after free and some other buglets | Marco Peereboom | 2010-03-27 | 1 | -22/+63 |
| | |||||
* | Make uri_entry green when https:// | Marco Peereboom | 2010-03-02 | 1 | -0/+12 |
| | |||||
* | make font sizes a tab property not gloabl | Marco Peereboom | 2010-02-28 | 1 | -40/+46 |
| | | | | tsk tsk todd | ||||
* | add scrogle ssl search link; much nicer | Marco Peereboom | 2010-02-28 | 1 | -1/+2 |
| | |||||
* | Proof of concept :set enable_scripts | Marco Peereboom | 2010-02-28 | 1 | -25/+54 |
| | | | | | | | | This needs a lot of work; the whole settings thing needs to go from static to dynamic and autogenerate everything. We need some darn autocompletion too. Too tired to fix it for real but want to have it in cvs | ||||
* | make set about:config | Marco Peereboom | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | add set command; only prints settings | Marco Peereboom | 2010-02-28 | 1 | -0/+71 |
| | |||||
* | add tab first and last | Marco Peereboom | 2010-02-28 | 1 | -2/+24 |
| | |||||
* | add f7 to focus on search entry | Marco Peereboom | 2010-02-28 | 2 | -1/+7 |
| | |||||
* | add some more stuff | Marco Peereboom | 2010-02-28 | 1 | -0/+3 |
| | |||||
* | catch up | Marco Peereboom | 2010-02-28 | 1 | -25/+25 |
| | |||||
* | Catch up | Marco Peereboom | 2010-02-28 | 1 | -37/+23 |
| | |||||
* | a little more testing for mime types | Marco Peereboom | 2010-02-27 | 1 | -0/+3 |
| | |||||
* | add pdf example | Marco Peereboom | 2010-02-27 | 1 | -0/+3 |
| | |||||
* | mime handler for launching content in an external program. | Marco Peereboom | 2010-02-27 | 2 | -0/+126 |
| | | | | and the delete-event idea is from josh pullen | ||||
* | Add some window titles, from Mulder, Jonathan Edward" <mulderje@muohio.edu> | Marco Peereboom | 2010-02-27 | 1 | -0/+10 |
| | |||||
* | more javascript open window tricks from | Marco Peereboom | 2010-02-27 | 1 | -0/+13 |
| | | | | Christophe Etcheverry <cetcheve@omitufo.org> | ||||
* | updated man | Marco Peereboom | 2010-02-26 | 1 | -53/+75 |
| |