Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New icon | Josh Rickmar | 2013-09-25 | 1 | -1/+4 |
| | |||||
* | Remove the rest of the unused lib dirs from Makefiles. | John C. Vernaleo | 2013-07-01 | 1 | -1/+0 |
| | |||||
* | Remove empty lib directory | Ypnose | 2013-06-30 | 1 | -1/+0 |
| | |||||
* | Make Linux and OSX Makefiles a little more internally consistant. | John C. Vernaleo | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | kill -lgcrypt, no longer needed after killing coloring threads | Marco Peereboom | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | Remove threading | Josh Rickmar | 2013-05-14 | 1 | -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.is | John C. Vernaleo | 2013-05-13 | 1 | -0/+2 |
| | |||||
* | Add install of $(PREFIX)/share/applications to Makefile. | Reginald Kennedy | 2012-12-18 | 1 | -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. Vernaleo | 2012-11-30 | 1 | -0/+3 |
| | |||||
* | add tor icon toggle for proxy | Marco Peereboom | 2012-11-28 | 1 | -0/+2 |
| | | | | requested by many | ||||
* | Install xombrero.desktop. Fixes FS384. | Josh Rickmar | 2012-10-28 | 1 | -0/+2 |
| | |||||
* | Use the correct javascriptcoregtk on linux with gtk3. | Josh Rickmar | 2012-07-18 | 1 | -1/+6 |
| | |||||
* | Implement an about:runtime page and :runtime command to view and | Josh Rickmar | 2012-07-31 | 1 | -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 the | Josh Rickmar | 2012-07-31 | 1 | -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 resource | Josh Rickmar | 2012-07-11 | 1 | -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 to | Josh Rickmar | 2012-07-10 | 1 | -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. | ||||
* | rename xxxterm to xomrero | Marco Peereboom | 2012-05-17 | 1 | -20/+20 |
| | |||||
* | conditionally use pkg-config javascriptcoregtk-1.0 | Marco Peereboom | 2012-05-16 | 1 | -3/+6 |
| | |||||
* | pkg-config updates for the linux/Makefile. | Thordur Bjornsson | 2012-03-18 | 1 | -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 build | Marco Peereboom | 2012-02-22 | 1 | -0/+5 |
| | |||||
* | Fix compilation-problems on linux (FS#235) | Elias Norberg | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Use a list of TLD's to properly handle multi-part TLD's | Elias Norberg | 2012-01-16 | 1 | -0/+1 |
| | | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules' | ||||
* | Some more fixes for autoscroll | Stevan Andjelkovic | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Favicons for compact tab + autoscroll | Stevan Andjelkovic | 2012-01-03 | 1 | -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 already | Marco Peereboom | 2011-11-03 | 1 | -0/+19 |
| | |||||
* | Add automatic dependency generation for linux. | Dave Collins | 2011-11-03 | 1 | -4/+16 |
| | | | | Also improve the makefile to use dynamic sources and objects. | ||||
* | one more oops, we need .o not .c | Marco Peereboom | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | oops, add missing CFLAGS | Marco Peereboom | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | catch up | Marco Peereboom | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | catch up on new files | Marco Peereboom | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | make linux and freebsd compile again | marco | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Add -lgcrypt | Marco Peereboom | 2011-10-21 | 1 | -1/+1 |
| | | | | I managed to lose this commit. | ||||
* | Bring Linux makefile up to current reality. | Marco Peereboom | 2011-10-14 | 1 | -4/+2 |
| | |||||
* | Clean parent directory as well. | Raphael Graf | 2011-05-21 | 1 | -1/+1 |
| | | | | ok marco@ | ||||
* | quotes from marco, to be added to by !marco. Just the good stuff! | Todd Fries | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | remove some dead javascript helpers | Marco Peereboom | 2011-03-02 | 1 | -2/+2 |
| | | | | from Todd Carson <toc@daybefore.net> | ||||
* | fixup linux and freebsd | Marco Peereboom | 2011-02-26 | 1 | -2/+2 |
| | |||||
* | fix linux makefile from reashlin & patricius on the forum | Marco Peereboom | 2011-02-23 | 1 | -2/+2 |
| | |||||
* | when undoing delete_tab restore history | Marco Peereboom | 2011-01-04 | 1 | -1/+1 |
| | | | | from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | make linux compile again | Marco Peereboom | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | make sure javascript.h gets built. from keenerd <keenerd@gmail.com> | Marco Peereboom | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Make linux compile too | Marco Peereboom | 2010-08-12 | 1 | -0/+7 |
| | |||||
* | add linux support | Marco Peereboom | 2010-02-24 | 1 | -0/+30 |
thanks nicm |