about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* permit userstyle_global in xxxterm.confTodd T. Fries2012-02-281-0/+1
* document userstyle and userstyle_global, noticed by jy-pMarco Peereboom2012-02-281-0/+4
* knfMarco Peereboom2012-02-281-4/+4
* document the strategy used in the config file, prompted by jy-pMarco Peereboom2012-02-281-0/+10
* forgot some {} when doing path surgeryMarco Peereboom2012-02-281-1/+2
* Fix warning message about missing tld-rules file.Lawrence Teo2012-02-281-1/+1
* fix a couple of mem leaks, bad stevan! fix provided by ber_t on forumMarco Peereboom2012-02-272-18/+31
* make xxxterm compile on osxMarco Peereboom2012-02-231-1/+4
* webkit 1.2.x doesnt have api versionMarco Peereboom2012-02-231-2/+6
* add build string to linux buildMarco Peereboom2012-02-221-0/+5
* print more version information in :aboutMarco Peereboom2012-02-221-2/+8
* move commentMarco Peereboom2012-02-211-2/+1
* make script quiet in order not to fail on launchMarco Peereboom2012-02-211-1/+1
* 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-173-3/+3
* FS#246 cycling tabs with gtRaphael Graf2012-02-161-50/+4
* make compile on windowsMarco Peereboom2012-02-151-2/+2
* add start page as a search engine tooMarco Peereboom2012-02-151-0/+3
* add loudness flag on remote executionMarco Peereboom2012-02-143-5/+9
* add -y and remove some quotesMarco Peereboom2012-02-141-3/+1
* Add initial support for Strict-Transport-SecurityElias Norberg2012-02-115-4/+312
* 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
* fix debugMarco Peereboom2012-02-061-2/+3
* add unix specific fileMarco Peereboom2012-01-311-0/+41
* abstract fork and execMarco Peereboom2012-01-314-60/+14
* Fix compilation-problems on linux (FS#235)Elias Norberg2012-01-301-1/+1
* Fix problem with hinting introduced by e1e31b4eElias Norberg2012-01-301-1/+1
* add extern to blocked cookiesMarco Peereboom2012-01-291-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
* comment out user_agent, bad elias for adding them enabled\!Marco Peereboom2012-01-281-5/+5
* fix dowloads + unlink in download manager on windowsMarco Peereboom2012-01-272-1/+14
* make debug work and lose ARGV_TYPE now that we use mingw64Marco Peereboom2012-01-272-11/+4
* Add a "remove all" button on the cookiejar page.vext012012-01-254-14/+56
* 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-252-5/+7
* shut windows upMarco Peereboom2012-01-251-0/+2
* also fixup PS over hereMarco Peereboom2012-01-247-16/+16
* many more path separatorsMarco Peereboom2012-01-241-18/+18
* add a path delimiter so that we can make this work on windowsMarco Peereboom2012-01-241-15/+19
* windows can edn up with dp == NULLMarco Peereboom2012-01-241-1/+1
* use inttypes nonsense to make this compile on windowsMarco Peereboom2012-01-242-3/+6
* mkdir only takes one arg on windowsMarco Peereboom2012-01-241-0/+4
* windows only has regular filesMarco Peereboom2012-01-241-1/+7
* shuffle variables around to please XT_RESOURCE_LIMITS_DISABLEMarco Peereboom2012-01-241-6/+11
* convert long long to int to shut mingw upMarco Peereboom2012-01-241-2/+2
* replace gnutls_strerror_name with a dummy string when the version is too oldMarco Peereboom2012-01-241-0/+4
* wrap socket code in #if for windows portabilityMarco Peereboom2012-01-231-4/+8