about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* Add refres_interval for dlmanMarco Peereboom2010-12-211-3/+5
* Add myself to copyright and authors.Edd Barrett2010-12-211-0/+1
* unroll first macro mess so that i can make some of these things config fileMarco Peereboom2010-12-211-11/+33
* Secure xtp protocol actions using a session key generated by arc4random_buf.Edd Barrett2010-12-211-25/+135
* highlight the text being searched from global_searchMarco Peereboom2010-12-211-1/+4
* if there is no previous in tab search text, use a globalMarco Peereboom2010-12-211-2/+10
* one moreMarco Peereboom2010-12-201-0/+1
* add some : for history tooMarco Peereboom2010-12-201-0/+2
* fix some comments i brokeMarco Peereboom2010-12-201-3/+4
* add history supportMarco Peereboom2010-12-201-10/+101
* some more edd violationsMarco Peereboom2010-12-201-2/+3
* disable debug and fix edd's space keyMarco Peereboom2010-12-201-9/+9
* left align favorites and add a number column for marco.Edd Barrett2010-12-191-3/+4
* Add basic printing support.Edd Barrett2010-12-161-0/+23
* Put the favrites page in memory instead of on disk.Edd Barrett2010-12-161-28/+34
* Fix linux build. Linux does not have fmt_scaled() or tree.h, so we have copiedEdd Barrett2010-12-161-1/+5
* Put the download manager in memory instead of writing a file out and thenEdd Barrett2010-12-161-52/+46
* use small icons sans button so that the tabs are shorterMarco Peereboom2010-12-151-8/+6
* add simple download manager. OK marco@Edd Barrett2010-12-141-19/+316
* Make ctrl-f open favoritesMarco Peereboom2010-10-191-3/+1
* make S-f open favoritesMarco Peereboom2010-09-011-0/+1
* focus on webkit earlier; seems to make the browser a little snapier.Marco Peereboom2010-09-011-7/+7
* fix spinner that stopped and took a while to startMarco Peereboom2010-08-311-8/+13
* hide spinner on initial creationMarco Peereboom2010-08-151-2/+4
* spinners!Marco Peereboom2010-08-151-0/+9
* Replace all strdup with g_strdup, malloc with g_malloc,Marco Peereboom2010-08-151-80/+64
* grrr forgot this oneMarco Peereboom2010-08-121-2/+2
* Add f to follow links.Marco Peereboom2010-08-121-12/+89
* Add preliminary mouseless support. javascript code borrowed fromMarco Peereboom2010-08-111-3/+210
* make middle click open new tabMarco Peereboom2010-08-101-12/+19
* create download dir, duh!Marco Peereboom2010-08-101-3/+5
* make sure we dont clobber the home dir when there is no config fileMarco Peereboom2010-08-101-1/+3
* add alias supportMarco Peereboom2010-08-101-0/+77
* don't add duplicate linksMarco Peereboom2010-08-101-2/+14
* plug memleak and more paranoia on file errorsMarco Peereboom2010-08-101-5/+8
* make tabs reordableMarco Peereboom2010-08-101-3/+6
* Make :1 mean "go to top". ok marcojacekm2010-06-171-0/+2
* Add half-page movements, C-d and C-u. ok marcojacekm2010-06-161-4/+18
* Fix "missing sentinel" gcc4 warnings. ok marcojacekm2010-06-151-13/+13
* Strip leading whitespace in uri bar, which helps when pasting thingsjacekm2010-06-151-0/+2
* Correct cookies path. It tried using ~/.xxxterm/favorites/cookies.txt,jacekm2010-06-151-8/+8
* Must recalculate tab_id for all tabs after closing any tab but thejacekm2010-06-151-0/+3
* Fix use after free and some other bugletsMarco Peereboom2010-03-271-22/+63
* Make uri_entry green when https://Marco Peereboom2010-03-021-0/+12
* make font sizes a tab property not gloablMarco Peereboom2010-02-281-40/+46
* Proof of concept :set enable_scriptsMarco Peereboom2010-02-281-25/+54
* make set about:configMarco Peereboom2010-02-281-1/+1
* add set command; only prints settingsMarco Peereboom2010-02-281-0/+71
* add tab first and lastMarco Peereboom2010-02-281-2/+24
* add f7 to focus on search entryMarco Peereboom2010-02-281-1/+5