Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | unbreak xtp pages in 2 places. ok marco | Edd Barrett | 2011-04-13 | 1 | -8/+24 | |
| | ||||||
* | change cookies to cookiejar | Raphael Graf | 2011-04-13 | 1 | -2/+2 | |
| | | | | ok marco@ | |||||
* | Make some commands more gvim-like and allow trailing "!". | Raphael Graf | 2011-04-13 | 3 | -18/+17 | |
| | | | | | | Fix segmentation fault with ':tabclose' from command-line on a single tab. ok marco@ | |||||
* | Make binding an already bound key possible. | Stevan Andjelkovic | 2011-04-11 | 1 | -3/+4 | |
| | | | | ok marco@ | |||||
* | remove tabgoto, use tabnext instead | Raphael Graf | 2011-04-11 | 1 | -10/+10 | |
| | | | | ok marco@ | |||||
* | remove tabgoto, use tabnext instead | Raphael Graf | 2011-04-11 | 2 | -44/+38 | |
| | | | | ok marco@ | |||||
* | Arbitrary commands can now be bound to keys using keybindings. | Stevan Andjelkovic | 2011-04-10 | 3 | -49/+44 | |
| | | | | ok marco@ | |||||
* | allow abbreviated commands, ok marco@ | Raphael Graf | 2011-04-06 | 1 | -72/+47 | |
| | ||||||
* | dont crash when running in tabless and trying to create a new tab; open in | Marco Peereboom | 2011-04-01 | 1 | -1/+4 | |
| | | | | current tab instead. | |||||
* | force tabless in kiosk mode | Marco Peereboom | 2011-04-01 | 1 | -0/+1 | |
| | ||||||
* | kill the stupid tooltip dead | Marco Peereboom | 2011-03-30 | 1 | -5/+5 | |
| | | | | if you don't understand what the icons are you shouldn't be using a computer | |||||
* | make labels that hover over buttons human readable. | Marco Peereboom | 2011-03-30 | 1 | -5/+5 | |
| | | | | | although i can really do without stupid hover labels; todd did you add those? | |||||
* | More line editor / completion work from Raphael Graf <r at undefined dot ch> | Stevan Andjelkovic | 2011-03-30 | 1 | -234/+166 | |
| | ||||||
* | remove race by using fstat instead | David Hill | 2011-03-30 | 1 | -6/+5 | |
| | ||||||
* | quotes from marco, to be added to by !marco. Just the good stuff! | Todd Fries | 2011-03-24 | 5 | -2/+74 | |
| | ||||||
* | better html output when viewing certificates. | David Hill | 2011-03-23 | 1 | -1/+1 | |
| | ||||||
* | spaces and tabs | Marco Peereboom | 2011-03-18 | 1 | -40/+40 | |
| | ||||||
* | add some warnings to annoy people so that they might help push the lack | Marco Peereboom | 2011-03-18 | 1 | -4/+6 | |
| | | | | of useful properties. | |||||
* | pre-emptive strike on the SSL priority knob so when libsoup has it we use it | Todd Fries | 2011-03-17 | 1 | -0/+6 | |
| | | | | ok marco@ | |||||
* | expose max connections and max host connections for extra vroom vroom. | Marco Peereboom | 2011-03-17 | 3 | -0/+19 | |
| | | | | news.google.com in like 300ms ;-) | |||||
* | Reverted last patch; it wasn't a fix after all. Sorry. | Stevan Andjelkovic | 2011-03-17 | 1 | -0/+1 | |
| | ||||||
* | Minor correction of the last patch. | Stevan Andjelkovic | 2011-03-17 | 1 | -1/+0 | |
| | ||||||
* | Generalised and simplified keybindings. Keys can now be bound to | Stevan Andjelkovic | 2011-03-17 | 2 | -130/+105 | |
| | | | | | | | commands taking arguments, such as "js toggle". Removed karg from the key_binding struct. ok marco@ | |||||
* | dont always run download first | Marco Peereboom | 2011-03-17 | 1 | -1/+1 | |
| | ||||||
* | add @ modifier to mime type to enable "downloading first"; needed to use | Marco Peereboom | 2011-03-17 | 3 | -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 broken | Marco Peereboom | 2011-03-16 | 1 | -3/+3 | |
| | ||||||
* | bring conf back into reality | Marco Peereboom | 2011-03-16 | 1 | -7/+7 | |
| | ||||||
* | bring a couple of commands back to life after they got borked when the | Marco Peereboom | 2011-03-16 | 1 | -23/+56 | |
| | | | | cli code in broke them. | |||||
* | check if "enable-dns-prefetching" exists, and if so, set it to disabled | Todd Fries | 2011-03-16 | 1 | -0/+24 | |
| | | | | get that in marco@ | |||||
* | Added the -e flag which allows execution of arbitrary command from the | Stevan Andjelkovic | 2011-03-15 | 2 | -15/+41 | |
| | | | | | | command line. ok marco@ | |||||
* | Big change to how keys are handled. | Stevan Andjelkovic | 2011-03-15 | 3 | -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 very | Marco Peereboom | 2011-03-15 | 1 | -122/+262 | |
| | | | | | | good start. From: Raphael Graf <r@undefined.ch> | |||||
* | prevent NULL deref | Marco Peereboom | 2011-03-08 | 1 | -0/+2 | |
| | ||||||
* | Fixed keybindings clash. | Stevan Andjelkovic | 2011-03-07 | 3 | -14/+13 | |
| | | | | | | Improved an error message. ok marco@ | |||||
* | move command aliasses down on the list so that they don't take precedence | Marco Peereboom | 2011-03-07 | 1 | -6/+7 | |
| | | | | over actaul keybindings | |||||
* | Added keybindings for cmd aliases (F9-F12). | Stevan Andjelkovic | 2011-03-07 | 3 | -4/+12 | |
| | | | | ok marco@ | |||||
* | add extra paranoia to soup_cookie_jar_add_cookie | Marco Peereboom | 2011-03-06 | 1 | -0/+4 | |
| | ||||||
* | make red more.... red | Edd Barrett | 2011-03-04 | 1 | -1/+1 | |
| | | | | ok marco | |||||
* | Tone down the colours and remove some dead code. | Edd Barrett | 2011-03-04 | 1 | -21/+23 | |
| | | | | OK marco@ | |||||
* | Fix a bug in the download manager - now all filenames on the disk will match the | Edd Barrett | 2011-03-02 | 1 | -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 Peereboom | 2011-03-02 | 1 | -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 helpers | Marco Peereboom | 2011-03-02 | 4 | -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 Peereboom | 2011-03-01 | 1 | -3/+19 | |
| | | | | fixes news.google.com in whitelist mode | |||||
* | add kiosk mode | Marco Peereboom | 2011-02-28 | 2 | -15/+106 | |
| | ||||||
* | fixup linux and freebsd | Marco Peereboom | 2011-02-26 | 2 | -4/+4 | |
| | ||||||
* | Low contrast web browsing (yay!) | Marco Peereboom | 2011-02-26 | 6 | -7/+618 | |
| | | | | From: Todd Carson <toc@daybefore.net> | |||||
* | just like epiphany, route all new window policy decisions through one function | Todd Fries | 2011-02-25 | 1 | -24/+1 | |
| | | | | | this fixes sonicwalls go for it marco@ | |||||
* | permit javascript to open windows if javascript is enabled. | Todd Fries | 2011-02-25 | 1 | -0/+6 | |
| | | | | | this still obeys js_wl etc. get it in marco@ | |||||
* | KNF | Marco Peereboom | 2011-02-25 | 1 | -2/+3 | |
| | ||||||
* | o depend on xxxterm and xxxterm.cat1 | Todd Fries | 2011-02-25 | 2 | -2/+2 | |
| | | | | o release based on CVS/Root |