Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unbreak unix | Josh Rickmar | 2012-07-03 | 1 | -3/+4 |
| | |||||
* | make this work again on windows | Marco Peereboom | 2012-07-03 | 1 | -2/+3 |
| | |||||
* | Add a link to the top of about:history to remove all items from the | Josh Rickmar | 2012-06-28 | 1 | -8/+13 |
| | | | | | | history. Make the "No History" row expand across 4 columns instead of 3. | ||||
* | Replace manual file:// insertions and removals with the | Josh Rickmar | 2012-06-28 | 1 | -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/exec | Josh Rickmar | 2012-06-28 | 1 | -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 encoded | Josh Rickmar | 2012-06-15 | 1 | -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 remote | Josh Rickmar | 2012-06-07 | 1 | -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 last | Josh Rickmar | 2012-06-06 | 1 | -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 to | Josh Rickmar | 2012-06-01 | 1 | -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 like | Josh Rickmar | 2012-06-01 | 1 | -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:about | Marco Peereboom | 2012-05-31 | 1 | -0/+2 |
| | |||||
* | Xombrero -> xombrero | Marco Peereboom | 2012-05-30 | 1 | -5/+5 |
| | |||||
* | Add my copyright to the files I've added code to | Josh Rickmar | 2012-05-30 | 1 | -0/+1 |
| | |||||
* | Add an about:search page to notify users we are not in a position to | Josh Rickmar | 2012-05-25 | 1 | -0/+192 |
| | | | | | recommend any search engine. Save their choice to runtime, and document how runtime is being read in the manpage. | ||||
* | rename xxxterm to xomrero | Marco Peereboom | 2012-05-17 | 1 | -12/+12 |
| | |||||
* | tidy about:webkit output by roughly using C declarations | Todd T. Fries | 2012-03-24 | 1 | -9/+12 |
| | | | | | tidy nesting in about:allthethings, easier on the eyes ok marco@ | ||||
* | remove \o | Marco Peereboom | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | twiddle the title properly four about:allthethings | Todd T. Fries | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | implement about:allthesettings and about:webkit | Todd T. Fries | 2012-02-29 | 1 | -0/+182 |
| | | | | from todd | ||||
* | webkit 1.2.x doesnt have api version | Marco Peereboom | 2012-02-23 | 1 | -2/+6 |
| | |||||
* | print more version information in :about | Marco Peereboom | 2012-02-22 | 1 | -2/+8 |
| | |||||
* | on linux unsigned long long isnt unsigned long long | Marco Peereboom | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | fix dowloads + unlink in download manager on windows | Marco Peereboom | 2012-01-27 | 1 | -0/+4 |
| | |||||
* | Add a "remove all" button on the cookiejar page. | vext01 | 2012-01-25 | 1 | -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 here | Marco Peereboom | 2012-01-24 | 1 | -4/+4 |
| | |||||
* | use inttypes nonsense to make this compile on windows | Marco Peereboom | 2012-01-24 | 1 | -3/+5 |
| | |||||
* | include using <> instead of ; this will have fallout | Marco Peereboom | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | First attempt at FS#74 - add option to wait for confirmation of download | Elias Norberg | 2012-01-16 | 1 | -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 raphael | Marco Peereboom | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | First go at FS#217 | Stevan Andjelkovic | 2012-01-04 | 1 | -0/+1 |
| | | | | | | Some more info at: https://opensource.conformal.com/flyspray/index.php?do=details&task_id=217 | ||||
* | Fix two segfaults | Stevan Andjelkovic | 2012-01-02 | 1 | -1/+1 |
| | | | | | | Found and fixed by Nils Schneider <nils schneider at gmail dot com> ok marco@ | ||||
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 1 | -4/+18 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add unlinking of downloaded files (FS#81) | Stevan Andjelkovic | 2011-12-29 | 1 | -6/+16 |
| | | | | | | Code from Cody Wright (writecode) ok marco@ | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 1 | -2/+3 |
| | | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | ||||
* | fix extra <li>, pointed out by rgouveia | Marco Peereboom | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | More file splits | Marco Peereboom | 2011-11-02 | 1 | -0/+116 |
| | | | | Add whitelist and settings files. | ||||
* | Move more stuff into about | Marco Peereboom | 2011-11-02 | 1 | -2/+150 |
| | |||||
* | Move xtp and about stuff into it's own file | marco | 2011-11-02 | 1 | -0/+1176 |