Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some missing copyrights and tags | Marco Peereboom | 2011-08-06 | 6 | -5/+36 |
| | |||||
* | default zoom levels should be set on tab creation, | Todd Fries | 2011-08-05 | 1 | -0/+1 |
| | | | | | not on first post tab creation zoom twiddle ok marco@ | ||||
* | stupid socket bug DIE DIE DIE | Marco Peereboom | 2011-08-05 | 1 | -7/+11 |
| | |||||
* | Be much louder when connecting and DONT return success when something | Marco Peereboom | 2011-08-05 | 1 | -13/+28 |
| | | | | fails in certain cases. This can be toned down once we find the error. | ||||
* | Start TLS failed is useless; print something better | Marco Peereboom | 2011-08-05 | 1 | -6/+3 |
| | |||||
* | moar doco as requested in FS#132 | Marco Peereboom | 2011-08-05 | 1 | -0/+9 |
| | |||||
* | Fixed typo and warning in man page. | Stevan Andjelkovic | 2011-08-05 | 1 | -1/+2 |
| | | | | | Spotted by A. Costa <agcosta at gis dot net> and Luis Henriques <luis dot henrix at gmail dot com>. | ||||
* | Stop relying on stupid webkit to see if a certificate is trusted. It | Marco Peereboom | 2011-08-04 | 1 | -53/+50 |
| | | | | | | has a bug that once a page is reloaded the soup message doesn't always contain the cert trusted bit even though it is. This adds a bit more work and connection back and forth but at least it always works. | ||||
* | thread the gnu tls code in order to make the browser a little snappier. | Marco Peereboom | 2011-08-04 | 1 | -27/+77 |
| | |||||
* | when a cert is saved always blue the address bar. | Marco Peereboom | 2011-08-04 | 2 | -4/+11 |
| | |||||
* | remove XXX | Marco Peereboom | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Kill some gtk warnings when fancy_bar = 0. I had this fixed before but | Marco Peereboom | 2011-08-04 | 1 | -37/+40 |
| | | | | somehow it got rebroken. Pointed out by Michal. | ||||
* | Warn about going to an nonexistant quickmark | Michal Mazurek | 2011-08-03 | 1 | -2/+8 |
| | | | | ok marco | ||||
* | () -> (void) for function declarations | Marco Peereboom | 2011-08-03 | 1 | -4/+4 |
| | | | | please remember that folks | ||||
* | allow # in fav and quickmark file | Marco Peereboom | 2011-08-03 | 2 | -6/+13 |
| | |||||
* | kill reloadforce and make all reloads actually reload instead of | Marco Peereboom | 2011-08-03 | 3 | -14/+10 |
| | | | | | | relying on webkit and/or html to say otherwise. use history instead of webkit functions to go back and forward. | ||||
* | move a stray variable declaration to the right spot | Marco Peereboom | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | this webkit bug has been fixed | Marco Peereboom | 2011-08-03 | 1 | -2/+0 |
| | |||||
* | Use proper load uri function so that hinting does show the uri in the | Marco Peereboom | 2011-08-03 | 1 | -1/+1 |
| | | | | address bar. Found by Michal. | ||||
* | much more cleanup | Marco Peereboom | 2011-08-03 | 1 | -32/+53 |
| | |||||
* | start cleaning up michal style violations and fix a & that should have | Marco Peereboom | 2011-08-03 | 1 | -23/+33 |
| | | | | been && | ||||
* | Add the "mark" buffer command. This is diff bcmd #6 | Michal Mazurek | 2011-08-03 | 2 | -0/+61 |
| | | | | ok marco, todd finds this appealing | ||||
* | typo, s/zi/zo/ when describing zoom out | Michal Mazurek | 2011-08-03 | 1 | -1/+1 |
| | | | | spotted by Aleksander Balicki | ||||
* | Add 'Z' zoom amount status bar element. Not visible by default. | Michal Mazurek | 2011-08-03 | 2 | -1/+39 |
| | | | | marco doesn't care so ok | ||||
* | Yet another attempt at fixing clipboards. This time we detect when a | Marco Peereboom | 2011-08-02 | 1 | -63/+21 |
| | | | | | | | | | | | selection is reset and when that happens we copy CUT_BUFFER0 into the primary clipboard. If one wants to make clipboard and primary the same so that ctrl-v/shift-insert can be used on the same content then one needs to use the xterm translations. For example add something like this to .xDefaults: XTerm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0) | ||||
* | Add the 'go up' buffer command. This is diff bcmd #1 | Michal Mazurek | 2011-08-02 | 2 | -0/+47 |
| | | | | ok marco | ||||
* | Add quickmarks. This is bcmd #5. | Michal Mazurek | 2011-08-02 | 3 | -0/+196 |
| | | | | ok marco. todd likes this. | ||||
* | Add the 'move percent' buffer command. This is diff bcmd #4. | Michal Mazurek | 2011-08-02 | 2 | -0/+18 |
| | | | | ok marco | ||||
* | Add the gototab buffer command. This is diff bcmd #3. | Michal Mazurek | 2011-08-02 | 2 | -0/+20 |
| | | | | ok marco | ||||
* | Add the 'zoom amount' buffer command. This is bcmd #2. | Michal Mazurek | 2011-08-02 | 2 | -0/+16 |
| | | | | ok marco | ||||
* | Fix socket code that raphael broke and obviously didn't test. | Marco Peereboom | 2011-08-02 | 1 | -1/+1 |
| | | | | | Exhibit A: 1.400 (rgraf 18-Jun-11): return (FALSE); | ||||
* | Forgot to update xxxterm.conf when restoring scrollfarleft | Michal Mazurek | 2011-08-02 | 1 | -0/+1 |
| | |||||
* | restore scrollfarleft bound to 0 | Michal Mazurek | 2011-08-02 | 2 | -0/+4 |
| | | | | | | update manpage ok marko | ||||
* | Fixed buffer commands for url bar. | Michal Mazurek | 2011-08-02 | 1 | -13/+145 |
| | | | | ok marco | ||||
* | revert buffer command regex stuff; it eats keystrokes from the search | Marco Peereboom | 2011-08-02 | 1 | -144/+11 |
| | | | | | | bar and kills some others such as j and k. tsk tsk michal, back to the drawing board | ||||
* | Move #include <regex.h> to maintain sorted order. | Michal Mazurek | 2011-08-02 | 1 | -1/+2 |
| | | | | | | | Add a comment: buffer commands receive the regex that triggered them in arg.s This changes no behaviour. This should have been part of the preliminary buffer command commit. | ||||
* | add preliminary buffer command code. | Michal Mazurek | 2011-08-01 | 3 | -15/+180 |
| | | | | ok marco | ||||
* | Allow ip adresses in whitelists (FS#130). And some window-title/tab-label fixes. | Raphael Graf | 2011-07-31 | 1 | -114/+98 |
| | | | | ok marco@ | ||||
* | /tmp/cvsS55e3a | Michal Mazurek | 2011-07-30 | 3 | -21/+10 |
| | |||||
* | add statusbar_elems | Michal Mazurek | 2011-07-30 | 3 | -51/+82 |
| | | | | ok todd | ||||
* | remove t.font_size, rewrite adjustfont_webkit | Michal Mazurek | 2011-07-29 | 3 | -24/+33 |
| | |||||
* | correct typo in the man page | Michal Mazurek | 2011-07-28 | 1 | -3/+1 |
| | |||||
* | remove doubled text from playflash.sh | Michal Mazurek | 2011-07-27 | 1 | -14/+0 |
| | |||||
* | add a method for running scripts on a page. the example uses | Marco Peereboom | 2011-07-25 | 4 | -1/+119 |
| | | | | | | get_flash_videos to download and play youtube stuff. From: Michal Mazurek <akfaew@jasminek.net> | ||||
* | add more settable fonts | Marco Peereboom | 2011-07-25 | 3 | -1/+24 |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> | ||||
* | Don't crash when reordering tabs. | Raphael Graf | 2011-07-21 | 1 | -27/+18 |
| | | | | ok marco@ | ||||
* | Check webkit version at compile time. Fixes FS#129. | Raphael Graf | 2011-07-20 | 1 | -67/+67 |
| | | | | ok marco@ | ||||
* | gtk+3 compatibility | Raphael Graf | 2011-07-19 | 1 | -2/+3 |
| | | | | ok marco@ | ||||
* | Fix window titles. | Raphael Graf | 2011-07-19 | 1 | -38/+27 |
| | | | | ok marco@ | ||||
* | show status toggle command and stuff | Marco Peereboom | 2011-07-18 | 1 | -4/+2 |
| |