Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | only copy clipboards onto each other if the mouse has been released; | Marco Peereboom | 2011-07-18 | 1 | -2/+22 | |
| | | | | this should help jy-p clippy issues. | |||||
* | add more stuff to status bar and fix Michal's very very broken spacebar. | Marco Peereboom | 2011-07-18 | 2 | -65/+138 | |
| | | | | | | man page is still MIA From: Michal Mazurek <akfaew@jasminek.net> | |||||
* | document compact bar | Marco Peereboom | 2011-07-18 | 1 | -0/+9 | |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> | |||||
* | one more copyright nit | Marco Peereboom | 2011-07-18 | 1 | -1/+1 | |
| | ||||||
* | add michal to copyrights | Marco Peereboom | 2011-07-18 | 1 | -0/+1 | |
| | ||||||
* | add raphael and michal to authors | Marco Peereboom | 2011-07-18 | 1 | -1/+3 | |
| | ||||||
* | an alias without an argument opens an url containing %s. this diff | Marco Peereboom | 2011-07-18 | 1 | -1/+1 | |
| | | | | | | substitutes the %s for "". From: Michal Mazurek <akfaew@jasminek.net> | |||||
* | add a jumanji like tab bar in addition to the regular one. | Marco Peereboom | 2011-07-18 | 2 | -22/+211 | |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> | |||||
* | In cmd_keypress_cb(), sanity-check c for NULL consistently. | Marco Peereboom | 2011-07-18 | 1 | -1/+1 | |
| | | | | From: Fabian Keil <fk@fabiankeil.de> | |||||
* | Fix a logic bug in add_mime_type() that could result in a NULL pointer | Marco Peereboom | 2011-07-18 | 1 | -1/+1 | |
| | | | | | | dereference in case of invalid parameters. From: Fabian Keil <fk@fabiankeil.de> | |||||
* | Indentation fix for xtp_page_dl() | Marco Peereboom | 2011-07-18 | 1 | -2/+2 | |
| | | | | From: Fabian Keil <fk@fabiankeil.de> | |||||
* | Fix a memory leak in xtp_page_cl() in case of invalid parameters. | Marco Peereboom | 2011-07-18 | 1 | -2/+2 | |
| | | | | From: Fabian Keil <fk@fabiankeil.de> | |||||
* | another oops that needs to be fatalish. | Marco Peereboom | 2011-07-18 | 1 | -1/+3 | |
| | | | | From: Fabian Keil <fk@fabiankeil.de> | |||||
* | a fatal turned oops should remain fatalish... | Marco Peereboom | 2011-07-18 | 1 | -0/+1 | |
| | | | | found by akfaew | |||||
* | FS#72, local files in favorites and history. | Raphael Graf | 2011-07-16 | 1 | -102/+108 | |
| | | | | ok marco@ | |||||
* | Bring back down pointing arrow to select active tab. | Marco Peereboom | 2011-07-15 | 1 | -5/+39 | |
| | | | | | Bad stevan for first listening to me and then not fixing this after I changed my mind. | |||||
* | Merge show_oops and show_oops_s. | Stevan Andjelkovic | 2011-07-13 | 1 | -91/+69 | |
| | | | | ok marco@ | |||||
* | 07:47 <stevan> you broke it, you fix it :-p | Marco Peereboom | 2011-07-13 | 1 | -1/+1 | |
| | | | | unbreak silly guess_search thing | |||||
* | stevan's spacebar is sometime brocken | Marco Peereboom | 2011-07-13 | 1 | -2/+2 | |
| | ||||||
* | Fix compiler warnings on linux. | Raphael Graf | 2011-07-13 | 1 | -8/+8 | |
| | | | | ok marco@ | |||||
* | Fixed some small comments Marco had on :buffers. | Stevan Andjelkovic | 2011-07-12 | 1 | -3/+7 | |
| | | | | ok marco@ | |||||
* | Added :buffers command, which displays open tabs and enables selection via | Stevan Andjelkovic | 2011-07-12 | 2 | -65/+188 | |
| | | | | | | the keyboard. ok marco@ | |||||
* | add bugzilla # to XXX | Marco Peereboom | 2011-07-12 | 1 | -0/+1 | |
| | ||||||
* | this apparently is moar bettar | Marco Peereboom | 2011-07-11 | 1 | -2/+2 | |
| | | | | | From: Luis Henriques <luis.henrix@gmail.com> Additional input: keenerd <keenerd@gmail.com> | |||||
* | Describe font stuffs. | Marco Peereboom | 2011-07-11 | 1 | -0/+8 | |
| | | | | From: Michal Mazurek <akfaew@jasminek.net> | |||||
* | oops i screwed up the font sizes while testing | Marco Peereboom | 2011-07-11 | 1 | -2/+2 | |
| | ||||||
* | typo, from Luis Henriques <luis.henrix@gmail.com> | Marco Peereboom | 2011-07-11 | 1 | -1/+1 | |
| | ||||||
* | add a font option for the status and command entry bars. | Marco Peereboom | 2011-07-11 | 2 | -2/+23 | |
| | | | | | | from Michal Mazurek <akfaew@jasminek.net> Man page please! | |||||
* | document that webkit poopoos over max-conns and max-host-conns. | Marco Peereboom | 2011-07-08 | 2 | -2/+5 | |
| | ||||||
* | Fiddle with ulimits in order to get more fds as webkit is so nice to | Marco Peereboom | 2011-07-08 | 1 | -0/+18 | |
| | | | | | | | ignore the values we set. Each xxxterm instance needs at least 75ish descriptors to operate correctly. 70 or so for webkit and 5 for or so for xxxterm itself. This should mitigate fd starvation as much as the environment allows. |