about summary refs log tree commit diff stats
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
* linux GNUmakefile: install user-agent-headers and http-accept-headers filesHeiko Engel2014-11-271-0/+4
|
* Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.John C. Vernaleo2014-07-012-1/+3
| | | | | | This removes the hardcoded path for it on all platforms. Provided by Unit193 on irc (and initially suggested by @jrib on github).
* Remove some osx specific lines from linux dir.John C. Vernaleo2014-03-221-4/+0
| | | | | | | | osx now has its own copies of files like util.h so osx specific changes no longer needed here and apparently it gives some trouble on certain odd (i.e., non-debian or redhat) linux systems. Closes #53
* Fix duplicate definitions in MavericksTim2014-03-111-0/+4
|
* Synchronise makefiles, add BSD makefile for Linux.Andrew Shadura2013-10-162-105/+192
|
* New iconJosh Rickmar2013-09-251-1/+4
|
* Remove the rest of the unused lib dirs from Makefiles.John C. Vernaleo2013-07-011-1/+0
|
* Remove empty lib directoryYpnose2013-06-301-1/+0
|
* Make Linux and OSX Makefiles a little more internally consistant.John C. Vernaleo2013-06-141-1/+1
|
* kill -lgcrypt, no longer needed after killing coloring threadsMarco Peereboom2013-06-121-1/+1
|
* Remove threadingJosh Rickmar2013-05-141-1/+1
| | | | | | | Now that the cert sideband thread is gone, threading can be removed. Making GTK calls across multiple threads is also deprecated in newer GTK versions and is severly broken on Windows, so there's no point in keeping this around.
* Add -I paths for recent Ubuntu. From Kyle Isom kyle@tyrfingr.isJohn C. Vernaleo2013-05-131-0/+2
|
* Add install of $(PREFIX)/share/applications to Makefile.Reginald Kennedy2012-12-181-1/+3
| | | | | This fixes issues when installing to a clean path such as with package creation.
* Update the uninstall target in the linux Makefile.John C. Vernaleo2012-11-301-0/+3
|
* add tor icon toggle for proxyMarco Peereboom2012-11-281-0/+2
| | | | requested by many
* Install xombrero.desktop. Fixes FS384.Josh Rickmar2012-10-281-0/+2
|
* Use the correct javascriptcoregtk on linux with gtk3.Josh Rickmar2012-07-181-1/+6
|
* Implement an about:runtime page and :runtime command to view andJosh Rickmar2012-07-311-1/+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/+3
| | | | | | | | | | | | | | | 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.
* Makefile fixes for Linux and FreeBSD. Install the css to the resourceJosh Rickmar2012-07-111-0/+1
| | | | | dir on Linux, and install _o/ for FreeBSD (why wasn't this done before?)
* Enable GTK3 as default on FreeBSD and Linux, and make attempts toJosh Rickmar2012-07-101-1/+8
| | | | | | improve coloring when using other invasive GTK3 themes. The URI bar should now be colored correctly, unless explicitly overridden in a user theme.
* Fix build on linuxJosh Rickmar2012-07-051-0/+8
|
* Import the latest OpenBSD tree.h, as we make calls to RB_FOREACH_SAFE, which ↵Josh Rickmar2012-06-291-1/+11
| | | | the old one did not have.
* rename xxxterm to xomreroMarco Peereboom2012-05-174-24/+20
|
* conditionally use pkg-config javascriptcoregtk-1.0Marco Peereboom2012-05-161-3/+6
|
* pkg-config updates for the linux/Makefile.Thordur Bjornsson2012-03-181-2/+2
| | | | | | Add glib-2.0 to LIBS. Add javascriptcoregtk to LIBS (pointed out by marco). Move libbsd to LIBS.
* add build string to linux buildMarco Peereboom2012-02-221-0/+5
|
* Fix compilation-problems on linux (FS#235)Elias Norberg2012-01-301-1/+1
|
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-0/+1
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* Some more fixes for autoscrollStevan Andjelkovic2012-01-041-1/+1
|
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-2/+2
| | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
* add uninstall target and install icon alreadyMarco Peereboom2011-11-031-0/+19
|
* Add automatic dependency generation for linux.Dave Collins2011-11-031-4/+16
| | | | Also improve the makefile to use dynamic sources and objects.
* one more oops, we need .o not .cMarco Peereboom2011-11-031-1/+1
|
* oops, add missing CFLAGSMarco Peereboom2011-11-031-2/+2
|
* catch upMarco Peereboom2011-11-021-1/+1
|
* catch up on new filesMarco Peereboom2011-11-021-1/+1
|
* make linux and freebsd compile againmarco2011-11-021-1/+1
|
* Add -lgcryptMarco Peereboom2011-10-211-1/+1
| | | | I managed to lose this commit.
* Bring Linux makefile up to current reality.Marco Peereboom2011-10-141-4/+2
|
* add some missing copyrights and tagsMarco Peereboom2011-08-063-2/+18
|
* Clean parent directory as well.Raphael Graf2011-05-211-1/+1
| | | | ok marco@
* 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-2/+2
| | | | from Todd Carson <toc@daybefore.net>
* fixup linux and freebsdMarco Peereboom2011-02-261-2/+2
|
* fix linux makefile from reashlin & patricius on the forumMarco Peereboom2011-02-231-2/+2
|
* when undoing delete_tab restore historyMarco Peereboom2011-01-041-1/+1
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* consolidate getpeerid code with linux.Marco Peereboom2010-12-292-0/+39
| | | | | | | fix enable_socket default fix man page from Stevan Andjelkovic <stevan@student.chalmers.se>
* make linux compile againMarco Peereboom2010-12-231-1/+1
|
* Fix linux build. Linux does not have fmt_scaled() or tree.h, so we have copiedEdd Barrett2010-12-163-0/+1014
| | | | | | them over from OpenBSD. OK marco@