about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-2/+7
| | | | | | change runtime settings. Settings that have been modified show in a highlighted color in the table. Tooltips describe the setting's function, as well as the default values.
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-311-0/+1
| | | | | | | | | | | | | | | whitelist settings) to make all requests to that domain use the HTTPS scheme, similar to HSTS. Install a new file, hsts-preload, into the resource dir. This is a regular config file with a bunch of force_https = ... lines, which is used to implement a preloaded HSTS list. Right now all the domains in this file, except for conformal.com and cyphertite.com, are taken directly from chromium's preloaded HSTS list (and should be synced with this file every so often). Also implement a new setting, preload_strict_transport (enabled by default), to enable or disable the loading of this preloaded HSTS list. Document force_https and preload_strict_transport in the manpage.
* Add for support for, and enable GTK3 as default.Josh Rickmar2012-07-091-0/+8
| | | | | | GTK2 is still supported. To build against GTK2, use: $ GTK_VERSION=gtk2 make
* make install should also scaffold the manual dir.vext012012-06-121-0/+1
| | | | OK marco
* FIX: Makefile fails to scaffold ${PREFIX}/binvext012012-06-071-0/+1
| | | | | | | | | % PREFIX=/opt/xombrero make install ... install -c -S -o root -g bin -m 555 xombrero /opt/xombrero/bin/xombrero install: /opt/xombrero/bin/INS@qSFSXMG9Df: No such file or directory OK marco
* rename xxxterm to xomreroMarco Peereboom2012-05-171-14/+14
|
* -g instead of -ggdb3Marco Peereboom2012-05-151-1/+1
|
* fix debugMarco Peereboom2012-02-061-2/+3
|
* abstract fork and execMarco Peereboom2012-01-311-1/+1
|
* fixup <> includesMarco Peereboom2012-01-231-1/+1
|
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-1/+2
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* fix dependsTodd T. Fries2012-01-041-1/+1
|
* lets build javascript.h in the obj/ dir if present...Todd T. Fries2012-01-041-5/+13
|
* More make file fixesStevan Andjelkovic2012-01-041-1/+1
|
* Fix make filesStevan Andjelkovic2012-01-041-1/+2
|
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-1/+1
|
* Add history.c and completion.c...Stevan Andjelkovic2012-01-021-1/+1
| | | | | | ... and move history and completion related functions to them. ok marco@
* Move focus stuff into it's own file.Marco Peereboom2011-11-111-1/+2
| | | | This will enable us to support webkit 1.2 as well.
* move common warnings to common areaMarco Peereboom2011-11-041-2/+1
|
* better warningsMarco Peereboom2011-11-041-4/+4
|
* add -Wshadow to clang targetMarco Peereboom2011-11-041-2/+6
|
* use install instead of cp and mkdir for installmarco2011-11-031-7/+8
|
* move cookies to own filemarco2011-11-021-1/+1
|
* More file splitsMarco Peereboom2011-11-021-1/+1
| | | | Add whitelist and settings files.
* damn git never does what it says it doesmarco2011-11-021-1/+1
| | | | these file remained behind
* Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm"marco2011-11-021-1/+1
| | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1.
* Revert "move some xtp functions over, RB_* prevented all"marco2011-11-021-5/+1
| | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258.
* move some xtp functions over, RB_* prevented allTodd T. Fries2011-11-011-1/+5
|
* sort whitelist stuff into whitelist.cTodd T. Fries2011-11-011-1/+1
|
* Should have been part of the previous commitMarco Peereboom2011-11-011-1/+1
|
* Initialize gcrypt like $deity indentedMarco Peereboom2011-10-211-1/+1
| | | | Nowhere in the doco of gnutls does one find such important info.
* Revert "Switch to gtk3 by default"Marco Peereboom2011-10-201-2/+2
| | | | This reverts commit 83cb2257734247d17d9d8f91df01b2992633b469.
* Switch to gtk3 by defaultMarco Peereboom2011-10-171-2/+2
|
* Add clang targetsMarco Peereboom2011-10-101-7/+18
| | | | | Not quite perfect but good enough to use clang when not defined in mk.conf and to start the static analyzer. Work done by davec.
* bring threads back from deadmarco2011-10-101-2/+2
| | | | IT'S ALIIIIIIIIIVEEEEEEEE
* get rid of threads altogetherMarco Peereboom2011-10-061-2/+3
| | | | | it was a mistake to introduce threads for the color bar so simply get rid of threads altogether and pretend it never happened.
* Use correct variable for CURDIR in Makefile.Dave Collins2011-10-041-1/+1
|
* Add full versioning support with automatic releaseDave Collins2011-10-031-3/+6
|
* Add xxxterm.core to CLEANFILES in MakefileCody Wright2011-10-031-1/+1
|
* catch up to new man reality; files go in man/manMarco Peereboom2011-07-071-1/+1
|
* Add xxxterm.cat1 to CLEANFILESDavid Hill2011-05-011-1/+1
|
* quotes from marco, to be added to by !marco. Just the good stuff!Todd Fries2011-03-241-1/+1
|
* remove some dead javascript helpersMarco Peereboom2011-03-021-4/+3
| | | | from Todd Carson <toc@daybefore.net>
* Low contrast web browsing (yay!)Marco Peereboom2011-02-261-2/+4
| | | | From: Todd Carson <toc@daybefore.net>
* o depend on xxxterm and xxxterm.cat1Todd Fries2011-02-251-1/+1
| | | | o release based on CVS/Root
* add a very ugly release mechanism, todd gets to make it omggoodMarco Peereboom2011-02-251-0/+3
|
* yay no more perl all the time!Marco Peereboom2011-01-101-2/+2
| | | | thanks to todd@openbsd.org
* Add :cert to print certificate chain as requested by jy-pMarco Peereboom2011-01-041-0/+1
| | | | remove some #if 0 cruft while at it
* rename icons per ians recommendationMarco Peereboom2011-01-041-5/+5
|
* switch icons to pngMarco Peereboom2011-01-031-5/+5
|