about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* handle certificates more gracefully. Trusted is green, untrusted yellow.Marco Peereboom2010-12-263-9/+82
| | | | When there is no CA file color all secure connections red.
* Add save tab support.Marco Peereboom2010-12-262-1/+86
| | | | | | fix boneheaded typo from edd Sligthly modified diff from Stevan Andjelkovic <stevan@student.chalmers.se>
* opps, we forgot to regenrate session keys for favorites.Edd Barrett2010-12-241-0/+4
| | | | not OK marco, but he would have wanted it this way.
* add :homeEdd Barrett2010-12-242-0/+15
| | | | ok marco
* finish off xtp pages, refactorings, cleaningEdd Barrett2010-12-241-103/+273
|
* add some xtp bits for cookielistMarco Peereboom2010-12-231-3/+13
|
* add cookiejar content viewer. edd needs to fix the remove ;-)Marco Peereboom2010-12-232-0/+111
| | | | this also needs formating.
* Add basic stats for blocked cookies. Might be an idea to keep those in aMarco Peereboom2010-12-232-3/+35
| | | | database for postmortem purposes.
* shoot forgot the man pageMarco Peereboom2010-12-231-1/+3
|
* add aboutMarco Peereboom2010-12-231-1/+38
|
* Redirect help to online man pageMarco Peereboom2010-12-231-7/+21
|
* make linux compile againMarco Peereboom2010-12-231-1/+1
|
* /tmp/cvsu5YshaEdd Barrett2010-12-221-78/+91
|
* Add runtime javascript toggle for current domain in tabMarco Peereboom2010-12-222-3/+53
|
* add conformal as a good guyMarco Peereboom2010-12-221-0/+2
|
* make url entry of favorites page blank, like other xtp pagesEdd Barrett2010-12-221-1/+1
|
* narrower favorite numbers columnEdd Barrett2010-12-221-1/+1
|
* /tmp/cvsst6Nt1Edd Barrett2010-12-221-33/+173
|
* Add javascript whitelist.Marco Peereboom2010-12-223-9/+83
|
* Fix flyspray FS#16 - 1.09 won't compile on slackware 13.1Marco Peereboom2010-12-221-2/+13
|
* Add proper cookie support with policy, cookie white list, session cookiesMarco Peereboom2010-12-223-15/+231
| | | | etc
* align table cells left by defaultEdd Barrett2010-12-211-6/+6
|
* Add refres_interval for dlmanMarco Peereboom2010-12-213-3/+9
|
* Add myself to copyright and authors.Edd Barrett2010-12-212-1/+4
| | | | OK marco
* unroll first macro mess so that i can make some of these things config fileMarco Peereboom2010-12-211-11/+33
| | | | items. bad edd costing me over an hour!
* add historyMarco Peereboom2010-12-211-0/+4
|
* Secure xtp protocol actions using a session key generated by arc4random_buf.Edd Barrett2010-12-211-25/+135
| | | | | | | | Without knowing this key, no xxxt:// url can modify the downloads state. Evetually we will need another for favorites, and another for history (once these are integrated into xtp). OK marco
* 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
| | | | OK marco
* Add basic printing support.Edd Barrett2010-12-162-1/+28
| | | | Ok marco@
* Put the favrites page in memory instead of on disk.Edd Barrett2010-12-161-28/+34
| | | | OK marco@
* Fix linux build. Linux does not have fmt_scaled() or tree.h, so we have copiedEdd Barrett2010-12-164-1/+1019
| | | | | | them over from OpenBSD. OK marco@
* Put the download manager in memory instead of writing a file out and thenEdd Barrett2010-12-161-52/+46
| | | | | | reading it again. Means we can get rid of those pesky mutexs. OK marco
* 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-142-19/+320
|
* make sure javascript.h gets built. from keenerd <keenerd@gmail.com>Marco Peereboom2010-10-191-1/+1
|
* Make ctrl-f open favoritesMarco Peereboom2010-10-191-3/+1
|
* make S-f open favoritesMarco Peereboom2010-09-012-1/+4
|
* 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
| | | | | | asprintf with g_strdup_printf, free with g_free add close button to tab (hope all pieces get free automatically)