about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Shuffle init of history to prevent some warnings.Marco Peereboom2011-08-261-19/+31
* The webkit history functions are really really stupid so work around theMarco Peereboom2011-08-261-12/+75
* rework connect logic on cert retrievalMarco Peereboom2011-08-251-15/+16
* i swear one day i'll remember to cleanup after myselfMarco Peereboom2011-08-251-1/+0
* fix proxy booboo i madeMarco Peereboom2011-08-251-6/+3
* add history_autosave so that one can restore command and search historyMarco Peereboom2011-08-251-3/+86
* fix more :port corner casesMarco Peereboom2011-08-251-1/+1
* Shuffle the about code into guess url because it really belongs there;Marco Peereboom2011-08-241-8/+19
* debug cruftMarco Peereboom2011-08-241-1/+1
* just kill :ports dead; it has been nothing but a hindrance.Marco Peereboom2011-08-241-11/+2
* add search history as well and generalize the history functionsMarco Peereboom2011-08-241-23/+44
* generalize history and remove debug cruftMarco Peereboom2011-08-241-34/+42
* dont add a history item if it is identical to the previousMarco Peereboom2011-08-241-0/+11
* add basic command historyMarco Peereboom2011-08-241-4/+86
* better regex from mcbrideMarco Peereboom2011-08-241-1/+1
* allow right click in command entry without losing focusMarco Peereboom2011-08-241-1/+18
* add a regex to determine if something is a url (to be used inMarco Peereboom2011-08-241-8/+22
* strip port number of end of whitelist entries.Marco Peereboom2011-08-241-0/+12
* use an actual working heuristic to determine if something is a valid url;Marco Peereboom2011-08-241-13/+8
* allow http_proxy to be set at runtime.Marco Peereboom2011-08-241-5/+48
* also handle special int and floats in :setMarco Peereboom2011-08-231-0/+12
* Start working on the :set command.Marco Peereboom2011-08-231-3/+83
* When saving a session save the URL entry bar if there is no URL loadedMarco Peereboom2011-08-231-2/+8
* Sites like flickr REQUIRE HTML5 local storage for the JS popup menus toMarco Peereboom2011-08-231-2/+25
* add a start page exception to complain about things like invalid configMarco Peereboom2011-08-231-17/+89
* Add a delay before highlighting the search terms. This delay is only usedMarco Peereboom2011-08-231-20/+70
* Abort commands when there are no submatches in regex; had to hand rollMarco Peereboom2011-08-221-26/+93
* 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