about summary refs log tree commit diff stats
path: root/xxxterm.c
Commit message (Expand)AuthorAgeFilesLines
* rename xxxterm to xomreroMarco Peereboom2012-05-171-8093/+0
* Add a setting to show download notifications via show_oops (default 0)Josh Rickmar2012-05-161-2/+6
* make gdk_flush compile time conditionalMarco Peereboom2012-05-161-3/+3
* rewrite mutex implementation to fix some subtle bugs, also add some more lock...Marco Peereboom2012-05-161-41/+49
* Revert "Do a show_oops when a download is finished"Josh Rickmar2012-05-161-2/+0
* Do a show_oops when a download is finishedJosh Rickmar2012-05-161-0/+2
* add some links as to where all this magic came fromMarco Peereboom2012-05-151-0/+4
* add gdk_flush per doco and call XInitThreads per some posting on the netMarco Peereboom2012-05-151-0/+4
* Merge branch 'master' of ssh://opensource.conformal.com/git/xxxtermMarco Peereboom2012-05-151-2/+2
|\
| * Fix the behavior of search_string so it matches the manpage. An emptyJosh Rickmar2012-05-151-2/+2
* | add a missing got done; found by dhill and was sitting in my treeMarco Peereboom2012-05-151-1/+1
|/
* Rename js_autorun_enabled to enable_js_autorun and document the usage in the ...Josh Rickmar2012-05-111-1/+1
* Make most of the rest of the settings dynamic.Josh Rickmar2012-05-111-14/+28
* tld_get_suffix will return NULL on bad input. Don't pass this toJosh Rickmar2012-05-101-1/+2
* Make show_url a runtime settingJosh Rickmar2012-05-071-3/+0
* Make show_tabs a runtime setting and replace atoi() calls withJosh Rickmar2012-05-071-15/+0
* time_t -> long long -> fs271Marco Peereboom2012-04-301-6/+6
* add ctrl-enter for the windows headsMarco Peereboom2012-04-301-1/+22
* Fix for FS#270 - Bugs with stripping refererElias Norberg2012-04-091-2/+23
* make the 1024 limit 1024, not 1025, from mcbrideMarco Peereboom2012-04-071-1/+1
* permit over-riding of style via standard gtkrc and such likeTodd T. Fries2012-04-041-23/+54
* fix missing commitsMarco Peereboom2012-03-071-9/+17
* * simplify marks code, no more magic loopsMichal Mazurek2012-03-041-26/+27
* Linux doesn't play nice with fputs return values, found the hard way by Ryan ...Marco Peereboom2012-03-011-2/+2
* add language that we are not suggesting search enginesMarco Peereboom2012-03-011-1/+6
* make sure we eat \n during sod fgetsMarco Peereboom2012-03-011-1/+6
* add a welcome screen for start of day and upgrades and use it to announce the...Marco Peereboom2012-03-011-0/+37
* knfMarco Peereboom2012-02-281-4/+4
* forgot some {} when doing path surgeryMarco Peereboom2012-02-281-1/+2
* fix a couple of mem leaks, bad stevan! fix provided by ber_t on forumMarco Peereboom2012-02-271-5/+10
* oops, use right list when going backwards should fix fs #247Marco Peereboom2012-02-191-2/+2
* make the 'gu' buffer command always strip the last '/' to fix pathsMichal Mazurek2012-02-171-0/+8
* on linux unsigned long long isnt unsigned long longMarco Peereboom2012-02-171-1/+1
* FS#246 cycling tabs with gtRaphael Graf2012-02-161-50/+4
* make compile on windowsMarco Peereboom2012-02-151-2/+2
* add loudness flag on remote executionMarco Peereboom2012-02-141-3/+3
* Add initial support for Strict-Transport-SecurityElias Norberg2012-02-111-4/+290
* skip file:// when launching an external app with a downloaded fileMarco Peereboom2012-02-081-0/+2
* up file descriptors warningMarco Peereboom2012-02-061-3/+4
* abstract fork and execMarco Peereboom2012-01-311-58/+6
* Fix problem with hinting introduced by e1e31b4eElias Norberg2012-01-301-1/+1
* make gnutls play nice with file descriptors, fixes windows gnutls errorsMarco Peereboom2012-01-281-0/+19
* remove unused variableMarco Peereboom2012-01-281-2/+2
* fix dowloads + unlink in download manager on windowsMarco Peereboom2012-01-271-1/+10
* make debug work and lose ARGV_TYPE now that we use mingw64Marco Peereboom2012-01-271-10/+3
* Add a "remove all" button on the cookiejar page.vext012012-01-251-1/+26
* windows and unix have different argv definitionsMarco Peereboom2012-01-251-2/+9
* I put PS in the wrong file, so move it so that stuff compiles againMarco Peereboom2012-01-251-5/+2
* shut windows upMarco Peereboom2012-01-251-0/+2
* many more path separatorsMarco Peereboom2012-01-241-18/+18