Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for release 1.6.4. | David Hill | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | work around css issues | Marco Peereboom | 2015-02-13 | 1 | -49/+2 |
| | |||||
* | playtime | Marco Peereboom | 2015-02-12 | 1 | -5/+6 |
| | |||||
* | Revert "make colors somewhate work" | Marco Peereboom | 2015-02-12 | 1 | -2/+2 |
| | | | | This reverts commit f36afd122e66b4a505509a2e28129fe5e713f728. | ||||
* | deal with deprecated call | Marco Peereboom | 2015-02-12 | 1 | -1/+2 |
| | |||||
* | make colors somewhate work | Marco Peereboom | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | don't move cursor before : or ?; from someone on IRC | Marco Peereboom | 2014-12-20 | 1 | -0/+4 |
| | |||||
* | Catch OSX Makefile up with linux. | John C. Vernaleo | 2014-12-01 | 1 | -0/+4 |
| | | | | | Install/uninstall user-agent-headers and http-accept-headers which were missing from osx makefile. | ||||
* | linux GNUmakefile: install user-agent-headers and http-accept-headers files | Heiko Engel | 2014-11-27 | 1 | -0/+4 |
| | |||||
* | Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile. | John C. Vernaleo | 2014-07-01 | 8 | -3/+9 |
| | | | | | | This removes the hardcoded path for it on all platforms. Provided by Unit193 on irc (and initially suggested by @jrib on github). | ||||
* | added "open search in new tab" (using C-Enter on search) per | ader | 2014-05-02 | 2 | -0/+22 |
| | | | | https://github.com/conformal/xombrero/issues/61 | ||||
* | Match recent FreeBSD Makefile fix in dragonfly Makefile. | John C. Vernaleo | 2014-03-25 | 1 | -0/+1 |
| | |||||
* | update FreeBSD Makefile solve issue if share dir dne | Waitman Gobble | 2014-03-24 | 1 | -0/+1 |
| | |||||
* | Remove some osx specific lines from linux dir. | John C. Vernaleo | 2014-03-22 | 1 | -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 | ||||
* | Make osx directory use its own files | John C. Vernaleo | 2014-03-13 | 4 | -6/+808 |
| | | | | | | instead of symlinks to the Linux ones. Closes #31 | ||||
* | Fix BackSpace key name in man page | Tim | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | Fix duplicate definitions in Mavericks | Tim | 2014-03-11 | 1 | -0/+4 |
| | |||||
* | fix a clang warning | David Hill | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | Fix segfault that can occur when referer = save-domain/save-fqdn. | Reginald Kennedy | 2013-11-19 | 1 | -2/+9 |
| | |||||
* | Merge pull request #19 from andrewshadura/andrewsh/makefiles | John C. Vernaleo | 2013-10-24 | 4 | -112/+206 |
|\ | | | | | Synchronise makefiles, add BSD makefile for Linux. | ||||
| * | Synchronise makefiles, add BSD makefile for Linux. | Andrew Shadura | 2013-10-16 | 4 | -112/+206 |
| | | |||||
* | | Don't perform explicit float equality comparisons. | Andrew Shadura | 2013-10-16 | 1 | -2/+2 |
|/ | |||||
* | Support GTK 3.10. | David Hill | 2013-10-03 | 3 | -22/+29 |
| | | | | Initial work by dhill, fixes by jrick. | ||||
* | New icon | Josh Rickmar | 2013-09-25 | 14 | -4/+16 |
| | |||||
* | Fix several more issues with float/double settings. | Josh Rickmar | 2013-09-10 | 3 | -17/+18 |
| | | | | | | | | All floats are now doubles, and are represented as such with the XT_S_DOUBLE macro. struct settings fval field is now renamed to dval. Doubles are read in as %lf (double precision) instead of %f (single precision). Finally, a floating point comparison using != was removed. | ||||
* | fix GTK error: t->tbe.proxy is a GtkLabel | Abdo Roig-Maranges | 2013-09-08 | 1 | -2/+2 |
| | |||||
* | remove whitespace | David Hill | 2013-08-28 | 1 | -2/+2 |
| | |||||
* | Use gtk3 webkit by default on OS X. | Ray Lai | 2013-08-14 | 1 | -1/+8 |
| | |||||
* | Prepare for release 1.6.3. | David Hill | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Strip whitespace for config inputs | Josh Rickmar | 2013-07-11 | 1 | -0/+1 |
| | |||||
* | Prepare for release 1.6.2. | David Hill | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary check of domain in https wl. | Josh Rickmar | 2013-07-11 | 1 | -7/+4 |
| | | | | Spotted by dhill. | ||||
* | remove two extra calls, one which cause a small memleak. | David Hill | 2013-07-11 | 1 | -3/+0 |
| | |||||
* | Sync hsts-preload with chromium. | Josh Rickmar | 2013-07-11 | 1 | -1/+8 |
| | |||||
* | Add handler to always deny location requests. | Josh Rickmar | 2013-07-10 | 1 | -0/+8 |
| | |||||
* | Revert back to old way of converting DOM types. | Josh Rickmar | 2013-07-10 | 1 | -3/+3 |
| | |||||
* | Don't use broken HTML DOM check on old webkit. | Josh Rickmar | 2013-07-10 | 1 | -4/+12 |
| | |||||
* | Add an extra call to fix windows hooking. | Marco Peereboom | 2013-07-10 | 2 | -5/+14 |
| | | | | | This is required to have persistent cookies on windows. Thanks wenzo for writing the extremely magical magic fairydust code. | ||||
* | More WebKitDOMHTMLDocument sanity checking. | Josh Rickmar | 2013-07-10 | 1 | -5/+14 |
| | |||||
* | fix build | Josh Rickmar | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Kill remote cert error once and for all. | Josh Rickmar | 2013-07-10 | 1 | -7/+9 |
| | |||||
* | Check if the DOM node is a WebKitDOMHTMLDocument. | Josh Rickmar | 2013-07-10 | 1 | -1/+3 |
| | |||||
* | Kill float equality comparisons. | Josh Rickmar | 2013-07-08 | 3 | -7/+10 |
| | | | | | Add -Wfloat-equal to CFLAGS to prevent more from showing up in the future. | ||||
* | Fix types and bounds checking on config inputs. | Josh Rickmar | 2013-07-08 | 2 | -6/+13 |
| | |||||
* | lowercase | David Hill | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | mention about:plwl | David Hill | 2013-07-05 | 1 | -0/+2 |
| | |||||
* | Remove the rest of the unused lib dirs from Makefiles. | John C. Vernaleo | 2013-07-01 | 4 | -7/+0 |
| | |||||
* | Remove empty lib directory | Ypnose | 2013-06-30 | 1 | -1/+0 |
| | |||||
* | Prepare for release 1.6.1. | David Hill | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | remove -lgcrypt from netbsd Makefile | David Hill | 2013-06-25 | 1 | -1/+1 |
| |