about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-016-121/+101
* Parse keybound commands for if they begin with a ':'. If they do,Josh Rickmar2012-06-014-65/+81
* Run the socket command on the current tab, not the last one. ThisJosh Rickmar2012-06-011-1/+1
* add os_init to generic unix.c file, move it when neededMarco Peereboom2012-06-011-0/+3
* move os_init to right before read configMarco Peereboom2012-05-311-3/+4
* add home dir to about:aboutMarco Peereboom2012-05-311-0/+2
* add an os init functionunknown2012-05-312-0/+5
* Prepare for release 1.0.0.Marco Peereboom2012-05-301-1/+1
* Xombrero -> xombreroMarco Peereboom2012-05-302-6/+6
* roll version back to 0.0.0Marco Peereboom2012-05-301-1/+1
* Add my copyright to the files I've added code toJosh Rickmar2012-05-304-0/+4
* Add an about:search page to notify users we are not in a position toJosh Rickmar2012-05-255-14/+204
* Be sure to clear any show_oops messages before navigating to a newJosh Rickmar2012-05-241-0/+1
* Truncate the startofday file before writing the current version to it.Josh Rickmar2012-05-231-1/+2
* Prevent a double freeJosh Rickmar2012-05-211-1/+3
* gdk_flush -> GDK_FLUSH in run_scripts_lockedDavid Hill2012-05-181-1/+1
* Prevent a nasty bug where saved certificates were not being completelyJosh Rickmar2012-05-181-1/+1
* remove a couple of long long variables that confuse various compilerMarco Peereboom2012-05-181-4/+6
* add un.h in required locationsMarco Peereboom2012-05-181-0/+4
* make xombrero compile on windowsMarco Peereboom2012-05-172-6/+8
* Prepare for release 1.0.0.Marco Peereboom2012-05-171-1/+1
* Make sure include_config is alphabetical in the manpage with the restJosh Rickmar2012-05-171-24/+24
* more xxxterm->xombreroOwain G. Ainsworth2012-05-171-2/+2
* rename xxxterm to xomreroMarco Peereboom2012-05-1736-146/+133
* Add a setting to read additional config files from any other configJosh Rickmar2012-05-163-3/+43
* Add a setting to show download notifications via show_oops (default 0)Josh Rickmar2012-05-165-3/+28
* make gdk_flush compile time conditionalMarco Peereboom2012-05-161-0/+8
* make gdk_flush compile time conditionalMarco Peereboom2012-05-161-3/+3
* rewrite mutex implementation to fix some subtle bugs, also add some more lock...Marco Peereboom2012-05-161-41/+49
* conditionally use pkg-config javascriptcoregtk-1.0Marco Peereboom2012-05-161-3/+6
* Revert "Do a show_oops when a download is finished"Josh Rickmar2012-05-161-2/+0
* Do a show_oops when a download is finishedJosh Rickmar2012-05-161-0/+2
* add some links as to where all this magic came fromMarco Peereboom2012-05-151-0/+4
* add gdk_flush per doco and call XInitThreads per some posting on the netMarco Peereboom2012-05-152-0/+5
* -g instead of -ggdb3Marco Peereboom2012-05-151-1/+1
* Merge branch 'master' of ssh://opensource.conformal.com/git/xxxtermMarco Peereboom2012-05-153-5/+35
|\
| * Remove encoding as a runtime setting for nowJosh Rickmar2012-05-151-2/+10
| * Make enable_js_autorun a runtime setting. Missed this one before asJosh Rickmar2012-05-151-1/+15
| * Add a simple example for enable_js_autorun to the manpageJosh Rickmar2012-05-151-0/+8
| * Fix the behavior of search_string so it matches the manpage. An emptyJosh Rickmar2012-05-151-2/+2
* | add a missing got done; found by dhill and was sitting in my treeMarco Peereboom2012-05-151-1/+1
|/
* Rename js_autorun_enabled to enable_js_autorun and document the usage in the ...Josh Rickmar2012-05-114-4/+19
* Make most of the rest of the settings dynamic.Josh Rickmar2012-05-113-60/+613
* tld_get_suffix will return NULL on bad input. Don't pass this toJosh Rickmar2012-05-101-1/+2
* Make show_url a runtime settingJosh Rickmar2012-05-073-4/+22
* Make show_tabs a runtime setting and replace atoi() calls withJosh Rickmar2012-05-073-23/+70
* Revert "Reorganize global default settings so the comments make sense. No"Josh Rickmar2012-05-071-62/+59
* enable_autoscroll is an action, not a setting. The old code wasJosh Rickmar2012-05-071-9/+0
* Why are these spaces? Fix with tabsJosh Rickmar2012-05-071-9/+9
* Make home a runtime setting.Josh Rickmar2012-05-041-4/+16