about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* make oops va friendlyMarco Peereboom2011-01-101-1/+16
|
* fix back and forward buttons on *most* web created guis. there are stillMarco Peereboom2011-01-101-44/+68
| | | | | some issues with the download manager that refreshes but this is a whole lot better of having no mechanism to navigate away from gui pages.
* add scaffolding to do proper vi user feedbackMarco Peereboom2011-01-101-8/+80
| | | | from todd@openbsd.org
* kill runtime settings and simply enable it at all times.Marco Peereboom2011-01-101-30/+5
| | | | Sort cookie and js white lists forward instead of reverse.
* fix the cert save issue for realMarco Peereboom2011-01-101-6/+8
|
* i hate you _t, with a passionMarco Peereboom2011-01-091-3/+3
|
* if we only have 1 . then return the passed domain name.Marco Peereboom2011-01-081-0/+3
| | | | found by tdm
* typo found by tdmMarco Peereboom2011-01-081-1/+1
|
* fix another use after free; found by tdmMarco Peereboom2011-01-081-2/+5
|
* dont errx when fopen fails in statsMarco Peereboom2011-01-081-11/+11
|
* moar bettar cookie saving to fileMarco Peereboom2011-01-071-19/+13
|
* be more paranoid about closing the rejected fileMarco Peereboom2011-01-071-0/+10
|
* add feature to save all rejected cookies. Handy for data mining themMarco Peereboom2011-01-071-8/+54
| | | | trackers.
* add field to display cookie typeMarco Peereboom2011-01-071-5/+21
|
* add user_agent settingMarco Peereboom2011-01-071-4/+9
|
* Make sure we play nice when we disable cookiesMarco Peereboom2011-01-071-3/+10
|
* add cookie toggleMarco Peereboom2011-01-071-1/+1
|
* add cookie save command and reuse same scaffold as js saveMarco Peereboom2011-01-071-118/+72
|
* start adding the cookie commands; reuse white list shower for both cookiesMarco Peereboom2011-01-071-67/+94
| | | | and js.
* Fix a chopped of char in F12. tsk tsk stevan.Marco Peereboom2011-01-061-4/+1
| | | | | found by Josh Rickmar <jrick@umich.edu> slightly different diff committed.
* Save even more pixels and make icon sizes setable.Marco Peereboom2011-01-061-54/+97
| | | | from todd@openbsd.org
* add the following commands:Marco Peereboom2011-01-061-62/+194
| | | | | | | | | | | | :js show all :js show persistent :js show session :js save fqdn :js save domain :js toggle fqdn :js toggle domain When fqdn or domain isnt specified the default is ALWAYS fqdn
* fix tab not being opened next to the current tab as found by jy-p and meMarco Peereboom2011-01-061-3/+2
|
* grrr make sure string is !nullMarco Peereboom2011-01-061-1/+1
|
* only allow https urls to save certs.Marco Peereboom2011-01-061-1/+4
| | | | Roberto Fernandez <rfz@free.fr>
* once we save a cert color the address bar pretty blueMarco Peereboom2011-01-061-2/+7
|
* add certificate save and compare upon reconnect.Marco Peereboom2011-01-061-109/+297
|
* add window width and height as variablesMarco Peereboom2011-01-051-1/+5
| | | | from todd@openbsd.org
* add stevan to copyrightsMarco Peereboom2011-01-051-1/+3
|
* add save_global_historyMarco Peereboom2011-01-051-11/+102
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* add ca command to show ca certificates and document cert commandMarco Peereboom2011-01-051-0/+87
|
* fix FS#42Marco Peereboom2011-01-051-5/+7
|
* shrink tabs to gain some pixelsMarco Peereboom2011-01-051-3/+13
| | | | from todd@openbsd.org
* when undoing tab close make forward history work too.Marco Peereboom2011-01-051-31/+67
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* From: Vadim Zhukov <persgray@gmail.com>Marco Peereboom2011-01-041-1/+6
| | | | | | | | Subject: xxxterm fails to start on clean installation xxxterm fails to start on clean installation: after creation of working and download directories it doesn't re-stat them, and S_ISDIR() check later fails. Simple patch below fixes this.
* Add :cert to print certificate chain as requested by jy-pMarco Peereboom2011-01-041-93/+146
| | | | remove some #if 0 cruft while at it
* when undoing delete_tab restore historyMarco Peereboom2011-01-041-25/+59
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* stop webkit when deleting a tab. silences some gtk warnings.Marco Peereboom2011-01-041-0/+3
|
* rename icons per ians recommendationMarco Peereboom2011-01-041-5/+5
|
* fix a use after free as found by edd and fix a focus issue as found byMarco Peereboom2011-01-031-9/+13
| | | | stevan
* switch icons to pngMarco Peereboom2011-01-031-5/+5
|
* fix a stupid segfaultMarco Peereboom2011-01-031-1/+1
|
* Add bunch of iconsMarco Peereboom2011-01-031-0/+24
|
* when a page fails loading pring (untitled) instead of LoadingMarco Peereboom2011-01-021-0/+4
|
* add http_proxy back into config file.Marco Peereboom2011-01-021-0/+1
| | | | found by tdm
* add restart; browser history isn't saved yet but tabs areMarco Peereboom2011-01-021-9/+34
|
* add restart scaffoldMarco Peereboom2011-01-021-0/+14
|
* add popup menu to aid in tab navigation as requested by jy-pMarco Peereboom2011-01-021-1/+39
|
* use a button instead of an image for closure on tabs.Marco Peereboom2011-01-021-9/+42
| | | | | move close tab to the left and spinner to the right. add button for tab manipulation; not used yet.
* *** empty log message ***Marco Peereboom2011-01-011-4/+8
|