about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* pimp cyphertiteMarco Peereboom2011-05-261-1/+1
|
* Let ":cookie" go to ":cookie show all", from Cody Wright.Raphael Graf2011-05-231-8/+8
| | | | ok marco@
* Fix command-completion on linuxRaphael Graf2011-05-211-2/+5
| | | | ok marco@
* Improved pre-counts for commands.Raphael Graf2011-05-211-20/+51
| | | | ok marco@
* Accept pre-count for commands. Without effect for now..Raphael Graf2011-05-101-127/+157
| | | | ok marco@
* Small change in url-autocompletion behaviour.Raphael Graf2011-05-061-2/+20
| | | | Think so marco@
* show correct window titles when tabs are closed or reordered.Raphael Graf2011-05-041-1/+13
| | | | ok marco@
* fix the damn clipboard already by doing all kinds of gymnastics to find theMarco Peereboom2011-04-201-33/+44
| | | | | | active/correct clipboard. prompted by: <jy-p> fucking cut and paste not working in xxxterm sucks
* disable stop button on about pagesMarco Peereboom2011-04-171-0/+2
|
* move cookiejar below cookie command so that autocompletion works asMarco Peereboom2011-04-171-1/+3
| | | | expected. Noticed by jy-p
* Fix window-title and tab-label of the 'about:blank' page.Raphael Graf2011-04-161-0/+3
| | | | ok marco@
* fix a gtk assert someone snuck inMarco Peereboom2011-04-151-2/+4
|
* bad edd, 2 warnings!Marco Peereboom2011-04-151-2/+3
|
* unbreak xtp pages in 2 places. ok marcoEdd Barrett2011-04-131-8/+24
|
* Make some commands more gvim-like and allow trailing "!".Raphael Graf2011-04-131-14/+13
| | | | | | Fix segmentation fault with ':tabclose' from command-line on a single tab. ok marco@
* Make binding an already bound key possible.Stevan Andjelkovic2011-04-111-3/+4
| | | | ok marco@
* remove tabgoto, use tabnext insteadRaphael Graf2011-04-111-43/+37
| | | | ok marco@
* Arbitrary commands can now be bound to keys using keybindings.Stevan Andjelkovic2011-04-101-46/+36
| | | | ok marco@
* allow abbreviated commands, ok marco@Raphael Graf2011-04-061-72/+47
|
* dont crash when running in tabless and trying to create a new tab; open inMarco Peereboom2011-04-011-1/+4
| | | | current tab instead.
* force tabless in kiosk modeMarco Peereboom2011-04-011-0/+1
|
* kill the stupid tooltip deadMarco Peereboom2011-03-301-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 Peereboom2011-03-301-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 Andjelkovic2011-03-301-234/+166
|
* 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-241-0/+34
|
* 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-171-0/+9
| | | | 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-171-128/+103
| | | | | | | 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-171-3/+89
| | | | | 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 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-151-15/+32
| | | | | | command line. ok marco@
* Big change to how keys are handled.Stevan Andjelkovic2011-03-151-181/+235
| | | | | | | | | | | | 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-071-6/+5
| | | | | | 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-071-4/+4
| | | | 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@