about summary refs log tree commit diff stats
path: root/about.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | history. Make the "No History" row expand across 4 columns instead of 3.
* Replace manual file:// insertions and removals with theJosh Rickmar2012-06-281-2/+8
| | | | | | g_filename_to_uri() and g_filename_from_uri() functions. These functions automatically encode/decode the urls or paths, which wasn't being done before.
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-281-25/+14
| | | | | or spawning functions. Remove the SIGCHLD handling as that is no longer required to stop zombie processes.
* Replace "%s" in alias and search_string manually with the encodedJosh Rickmar2012-06-151-1/+4
| | | | | | replacement instead of relying on a correct format string. This prevents directly passing a user-defined format string as the first arg to a printf-style function and avoids the format string exploit.
* Implement a warn_cert_changes setting to warn users when the remoteJosh Rickmar2012-06-071-0/+146
| | | | | | | ssl certificate is different from a previously cached certificate to help prevent against MITM attacks. Prompt the user with an action to take (show remote cert, allow for that session, or cache the new remote cert).
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-061-5/+9
| | | | | | | | | | | | | | | | | | | | | | | push. Make the set_ssl_ca_file pointer logic not suck. 'M' isn't a valid key modifier, use 'M1' in the manpage. Add a function to escape an html string and use this for displaying settings. Now things like <file> and <uri> are not interpreted as html tags. Kill a system() when running a custom uri script. Tildes are now also expanded instead of being interpreted by the no-longer-being-called system shell. Plug a leak Replace the system() call for external_editor with an execvp and while here, kill a dangerous sprintf. Remove an unused variable
* Replace the home directory in the about:about page with the path toJosh Rickmar2012-06-011-53/+138
| | | | | the config file, and make the last part of the path an link to spawn external_editor to edit the configuration.
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-011-2/+0
| | | | | | 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.
* 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
| | | | | recommend any search engine. Save their choice to runtime, and document how runtime is being read in the manpage.
* rename xxxterm to xomreroMarco Peereboom2012-05-171-12/+12
|
* tidy about:webkit output by roughly using C declarationsTodd T. Fries2012-03-241-9/+12
| | | | | tidy nesting in about:allthethings, easier on the eyes ok marco@
* 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
| | | | from todd
* 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
| | | | | | | | | Add "cookie purge" command (removes all). Update manual to mention "cookie purge". Make the cookiejar page look more consistent. Update copyright on files I have touched. OK marco
* 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
|
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-161-6/+22
| | | | | | | | | | | | | | New setting: 'download_mode' - values: start - downloads are automatically started (works like previous) this is the default. ask - before a download is started, the user gets a question. if the answer is yes, the download will start. otherwise it will be added to the downloadmanager, but not started. add - downloads are added to downloadmanager, but not stared. the user must then open the downloadmanager and start the downloads. ok @marco
* fix page titles starting with a #, from raphaelMarco Peereboom2012-01-041-1/+1
|
* First go at FS#217Stevan Andjelkovic2012-01-041-0/+1
| | | | | | Some more info at: https://opensource.conformal.com/flyspray/index.php?do=details&task_id=217
* Fix two segfaultsStevan Andjelkovic2012-01-021-1/+1
| | | | | | Found and fixed by Nils Schneider <nils schneider at gmail dot com> ok marco@
* Add "remove all cookies from domain" button FS#85Stevan Andjelkovic2011-12-291-4/+18
| | | | | | Code from Elias Norberg (xyzzy) ok marco@
* Add unlinking of downloaded files (FS#81)Stevan Andjelkovic2011-12-291-6/+16
| | | | | | Code from Cody Wright (writecode) ok marco@
* Add link coloring after visiting it.Marco Peereboom2011-12-281-2/+3
| | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
* fix extra <li>, pointed out by rgouveiaMarco Peereboom2011-11-031-1/+1
|
* More file splitsMarco Peereboom2011-11-021-0/+116
| | | | Add whitelist and settings files.
* Move more stuff into aboutMarco Peereboom2011-11-021-2/+150
|
* Move xtp and about stuff into it's own filemarco2011-11-021-0/+1176