about summary refs log tree commit diff stats
path: root/xombrero.c
Commit message (Expand)AuthorAgeFilesLines
* init path to NULLMarco Peereboom2012-07-031-1/+1
* Prevent the use of an uninitialized variable. My earlier change inJosh Rickmar2012-07-031-2/+3
* Check if a pointer points to some memory before blindly freeing it.Josh Rickmar2012-07-031-2/+3
* Add two new settings, allow_insecure_content andJosh Rickmar2012-07-021-0/+10
* Prevent the use a depreciated function (as of webkit 1.8), and onlyJosh Rickmar2012-06-291-2/+14
* Do a g_object_set on the soup session so that ssl_strict_certs actually chang...Josh Rickmar2012-06-291-0/+2
* Focus and highlight the current tab when viewing the buffers/ls list.Josh Rickmar2012-06-281-0/+13
* Implement a tabonly command that deletes all tabs except the currentlyJosh Rickmar2012-06-281-1/+7
* Modify the allocation of the scrollbar and GTK adjustment so they areJosh Rickmar2012-06-281-6/+5
* Save a pointer to the text entry box that is focused when the page isJosh Rickmar2012-06-281-0/+5
* Respect the current tab's ordering when showing the drow down menuJosh Rickmar2012-06-281-4/+9
* Replace manual file:// insertions and removals with theJosh Rickmar2012-06-281-29/+81
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-281-70/+37
* Allocate the soup session before attempting to change its settingsJosh Rickmar2012-06-211-1/+3
* Fix a possible segfault (null pointer dereference) and makeJosh Rickmar2012-06-211-0/+1
* Replace a manual tilde expansion with the expand_tilde function.Josh Rickmar2012-06-211-5/+1
* Change user_agent to rotate on a connection per tab (instead ofJosh Rickmar2012-06-191-8/+56
* move statusbar initialisation to statusbar_create()Michal Mazurek2012-06-191-100/+101
* add statusbar_styleMichal Mazurek2012-06-161-5/+12
* rewrite set_statusMichal Mazurek2012-06-161-45/+28
* Kill a debugging printf I left in.Josh Rickmar2012-06-151-1/+0
* Remove the "Loading", "Downloading", and "Download Failed" tab titlesJosh Rickmar2012-06-151-17/+34
* Add an 'p' option to statusbar_elems to show if the http_proxy isJosh Rickmar2012-06-151-10/+27
* Replace "%s" in alias and search_string manually with the encodedJosh Rickmar2012-06-151-11/+20
* Add a userstyle setting to change the default stylesheet that is usedJosh Rickmar2012-06-151-9/+35
* Make the Copy Link Location, Copy Image Address, and Copy Video LinkJosh Rickmar2012-06-151-1/+43
* set progress unconditionally on both statusbar and url_entry given we don't c...Todd T. Fries2012-06-131-7/+4
* show url fixesTodd T. Fries2012-06-131-5/+5
* add tab number statusbar element. for small displays that have the tab bar di...Michal Mazurek2012-06-131-1/+39
* rewrite recolor_compact_tabsMichal Mazurek2012-06-131-11/+10
* normalise styleMichal Mazurek2012-06-131-5/+5
* add break in a for loop when switching tabsMichal Mazurek2012-06-131-0/+1
* Don't recolor the statusbar when opening the command prompt. ThisJosh Rickmar2012-06-081-1/+0
* Unbreak some of the keybinding logic that I broke inJosh Rickmar2012-06-071-9/+13
* Implement a warn_cert_changes setting to warn users when the remoteJosh Rickmar2012-06-071-40/+121
* Some tweaks to xombrero's proxy support.vext012012-06-071-2/+12
* Set default char * setting pointers to NULL and g_strdup the defaultJosh Rickmar2012-06-071-10/+14
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-061-19/+41
* 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-011-3/+2
* Fix keybound promptsJosh Rickmar2012-06-011-42/+46
* 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-011-0/+29
* Make all runtime settings unsettable by using the ':set setting ='Josh Rickmar2012-06-011-8/+8
* Add a cmd_alias feature to set an alias for a :command, and documentJosh Rickmar2012-06-011-20/+43
* Add a custom_uri setting to check if a URI should be handled by anJosh Rickmar2012-06-011-1/+31
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-011-81/+78
* Parse keybound commands for if they begin with a ':'. If they do,Josh Rickmar2012-06-011-42/+46
* Run the socket command on the current tab, not the last one. ThisJosh Rickmar2012-06-011-1/+1
* move os_init to right before read configMarco Peereboom2012-05-311-3/+4