Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add the following commands: | Marco Peereboom | 2011-01-06 | 1 | -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 me | Marco Peereboom | 2011-01-06 | 1 | -3/+2 | |
| | ||||||
* | grrr make sure string is !null | Marco Peereboom | 2011-01-06 | 1 | -1/+1 | |
| | ||||||
* | only allow https urls to save certs. | Marco Peereboom | 2011-01-06 | 1 | -1/+4 | |
| | | | | Roberto Fernandez <rfz@free.fr> | |||||
* | doco cert commands | Marco Peereboom | 2011-01-06 | 1 | -1/+6 | |
| | ||||||
* | once we save a cert color the address bar pretty blue | Marco Peereboom | 2011-01-06 | 1 | -2/+7 | |
| | ||||||
* | add certificate save and compare upon reconnect. | Marco Peereboom | 2011-01-06 | 1 | -109/+297 | |
| | ||||||
* | document save_global_history | Marco Peereboom | 2011-01-05 | 1 | -0/+12 | |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | add window width and height as variables | Marco Peereboom | 2011-01-05 | 2 | -1/+9 | |
| | | | | from todd@openbsd.org | |||||
* | add stevan to copyrights | Marco Peereboom | 2011-01-05 | 1 | -1/+3 | |
| | ||||||
* | add save_global_history | Marco Peereboom | 2011-01-05 | 2 | -11/+103 | |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | kill html; we no longer use it | Marco Peereboom | 2011-01-05 | 3 | -305/+0 | |
| | ||||||
* | add desktop icon stuff. | Marco Peereboom | 2011-01-05 | 1 | -0/+11 | |
| | | | | from Ian Darwin <ian@darwinsys.com> | |||||
* | add ca command to show ca certificates and document cert command | Marco Peereboom | 2011-01-05 | 2 | -0/+91 | |
| | ||||||
* | fix FS#42 | Marco Peereboom | 2011-01-05 | 1 | -5/+7 | |
| | ||||||
* | shrink tabs to gain some pixels | Marco Peereboom | 2011-01-05 | 1 | -3/+13 | |
| | | | | from todd@openbsd.org | |||||
* | when undoing tab close make forward history work too. | Marco Peereboom | 2011-01-05 | 2 | -37/+73 | |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | From: Vadim Zhukov <persgray@gmail.com> | Marco Peereboom | 2011-01-04 | 1 | -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-p | Marco Peereboom | 2011-01-04 | 2 | -93/+147 | |
| | | | | remove some #if 0 cruft while at it | |||||
* | when undoing delete_tab restore history | Marco Peereboom | 2011-01-04 | 2 | -26/+60 | |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | stop webkit when deleting a tab. silences some gtk warnings. | Marco Peereboom | 2011-01-04 | 1 | -0/+3 | |
| | ||||||
* | rename icons per ians recommendation | Marco Peereboom | 2011-01-04 | 8 | -10/+10 | |
| | ||||||
* | fix a use after free as found by edd and fix a focus issue as found by | Marco Peereboom | 2011-01-03 | 1 | -9/+13 | |
| | | | | stevan | |||||
* | switch icons to png | Marco Peereboom | 2011-01-03 | 13 | -10/+10 | |
| | ||||||
* | fix a stupid segfault | Marco Peereboom | 2011-01-03 | 1 | -1/+1 | |
| | ||||||
* | fix install | Marco Peereboom | 2011-01-03 | 1 | -1/+1 | |
| | ||||||
* | Add bunch of icons | Marco Peereboom | 2011-01-03 | 9 | -4/+35 | |
| | ||||||
* | when a page fails loading pring (untitled) instead of Loading | Marco Peereboom | 2011-01-02 | 1 | -0/+4 | |
| | ||||||
* | add http_proxy back into config file. | Marco Peereboom | 2011-01-02 | 1 | -0/+1 | |
| | | | | found by tdm | |||||
* | doco restart | Marco Peereboom | 2011-01-02 | 1 | -0/+4 | |
| | ||||||
* | add restart; browser history isn't saved yet but tabs are | Marco Peereboom | 2011-01-02 | 1 | -9/+34 | |
| | ||||||
* | add restart scaffold | Marco Peereboom | 2011-01-02 | 1 | -0/+14 | |
| | ||||||
* | add popup menu to aid in tab navigation as requested by jy-p | Marco Peereboom | 2011-01-02 | 1 | -1/+39 | |
| | ||||||
* | use a button instead of an image for closure on tabs. | Marco Peereboom | 2011-01-02 | 1 | -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 Peereboom | 2011-01-01 | 1 | -4/+8 | |
| | ||||||
* | Fix mem leak as noticed by stevan | Marco Peereboom | 2011-01-01 | 1 | -0/+1 | |
| | ||||||
* | Add undo close tabs. | Marco Peereboom | 2011-01-01 | 2 | -7/+118 | |
| | | | | | | Command aliasing (needs a lot more love!). from Stevan Andjelkovic <stevan@student.chalmers.se> | |||||
* | completly rewrite the cookie handling code curtesy of badly designed | Marco Peereboom | 2011-01-01 | 2 | -84/+159 | |
| | | | | | libsoup cookies. just about anything that could have been designed wrong or backwards was. | |||||
* | * If there are no favorites to show, show a message. | Edd Barrett | 2010-12-31 | 1 | -0/+16 | |
| | | | | * Dissallow adding xtp pages as favorites (fixes seg fault). | |||||
* | oops | Marco Peereboom | 2010-12-30 | 1 | -2/+0 | |
| | ||||||
* | fix clipping of urls as noticed by jy-p and stevan. | Marco Peereboom | 2010-12-30 | 1 | -25/+33 | |
| | | | | i'm an idiot; stand on me. | |||||
* | focus on browser when switching tabs | Marco Peereboom | 2010-12-30 | 1 | -0/+3 | |
| | ||||||
* | dont allow the tab widget to ever get focus so that we can capture more | Marco Peereboom | 2010-12-30 | 1 | -1/+5 | |
| | | | | | | | | keystrokes properly. also fix a bug where search_entry didn't get assigned the correct callback for key entry and therefore ate some keystrokes. add ESC on uri and search entry to move focus back to browser, essentially emulating the vi edit/command mode a bit better. idea from edd. | |||||
* | typo | Marco Peereboom | 2010-12-29 | 1 | -1/+1 | |
| | ||||||
* | att ctrl left and right arrows. should we make this work too in editboxes? | Marco Peereboom | 2010-12-29 | 2 | -2/+20 | |
| | ||||||
* | doco cookieadd | Marco Peereboom | 2010-12-29 | 1 | -0/+5 | |
| | ||||||
* | add cookieadd command to add domain to cookie white list | Marco Peereboom | 2010-12-29 | 1 | -11/+91 | |
| | ||||||
* | Add runtime cookie white list toggle. | Marco Peereboom | 2010-12-29 | 3 | -36/+90 | |
| | | | | | Add allow_volatile_cookies option that ellows short lived cookies to exist in the session cache. | |||||
* | doco y p from Stevan Andjelkovic <stevan@student.chalmers.se> | Marco Peereboom | 2010-12-29 | 1 | -0/+11 | |
| | ||||||
* | Add yank and paste from Stevan Andjelkovic <stevan@student.chalmers.se> | Marco Peereboom | 2010-12-29 | 1 | -0/+68 | |
| |