about summary refs log tree commit diff stats
path: root/about.c
Commit message (Expand)AuthorAgeFilesLines
* Destroy the session key when done with it.Josh Rickmar2012-08-161-0/+9
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-161-132/+45
* Add more info and features to about:secviolationJosh Rickmar2012-08-151-14/+34
* many changes to about:allthethings and about:webkitTodd T. Fries2012-08-141-104/+182
* fix compile breakage when debug is enabled.David Hill2012-08-101-1/+1
* Backout commitsJosh Rickmar2012-08-091-184/+104
* Don't recurse for toplevel windows and use proper glib foreachJosh Rickmar2012-08-081-11/+20
* nix unused varTodd T. Fries2012-08-081-1/+0
* fix for() loop, s/settings/name of gtk widget/, nix main_windowTodd T. Fries2012-08-081-4/+11
* initial stab at toplevel window infozTodd T. Fries2012-08-081-0/+10
* breakout deeply nested function and comment soup sessionTodd T. Fries2012-08-081-97/+103
* comment soup session bits for nowTodd T. Fries2012-08-081-0/+2
* cast warnings to oblivionTodd T. Fries2012-08-081-2/+2
* This diff munges and massages the show_g_object_settings functionTodd T. Fries2012-08-081-54/+101
* Fix reminder message on about:aboutJosh Rickmar2012-08-061-1/+1
* Add a :https commandJosh Rickmar2012-08-011-0/+28
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-133/+131
* Oops broke the last commitJosh Rickmar2012-07-261-1/+1
* Another g_strdup_vprintf. No s/free/g_free/ here since the value isJosh Rickmar2012-07-261-1/+1
* missed a strdup() -> g_strdup()Todd T. Fries2012-07-261-1/+1
* last free() -> g_free; ok marco@Todd T. Fries2012-07-261-2/+2
* Remove malloc callsJosh Rickmar2012-07-261-1/+2
* Add the missing the . at the beginning of the configuration filenameJosh Rickmar2012-07-131-1/+1
* unbreak unixJosh Rickmar2012-07-031-3/+4
* make this work again on windowsMarco Peereboom2012-07-031-2/+3
* Add a link to the top of about:history to remove all items from theJosh Rickmar2012-06-281-8/+13
* Replace manual file:// insertions and removals with theJosh Rickmar2012-06-281-2/+8
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-281-25/+14
* Replace "%s" in alias and search_string manually with the encodedJosh Rickmar2012-06-151-1/+4
* Implement a warn_cert_changes setting to warn users when the remoteJosh Rickmar2012-06-071-0/+146
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-061-5/+9
* Replace the home directory in the about:about page with the path toJosh Rickmar2012-06-011-53/+138
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-011-2/+0
* add home dir to about:aboutMarco Peereboom2012-05-311-0/+2
* Xombrero -> xombreroMarco Peereboom2012-05-301-5/+5
* Add my copyright to the files I've added code toJosh Rickmar2012-05-301-0/+1
* Add an about:search page to notify users we are not in a position toJosh Rickmar2012-05-251-0/+192
* rename xxxterm to xomreroMarco Peereboom2012-05-171-12/+12
* tidy about:webkit output by roughly using C declarationsTodd T. Fries2012-03-241-9/+12
* remove \oMarco Peereboom2012-03-011-1/+1
* twiddle the title properly four about:allthethingsTodd T. Fries2012-02-291-1/+1
* implement about:allthesettings and about:webkitTodd T. Fries2012-02-291-0/+182
* webkit 1.2.x doesnt have api versionMarco Peereboom2012-02-231-2/+6
* print more version information in :aboutMarco Peereboom2012-02-221-2/+8
* on linux unsigned long long isnt unsigned long longMarco Peereboom2012-02-171-1/+1
* fix dowloads + unlink in download manager on windowsMarco Peereboom2012-01-271-0/+4
* Add a "remove all" button on the cookiejar page.vext012012-01-251-13/+26
* also fixup PS over hereMarco Peereboom2012-01-241-4/+4
* use inttypes nonsense to make this compile on windowsMarco Peereboom2012-01-241-3/+5
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1