about summary refs log tree commit diff stats
path: root/about.c
Commit message (Collapse)AuthorAgeFilesLines
* 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