Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enable pre-count for ':tabnew' and ':tabedit', add keybinding for C-T (FS#66). | Raphael Graf | 2011-06-04 | 1 | -29/+25 | |
| | | | | ok marco@ | |||||
* | Add a bit of a hack. | Owain Ainsworth | 2011-06-02 | 1 | -0/+6 | |
| | | | | | | | | | | | If xxxterm crashes at the wrong moment then it has a habit of losing your session file (this happens to me regularly). So fsync the session file before closing. Extending this to do all written files and to save the old one as file~ or file.backup is something i mean to do soonish. ok marco | |||||
* | unify all directory code. | Marco Peereboom | 2011-06-02 | 1 | -65/+27 | |
| | | | | from okan@openbsd.org | |||||
* | Fix bugs in previous commit. | Raphael Graf | 2011-06-01 | 1 | -1/+4 | |
| | ||||||
* | Enable pre/post-count for tabnext, tabprevious and tabclose. | Raphael Graf | 2011-06-01 | 1 | -61/+67 | |
| | | | | ok marco@ | |||||
* | add s | Marco Peereboom | 2011-05-26 | 2 | -2/+2 | |
| | ||||||
* | pimp cyphertite | Marco Peereboom | 2011-05-26 | 2 | -2/+2 | |
| | ||||||
* | Let ":cookie" go to ":cookie show all", from Cody Wright. | Raphael Graf | 2011-05-23 | 1 | -8/+8 | |
| | | | | ok marco@ | |||||
* | Clean parent directory as well. | Raphael Graf | 2011-05-21 | 1 | -1/+1 | |
| | | | | ok marco@ | |||||
* | Fix command-completion on linux | Raphael Graf | 2011-05-21 | 1 | -2/+5 | |
| | | | | ok marco@ | |||||
* | Improved pre-counts for commands. | Raphael Graf | 2011-05-21 | 1 | -20/+51 | |
| | | | | ok marco@ | |||||
* | Accept pre-count for commands. Without effect for now.. | Raphael Graf | 2011-05-10 | 1 | -127/+157 | |
| | | | | ok marco@ | |||||
* | Small change in url-autocompletion behaviour. | Raphael Graf | 2011-05-06 | 1 | -2/+20 | |
| | | | | Think so marco@ | |||||
* | show correct window titles when tabs are closed or reordered. | Raphael Graf | 2011-05-04 | 1 | -1/+13 | |
| | | | | ok marco@ | |||||
* | Add xxxterm.cat1 to CLEANFILES | David Hill | 2011-05-01 | 1 | -1/+1 | |
| | ||||||
* | unbreak build, bad todd | Marco Peereboom | 2011-04-21 | 1 | -1/+1 | |
| | ||||||
* | fix the damn clipboard already by doing all kinds of gymnastics to find the | Marco Peereboom | 2011-04-20 | 1 | -33/+44 | |
| | | | | | | active/correct clipboard. prompted by: <jy-p> fucking cut and paste not working in xxxterm sucks | |||||
* | example on how to ignore certain mime types, i am talking to you flash | Marco Peereboom | 2011-04-20 | 1 | -0/+3 | |
| | ||||||
* | disable stop button on about pages | Marco Peereboom | 2011-04-17 | 1 | -0/+2 | |
| | ||||||
* | move cookiejar below cookie command so that autocompletion works as | Marco Peereboom | 2011-04-17 | 1 | -1/+3 | |
| | | | | expected. Noticed by jy-p | |||||
* | Fix window-title and tab-label of the 'about:blank' page. | Raphael Graf | 2011-04-16 | 1 | -0/+3 | |
| | | | | ok marco@ | |||||
* | fix a gtk assert someone snuck in | Marco Peereboom | 2011-04-15 | 1 | -2/+4 | |
| | ||||||
* | bad edd, 2 warnings! | Marco Peereboom | 2011-04-15 | 1 | -2/+3 | |
| | ||||||
* | 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 | |
| |