about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* add F1 for help; makes the browser feel traditional.Marco Peereboom2011-07-073-0/+4
|
* Add toplevel toggle command to temporary enable cookie and js whitelistMarco Peereboom2011-07-073-9/+40
| | | | | | | for the toplevel domain. The "play" button now uses this too instead of the old FQDN JS only action. requested by several people.
* Take the favicons from WebKitIconDatabase (webkit >=1.4).Raphael Graf2011-07-071-105/+104
| | | | ok marco@
* kill one more focus bug where one cant type while page is loading.Marco Peereboom2011-07-061-3/+2
|
* fix a longstanding bug that has been driving me insane where clicking onMarco Peereboom2011-07-061-7/+9
| | | | a tab would put the focus on uri entry instead of webkit.
* Clipboards on x are stupid. Even more so when combined with gtk *and*Marco Peereboom2011-07-061-1/+81
| | | | | | | | | | webkit. So in order to unscrew that use the biggest hammer I could find to simply keep the relevant clipboards in sync. Basically xxxterm becomes the clipboard manager for X and other apps and that might be undesired. If people complain I'll add a setting to re-enable stupid mode. Lots of complaining from jy-p and todd brought me to this horror hack.
* spaceMarco Peereboom2011-07-061-1/+1
|
* set enable spell check to to 1 so that removing # does the trick.Marco Peereboom2011-06-211-1/+1
|
* Add options for spell checking.Raphael Graf2011-06-213-0/+16
| | | | ok omg marco@
* Get ready for gtk+3. Add ellipsis to tab-label.Raphael Graf2011-06-181-14/+34
| | | | ok marco@
* Unify html-output.Raphael Graf2011-06-151-200/+148
| | | | ok marco@
* Add a check for ssl_ca_file setting, don't crash.Raphael Graf2011-06-121-4/+9
| | | | ok marco@
* Description of 'cookie toggle'Raphael Graf2011-06-121-1/+1
|
* Show links with anchors in favorites and history (FS#101).Raphael Graf2011-06-101-7/+7
| | | | ok marco@
* Enable pre-count for ':tabnew' and ':tabedit', add keybinding for C-T (FS#66).Raphael Graf2011-06-041-29/+25
| | | | ok marco@
* Add a bit of a hack.Owain Ainsworth2011-06-021-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 Peereboom2011-06-021-65/+27
| | | | from okan@openbsd.org
* Fix bugs in previous commit.Raphael Graf2011-06-011-1/+4
|
* Enable pre/post-count for tabnext, tabprevious and tabclose.Raphael Graf2011-06-011-61/+67
| | | | ok marco@
* add sMarco Peereboom2011-05-262-2/+2
|
* pimp cyphertiteMarco Peereboom2011-05-262-2/+2
|
* Let ":cookie" go to ":cookie show all", from Cody Wright.Raphael Graf2011-05-231-8/+8
| | | | ok marco@
* Clean parent directory as well.Raphael Graf2011-05-211-1/+1
| | | | 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@
* Add xxxterm.cat1 to CLEANFILESDavid Hill2011-05-011-1/+1
|
* unbreak build, bad toddMarco Peereboom2011-04-211-1/+1
|
* 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
* example on how to ignore certain mime types, i am talking to you flashMarco Peereboom2011-04-201-0/+3
|
* 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
|
* change cookies to cookiejarRaphael Graf2011-04-131-2/+2
| | | | ok marco@
* Make some commands more gvim-like and allow trailing "!".Raphael Graf2011-04-133-18/+17
| | | | | | 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-10/+10
| | | | ok marco@
* remove tabgoto, use tabnext insteadRaphael Graf2011-04-112-44/+38
| | | | ok marco@
* Arbitrary commands can now be bound to keys using keybindings.Stevan Andjelkovic2011-04-103-49/+44
| | | | 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
|