about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Set default char * setting pointers to NULL and g_strdup the defaultJosh Rickmar2012-06-073-33/+52
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-066-63/+81
* Fix a bug that made the statusbar display "Loading: ..." even after theMichal Mazurek2012-06-061-5/+7
* Replace the home directory in the about:about page with the path toJosh Rickmar2012-06-013-58/+144
* Fix keybound promptsJosh Rickmar2012-06-014-65/+81
* Ugh. I guess I'll have to do a lot of these. This fixes the socketJosh Rickmar2012-06-011-1/+1
* Fix some random stuff the rebasing lost. At least the build stillJosh Rickmar2012-06-013-0/+33
* Make all runtime settings unsettable by using the ':set setting ='Josh Rickmar2012-06-013-228/+443
* Add a cmd_alias feature to set an alias for a :command, and documentJosh Rickmar2012-06-014-20/+130
* Add a custom_uri setting to check if a URI should be handled by anJosh Rickmar2012-06-014-2/+124
* Modify some example code from thib for better tilde expansion and useJosh Rickmar2012-06-011-23/+4
* 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