Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make all runtime settings unsettable by using the ':set setting =' | Josh Rickmar | 2012-06-01 | 3 | -228/+443 | |
| | | | | command. This will reset the value to its default. | |||||
* | Add a cmd_alias feature to set an alias for a :command, and document | Josh Rickmar | 2012-06-01 | 4 | -20/+130 | |
| | | | | it in the manpage. | |||||
* | Add a custom_uri setting to check if a URI should be handled by an | Josh Rickmar | 2012-06-01 | 4 | -2/+124 | |
| | | | | | external script rather then through xombrero. This makes it possible to use scripts to support things such as mailto URIs. Fixes FS#253 | |||||
* | Modify some example code from thib for better tilde expansion and use | Josh Rickmar | 2012-06-01 | 1 | -23/+4 | |
| | | | | it for all the times we need to expand a tilde in a file path. | |||||
* | Fix the behavior of show_url and fancy_bar so they actually act like | Josh Rickmar | 2012-06-01 | 6 | -121/+101 | |
| | | | | | | the manpage says they do. Setting show_url = 1 and fancy_bar = 0 will now only display the url bar on the toolbar and not draw the buttons and search box. | |||||
* | Parse keybound commands for if they begin with a ':'. If they do, | Josh Rickmar | 2012-06-01 | 4 | -65/+81 | |
| | | | | | | | | | | | | don't try to execute them, but instead open a prompt with that current command. Can be used to create custom prompts, and should fix FS#233. This change also adds the ability to replace strings in keybound prompts. So far the only string replacement is <uri> which is replaced by the current tab's uri. This also kills the old prompt* commands as they only existed so they could be bound to a key. However with the addition of the <uri> substitution, these are no longer necessary. Document these changes in the manpage. | |||||
* | Run the socket command on the current tab, not the last one. This | Josh Rickmar | 2012-06-01 | 1 | -1/+1 | |
| | | | | fixes FS#251. | |||||
* | add os_init to generic unix.c file, move it when needed | Marco Peereboom | 2012-06-01 | 1 | -0/+3 | |
| | ||||||
* | move os_init to right before read config | Marco Peereboom | 2012-05-31 | 1 | -3/+4 | |
| | ||||||
* | add home dir to about:about | Marco Peereboom | 2012-05-31 | 1 | -0/+2 | |
| | ||||||
* | add an os init function | unknown | 2012-05-31 | 2 | -0/+5 | |
| | ||||||
* | Prepare for release 1.0.0. | Marco Peereboom | 2012-05-30 | 1 | -1/+1 | |
| | ||||||
* | Xombrero -> xombrero | Marco Peereboom | 2012-05-30 | 2 | -6/+6 | |
| | ||||||
* | roll version back to 0.0.0 | Marco Peereboom | 2012-05-30 | 1 | -1/+1 | |
| | ||||||
* | Add my copyright to the files I've added code to | Josh Rickmar | 2012-05-30 | 4 | -0/+4 | |
| | ||||||
* | Add an about:search page to notify users we are not in a position to | Josh Rickmar | 2012-05-25 | 5 | -14/+204 | |
| | | | | | recommend any search engine. Save their choice to runtime, and document how runtime is being read in the manpage. | |||||
* | Be sure to clear any show_oops messages before navigating to a new | Josh Rickmar | 2012-05-24 | 1 | -0/+1 | |
| | | | | URL. This wasn't working before with the back/forward buttons. | |||||
* | Truncate the startofday file before writing the current version to it. | Josh Rickmar | 2012-05-23 | 1 | -1/+2 | |
| | | | | Noticed and patched by henrix@camandro.org. | |||||
* | Prevent a double free | Josh Rickmar | 2012-05-21 | 1 | -1/+3 | |
| | ||||||
* | gdk_flush -> GDK_FLUSH in run_scripts_locked | David Hill | 2012-05-18 | 1 | -1/+1 | |
| | ||||||
* | Prevent a nasty bug where saved certificates were not being completely | Josh Rickmar | 2012-05-18 | 1 | -1/+1 | |
| | | | | | | checked for differences. This will cause the URL bar to be colored red if there are any differences between a saved and remote certificate. | |||||
* | remove a couple of long long variables that confuse various compiler | Marco Peereboom | 2012-05-18 | 1 | -4/+6 | |
| | ||||||
* | add un.h in required locations | Marco Peereboom | 2012-05-18 | 1 | -0/+4 | |
| | ||||||
* | make xombrero compile on windows | Marco Peereboom | 2012-05-17 | 2 | -6/+8 | |
| | ||||||
* | Prepare for release 1.0.0. | Marco Peereboom | 2012-05-17 | 1 | -1/+1 | |
| | ||||||
* | Make sure include_config is alphabetical in the manpage with the rest | Josh Rickmar | 2012-05-17 | 1 | -24/+24 | |
| | | | | of the settings | |||||
* | 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. |