Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more xxxterm->xombrero | Owain G. Ainsworth | 2012-05-17 | 1 | -2/+2 |
| | |||||
* | rename xxxterm to xomrero | Marco Peereboom | 2012-05-17 | 36 | -146/+133 |
| | |||||
* | Add a setting to read additional config files from any other config | Josh Rickmar | 2012-05-16 | 3 | -3/+43 |
| | | | | file and document it. This fixes FS#238. | ||||
* | Add a setting to show download notifications via show_oops (default 0) | Josh Rickmar | 2012-05-16 | 5 | -3/+28 |
| | | | | and document it in the manpage. | ||||
* | make gdk_flush compile time conditional | Marco Peereboom | 2012-05-16 | 1 | -0/+8 |
| | |||||
* | make gdk_flush compile time conditional | Marco Peereboom | 2012-05-16 | 1 | -3/+3 |
| | |||||
* | rewrite mutex implementation to fix some subtle bugs, also add some more ↵ | Marco Peereboom | 2012-05-16 | 1 | -41/+49 |
| | | | | locking in places to prevent buggy mutex message (diagnosed by jrick) | ||||
* | conditionally use pkg-config javascriptcoregtk-1.0 | Marco Peereboom | 2012-05-16 | 1 | -3/+6 |
| | |||||
* | Revert "Do a show_oops when a download is finished" | Josh Rickmar | 2012-05-16 | 1 | -2/+0 |
| | | | | | | | This reverts commit da2bf7c6e80c0835b2a7791c2a6998f570b4c91f. Marco says no. I'll add a knob to trigger this and the download starting notification. | ||||
* | Do a show_oops when a download is finished | Josh Rickmar | 2012-05-16 | 1 | -0/+2 |
| | |||||
* | add some links as to where all this magic came from | Marco Peereboom | 2012-05-15 | 1 | -0/+4 |
| | |||||
* | add gdk_flush per doco and call XInitThreads per some posting on the net | Marco Peereboom | 2012-05-15 | 2 | -0/+5 |
| | |||||
* | -g instead of -ggdb3 | Marco Peereboom | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://opensource.conformal.com/git/xxxterm | Marco Peereboom | 2012-05-15 | 3 | -5/+35 |
|\ | |||||
| * | Remove encoding as a runtime setting for now | Josh Rickmar | 2012-05-15 | 1 | -2/+10 |
| | | |||||
| * | Make enable_js_autorun a runtime setting. Missed this one before as | Josh Rickmar | 2012-05-15 | 1 | -1/+15 |
| | | | | | | | | it wasn't mentioned in the manpage. | ||||
| * | Add a simple example for enable_js_autorun to the manpage | Josh Rickmar | 2012-05-15 | 1 | -0/+8 |
| | | |||||
| * | Fix the behavior of search_string so it matches the manpage. An empty | Josh Rickmar | 2012-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | search_string now will not cause the search box to be drawn, and if search_string is dynamically changed at runtime to "\0", a show_oops warning is shown instead of loading the "broken" page. | ||||
* | | add a missing got done; found by dhill and was sitting in my tree | Marco Peereboom | 2012-05-15 | 1 | -1/+1 |
|/ | |||||
* | Rename js_autorun_enabled to enable_js_autorun and document the usage in the ↵ | Josh Rickmar | 2012-05-11 | 4 | -4/+19 |
| | | | | manpage | ||||
* | Make most of the rest of the settings dynamic. | Josh Rickmar | 2012-05-11 | 3 | -60/+613 |
| | |||||
* | tld_get_suffix will return NULL on bad input. Don't pass this to | Josh Rickmar | 2012-05-10 | 1 | -1/+2 |
| | | | | strcmp() unless we check for NULL first. | ||||
* | Make show_url a runtime setting | Josh Rickmar | 2012-05-07 | 3 | -4/+22 |
| | |||||
* | Make show_tabs a runtime setting and replace atoi() calls with | Josh Rickmar | 2012-05-07 | 3 | -23/+70 |
| | | | | strtonum() when called on user input. | ||||
* | Revert "Reorganize global default settings so the comments make sense. No" | Josh Rickmar | 2012-05-07 | 1 | -62/+59 |
| | | | | | | | | This reverts commit 8cf3ed194beb51595cc575c2fd7f8067d35c5dc7. Conflicts: settings.c | ||||
* | enable_autoscroll is an action, not a setting. The old code was | Josh Rickmar | 2012-05-07 | 1 | -9/+0 |
| | | | | correct. | ||||
* | Why are these spaces? Fix with tabs | Josh Rickmar | 2012-05-07 | 1 | -9/+9 |
| | |||||
* | Make home a runtime setting. | Josh Rickmar | 2012-05-04 | 1 | -4/+16 |
| | |||||
* | Make append_next a runtime setting. | Josh Rickmar | 2012-05-04 | 1 | -3/+12 |
| | |||||
* | Make using :set enable_autoscroll = 1 actually work at runtime by | Josh Rickmar | 2012-05-04 | 1 | -2/+11 |
| | | | | | | iterating over each tab and running the autoscroll js. Dynamically Setting it to 0 doesn't work here because the js is still running. Need to find some way to kill it. | ||||
* | Make marco happy. NULLs now completely fill the struct initialization | Josh Rickmar | 2012-05-04 | 1 | -60/+60 |
| | | | | so as to leave no doubt that values are being uninitialized. | ||||
* | Reorganize global default settings so the comments make sense. No | Josh Rickmar | 2012-05-04 | 1 | -59/+62 |
| | | | | functional changes. | ||||
* | time_t -> long long -> fs271 | Marco Peereboom | 2012-04-30 | 1 | -6/+6 |
| | |||||
* | add ctrl-enter for the windows heads | Marco Peereboom | 2012-04-30 | 2 | -1/+23 |
| | |||||
* | add stop keybinding, from lonerman <supergeekoid@gmail.com> | Marco Peereboom | 2012-04-16 | 1 | -0/+1 |
| | |||||
* | Fix for FS#270 - Bugs with stripping referer | Elias Norberg | 2012-04-09 | 4 | -3/+31 |
| | | | | | | | | | | 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. | ||||
* | make the 1024 limit 1024, not 1025, from mcbride | Marco Peereboom | 2012-04-07 | 1 | -1/+1 |
| | |||||
* | add duckduckgo to search_strings | Todd T. Fries | 2012-04-05 | 1 | -0/+3 |
| | | | | from Kyle Isom coder at kyleisom dot net | ||||
* | permit over-riding of style via standard gtkrc and such like | Todd T. Fries | 2012-04-04 | 2 | -23/+55 |
| | | | | | | any other well behaved gtk app instead of hardcoding widget color properties ok marco, xxyzy | ||||
* | make this compile on windows again | Marco Peereboom | 2012-04-03 | 1 | -2/+1 |
| | |||||
* | Fix bug were opening the inspector overwrote pointers in tablist | Elias Norberg | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | tidy about:webkit output by roughly using C declarations | Todd T. Fries | 2012-03-24 | 1 | -9/+12 |
| | | | | | tidy nesting in about:allthethings, easier on the eyes ok marco@ | ||||
* | pkg-config updates for the linux/Makefile. | Thordur Bjornsson | 2012-03-18 | 1 | -2/+2 |
| | | | | | | Add glib-2.0 to LIBS. Add javascriptcoregtk to LIBS (pointed out by marco). Move libbsd to LIBS. | ||||
* | fix missing commits | Marco Peereboom | 2012-03-07 | 3 | -12/+21 |
| | |||||
* | * simplify marks code, no more magic loops | Michal Mazurek | 2012-03-04 | 2 | -27/+31 |
| | | | | * separate quickmarks from marks | ||||
* | TLD-list updated upstream | Elias Norberg | 2012-03-02 | 1 | -20/+47 |
| | |||||
* | Prepare for release 1.11.3. | Marco Peereboom | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Linux doesn't play nice with fputs return values, found the hard way by Ryan ↵ | Marco Peereboom | 2012-03-01 | 1 | -2/+2 |
| | | | | Mullen <rmmullen@gmail.com>, based on his patch | ||||
* | Prepare for release 1.11.2. | Marco Peereboom | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | add language that we are not suggesting search engines | Marco Peereboom | 2012-03-01 | 1 | -1/+6 |
| |