about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of forcing the xterm clipboard workaround make it an option.Marco Peereboom2011-08-211-4/+11
* better sbe creationMichal Mazurek2011-08-111-23/+20
* < statusbar_modify_attr(t, XT_COLOR_BLACK, "white");Michal Mazurek2011-08-101-1/+1
* display certificate exceptions when visiting untrusted siteMarco Peereboom2011-08-101-4/+46
* notify_load_error_cb clobbers perfectly good URLs in uri_entry when aMarco Peereboom2011-08-091-0/+12
* missing spacesMarco Peereboom2011-08-071-1/+1
* start renaming karg elements to make them more obviousMarco Peereboom2011-08-071-15/+15
* fix silly {} in switch. noticed by akfaewMarco Peereboom2011-08-071-10/+6
* Fix in buffer commands.Michal Mazurek2011-08-071-0/+1
* add some missing copyrights and tagsMarco Peereboom2011-08-061-3/+0
* default zoom levels should be set on tab creation,Todd Fries2011-08-051-0/+1
* stupid socket bug DIE DIE DIEMarco Peereboom2011-08-051-7/+11
* Be much louder when connecting and DONT return success when somethingMarco Peereboom2011-08-051-13/+28
* Start TLS failed is useless; print something betterMarco Peereboom2011-08-051-6/+3
* Stop relying on stupid webkit to see if a certificate is trusted. ItMarco Peereboom2011-08-041-53/+50
* thread the gnu tls code in order to make the browser a little snappier.Marco Peereboom2011-08-041-27/+77
* when a cert is saved always blue the address bar.Marco Peereboom2011-08-041-1/+7
* remove XXXMarco Peereboom2011-08-041-1/+1
* Kill some gtk warnings when fancy_bar = 0. I had this fixed before butMarco Peereboom2011-08-041-37/+40
* Warn about going to an nonexistant quickmarkMichal Mazurek2011-08-031-2/+8
* () -> (void) for function declarationsMarco Peereboom2011-08-031-4/+4
* allow # in fav and quickmark fileMarco Peereboom2011-08-031-3/+10
* kill reloadforce and make all reloads actually reload instead ofMarco Peereboom2011-08-031-10/+10
* move a stray variable declaration to the right spotMarco Peereboom2011-08-031-1/+1
* this webkit bug has been fixedMarco Peereboom2011-08-031-2/+0
* Use proper load uri function so that hinting does show the uri in theMarco Peereboom2011-08-031-1/+1
* much more cleanupMarco Peereboom2011-08-031-32/+53
* start cleaning up michal style violations and fix a & that should haveMarco Peereboom2011-08-031-23/+33
* Add the "mark" buffer command. This is diff bcmd #6Michal Mazurek2011-08-031-0/+52
* Add 'Z' zoom amount status bar element. Not visible by default.Michal Mazurek2011-08-031-1/+36
* Yet another attempt at fixing clipboards. This time we detect when aMarco Peereboom2011-08-021-63/+21
* Add the 'go up' buffer command. This is diff bcmd #1Michal Mazurek2011-08-021-0/+39
* Add quickmarks. This is bcmd #5.Michal Mazurek2011-08-021-0/+161
* Add the 'move percent' buffer command. This is diff bcmd #4.Michal Mazurek2011-08-021-0/+15
* Add the gototab buffer command. This is diff bcmd #3.Michal Mazurek2011-08-021-0/+17
* Add the 'zoom amount' buffer command. This is bcmd #2.Michal Mazurek2011-08-021-0/+12
* Fix socket code that raphael broke and obviously didn't test.Marco Peereboom2011-08-021-1/+1
* restore scrollfarleft bound to 0Michal Mazurek2011-08-021-0/+1
* Fixed buffer commands for url bar.Michal Mazurek2011-08-021-13/+145
* revert buffer command regex stuff; it eats keystrokes from the searchMarco Peereboom2011-08-021-144/+11
* Move #include <regex.h> to maintain sorted order.Michal Mazurek2011-08-021-1/+2
* add preliminary buffer command code.Michal Mazurek2011-08-011-11/+143
* Allow ip adresses in whitelists (FS#130). And some window-title/tab-label fixes.Raphael Graf2011-07-311-114/+98
* /tmp/cvsS55e3aMichal Mazurek2011-07-301-16/+8
* add statusbar_elemsMichal Mazurek2011-07-301-51/+74
* remove t.font_size, rewrite adjustfont_webkitMichal Mazurek2011-07-291-19/+25
* add a method for running scripts on a page. the example usesMarco Peereboom2011-07-251-1/+77
* add more settable fontsMarco Peereboom2011-07-251-1/+14
* Don't crash when reordering tabs.Raphael Graf2011-07-211-27/+18
* Check webkit version at compile time. Fixes FS#129.Raphael Graf2011-07-201-67/+67