about summary refs log tree commit diff stats
path: root/xxxterm.h
Commit message (Collapse)AuthorAgeFilesLines
* Make most of the rest of the settings dynamic.Josh Rickmar2012-05-111-0/+8
|
* Make show_url a runtime settingJosh Rickmar2012-05-071-0/+5
|
* Make show_tabs a runtime setting and replace atoi() calls withJosh Rickmar2012-05-071-0/+17
| | | | strtonum() when called on user input.
* Fix for FS#270 - Bugs with stripping refererElias Norberg2012-04-091-0/+1
| | | | | | | | | | The referer is now checked more strictly against the host. If setting 'referer' is set to 'same-domain', it now checks it against the public-suffix, so referers can be sent between subdomains. If 'referer' is set to 'same-fqdn' (NEW) the FQDN's must match strictly.
* permit over-riding of style via standard gtkrc and such likeTodd T. Fries2012-04-041-0/+1
| | | | | | any other well behaved gtk app instead of hardcoding widget color properties ok marco, xxyzy
* make this compile on windows againMarco Peereboom2012-04-031-2/+1
|
* fix missing commitsMarco Peereboom2012-03-071-1/+1
|
* * simplify marks code, no more magic loopsMichal Mazurek2012-03-041-1/+4
| | | | * separate quickmarks from marks
* add a welcome screen for start of day and upgrades and use it to announce ↵Marco Peereboom2012-03-011-0/+1
| | | | the name change to xombrero
* implement about:allthesettings and about:webkitTodd T. Fries2012-02-291-0/+2
| | | | from todd
* make xxxterm compile on osxMarco Peereboom2012-02-231-1/+4
|
* on linux unsigned long long isnt unsigned long longMarco Peereboom2012-02-171-1/+1
|
* add loudness flag on remote executionMarco Peereboom2012-02-141-1/+1
|
* Add initial support for Strict-Transport-SecurityElias Norberg2012-02-111-0/+15
| | | | | | | | | Strict-Transport-Security is a HTTP-flag that a server can specify to force all future requests to that server to be done via https. The flag 'enable_strict_transport' specifies if STS should be used or not. Default is TRUE.
* abstract fork and execMarco Peereboom2012-01-311-0/+3
|
* add extern to blocked cookiesMarco Peereboom2012-01-291-1/+1
|
* make debug work and lose ARGV_TYPE now that we use mingw64Marco Peereboom2012-01-271-1/+1
|
* Add a "remove all" button on the cookiejar page.vext012012-01-251-0/+2
| | | | | | | | | Add "cookie purge" command (removes all). Update manual to mention "cookie purge". Make the cookiejar page look more consistent. Update copyright on files I have touched. OK marco
* I put PS in the wrong file, so move it so that stuff compiles againMarco Peereboom2012-01-251-0/+5
|
* use inttypes nonsense to make this compile on windowsMarco Peereboom2012-01-241-0/+1
|
* remove need for clens here by playing tricks with include paths, help from davecMarco Peereboom2012-01-231-4/+0
|
* add clens here for windows compilesMarco Peereboom2012-01-231-0/+4
|
* add tree to default caseMarco Peereboom2012-01-231-0/+2
|
* make resource limits use a #define block tooMarco Peereboom2012-01-231-1/+5
|
* replace enable external editor with enable signalsMarco Peereboom2012-01-231-4/+2
|
* add openbsd section for includesMarco Peereboom2012-01-231-1/+1
|
* move sys/wait.h within #defineMarco Peereboom2012-01-231-1/+4
|
* make external editor a compile time decissionMarco Peereboom2012-01-231-0/+3
|
* Fix for FS#86 - Ability to control wheter 'Referer' will be sent or notElias Norberg2012-01-161-0/+8
| | | | | | | | | The setting 'referer' can be one of four different values: 'always' - the default. always send referer 'never' - never send referer 'same-domain' - only send referer if it's the same domain Any other value, that is also a valid URL, will use this custom value as referer. (E.g. you could set it to http://no-referer.com)
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-161-0/+11
| | | | | | | | | | | | | | New setting: 'download_mode' - values: start - downloads are automatically started (works like previous) this is the default. ask - before a download is started, the user gets a question. if the answer is yes, the download will start. otherwise it will be added to the downloadmanager, but not started. add - downloads are added to downloadmanager, but not stared. the user must then open the downloadmanager and start the downloads. ok @marco
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-0/+4
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>Marco Peereboom2012-01-121-0/+1
|
* use a #define for buffer sizeMarco Peereboom2012-01-041-0/+1
| | | | | Make buffer size 64k instead of 1k to minimize churn. Also move a variable to where $DEITY intended it.
* depending on version.h by everything is silly when one .c file uses it, correctTodd T. Fries2012-01-041-1/+0
|
* Fix temp_dir for ext editorStevan Andjelkovic2012-01-041-0/+1
| | | | found by todd
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-0/+6
|
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-0/+4
| | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
* Remove user_agent_roundrobin knobStevan Andjelkovic2012-01-021-1/+1
| | | | ok marco@
* Add history.c and completion.c...Stevan Andjelkovic2012-01-021-0/+15
| | | | | | ... and move history and completion related functions to them. ok marco@
* Simplify and normalise the config fileStevan Andjelkovic2012-01-021-0/+5
| | | | ok marco@
* FS#201 - option to not load images on webpagesStevan Andjelkovic2011-12-301-0/+2
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Add "remove all cookies from domain" button FS#85Stevan Andjelkovic2011-12-291-0/+1
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Fixes the following bugs:Stevan Andjelkovic2011-12-291-0/+1
| | | | | | | | | | | | | | | FS#206:"Add option: maximize at startup" (From Wei-Ning Huang (aitjcize)) FS#198: "Buffer command gu documented as gU" (Pointed out by John Brendler (brendlerjg)) FS#203: "Add command gU for opening the root of a webpage" (Slightly modified code from Elias Norberg (xyzzy)) FS#211: "New key handling code breaks old :buffers/:ls behavior." ok marco@
* Add round robin user agentsMarco Peereboom2011-12-281-1/+9
| | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se
* user style ALL the pages _o/Marco Peereboom2011-12-281-1/+2
| | | | From Cody Wright M8R-2bxmml@mailinator.com
* Add link coloring after visiting it.Marco Peereboom2011-12-281-3/+7
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* Add proxy command.Marco Peereboom2011-11-161-0/+4
| | | | | We can now toggle a proxy with F2 and we also look at HTTP_PROXY environment variable. This is handy for toggling Tor on and off.
* add a hybrid input modemarco2011-11-151-0/+4
|
* add webkit 1.2 codeMarco Peereboom2011-11-111-2/+3
|
* Move focus stuff into it's own file.Marco Peereboom2011-11-111-0/+7
| | | | This will enable us to support webkit 1.2 as well.