about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove race by using fstat insteadDavid Hill2011-03-301-6/+5
|
* quotes from marco, to be added to by !marco. Just the good stuff!Todd Fries2011-03-245-2/+74
|
* better html output when viewing certificates.David Hill2011-03-231-1/+1
|
* spaces and tabsMarco Peereboom2011-03-181-40/+40
|
* add some warnings to annoy people so that they might help push the lackMarco Peereboom2011-03-181-4/+6
| | | | of useful properties.
* pre-emptive strike on the SSL priority knob so when libsoup has it we use itTodd Fries2011-03-171-0/+6
| | | | ok marco@
* expose max connections and max host connections for extra vroom vroom.Marco Peereboom2011-03-173-0/+19
| | | | news.google.com in like 300ms ;-)
* Reverted last patch; it wasn't a fix after all. Sorry.Stevan Andjelkovic2011-03-171-0/+1
|
* Minor correction of the last patch.Stevan Andjelkovic2011-03-171-1/+0
|
* Generalised and simplified keybindings. Keys can now be bound toStevan Andjelkovic2011-03-172-130/+105
| | | | | | | commands taking arguments, such as "js toggle". Removed karg from the key_binding struct. ok marco@
* dont always run download firstMarco Peereboom2011-03-171-1/+1
|
* add @ modifier to mime type to enable "downloading first"; needed to useMarco Peereboom2011-03-173-11/+110
| | | | | with like xpdf that can't handle URLs or sites like chase.com that do stupid js crap to start the download.
* fix a space and makr togglejs and togglecookie brokenMarco Peereboom2011-03-161-3/+3
|
* bring conf back into realityMarco Peereboom2011-03-161-7/+7
|
* bring a couple of commands back to life after they got borked when theMarco Peereboom2011-03-161-23/+56
| | | | cli code in broke them.
* check if "enable-dns-prefetching" exists, and if so, set it to disabledTodd Fries2011-03-161-0/+24
| | | | get that in marco@
* Added the -e flag which allows execution of arbitrary command from theStevan Andjelkovic2011-03-152-15/+41
| | | | | | command line. ok marco@
* Big change to how keys are handled.Stevan Andjelkovic2011-03-153-199/+259
| | | | | | | | | | | | All functions are now accessable thru commands, when a key is pressed the name string in the key_binding struct is used to lookup the correct function to call in the cmds[] array. As a result the func field in the keys[] struct is no longer needed. This is also a first step towards making it possible to drive a running xxxterm instance from the command line. ok marco@
* much better line editor ala vim. not quite ready yet but it is a veryMarco Peereboom2011-03-151-122/+262
| | | | | | good start. From: Raphael Graf <r@undefined.ch>
* prevent NULL derefMarco Peereboom2011-03-081-0/+2
|
* Fixed keybindings clash.Stevan Andjelkovic2011-03-073-14/+13
| | | | | | Improved an error message. ok marco@
* move command aliasses down on the list so that they don't take precedenceMarco Peereboom2011-03-071-6/+7
| | | | over actaul keybindings
* Added keybindings for cmd aliases (F9-F12).Stevan Andjelkovic2011-03-073-4/+12
| | | | ok marco@
* add extra paranoia to soup_cookie_jar_add_cookieMarco Peereboom2011-03-061-0/+4
|
* make red more.... redEdd Barrett2011-03-041-1/+1
| | | | ok marco
* Tone down the colours and remove some dead code.Edd Barrett2011-03-041-21/+23
| | | | OK marco@
* Fix a bug in the download manager - now all filenames on the disk will match theEdd Barrett2011-03-021-1/+3
| | | | | | filenames in the download manager. Also pop up a message when a download starts. OK marco@
* Add backword and forward actions to mouse buttons 4 & 5.Marco Peereboom2011-03-021-0/+16
| | | | | | | Can't test it because i don't have such a beast but it works with the buttons I do have. FS #58
* remove some dead javascript helpersMarco Peereboom2011-03-024-452/+7
| | | | from Todd Carson <toc@daybefore.net>
* help browser open a url in same tab that would have opened in a new tab.Marco Peereboom2011-03-011-3/+19
| | | | fixes news.google.com in whitelist mode
* add kiosk modeMarco Peereboom2011-02-282-15/+106
|
* fixup linux and freebsdMarco Peereboom2011-02-262-4/+4
|
* Low contrast web browsing (yay!)Marco Peereboom2011-02-266-7/+618
| | | | From: Todd Carson <toc@daybefore.net>
* just like epiphany, route all new window policy decisions through one functionTodd Fries2011-02-251-24/+1
| | | | | this fixes sonicwalls go for it marco@
* permit javascript to open windows if javascript is enabled.Todd Fries2011-02-251-0/+6
| | | | | this still obeys js_wl etc. get it in marco@
* KNFMarco Peereboom2011-02-251-2/+3
|
* o depend on xxxterm and xxxterm.cat1Todd Fries2011-02-252-2/+2
| | | | o release based on CVS/Root
* fix script for marcoTodd Fries2011-02-251-6/+5
|
* add a very ugly release mechanism, todd gets to make it omggoodMarco Peereboom2011-02-252-0/+17
|
* i have noticed that pages containing framesets have no title, no label andMarco Peereboom2011-02-251-35/+30
| | | | | | | | | | are not added to the history. example: http://www.htmlcodetutorial.com/frames/frameset.html framesets never have a WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT load-status, as only the frames themselfs (not the frameset) are visible. From: Raphael Graf <r@undefined.ch>
* KNF the toddMarco Peereboom2011-02-251-7/+4
|
* So it looks like a download we started earlier can complete later despiteMarco Peereboom2011-02-251-11/+63
| | | | | | | | being canceled. So we get a bogus struct tab * in the completion routine. To prevent this from happening send in the webview instead and look through all the tabs to find it. If it doesn't exist the tab doesn't exist and we return. This seems to fix the favicon crash that has been bothering me. A Lot.
* fix linux makefile from reashlin & patricius on the forumMarco Peereboom2011-02-231-2/+2
|
* move favicon set into right spot for about pages.Marco Peereboom2011-02-231-11/+10
| | | | only set take focus for webview once load is committed
* un-hardcode statusbar font sizeTodd Fries2011-02-221-5/+0
|
* allow popups in new tabs when scripts are enabled or when domain is inMarco Peereboom2011-02-221-4/+44
| | | | | | | | js whitelist. this fixes sites like hushmail that require one to open a temporary window for typing an email. todd figured out that we had to return a new webview from the create-web-view signal.
* use zoom-level to scale the whole page instead of just fontsTodd Fries2011-02-223-7/+35
| | | | get it in marco@
* simplify completion_matchMarco Peereboom2011-02-221-3/+1
| | | | from Raphael Graf <r@undefined.ch>
* Add URL autocompletionMarco Peereboom2011-02-211-0/+84
| | | | | | from Raphael Graf <r@undefined.ch> hoorah for Raphael!
* show xxxterm favicon in about pagesMarco Peereboom2011-02-191-1/+11
|