about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Make osx directory use its own filesJohn C. Vernaleo2014-03-134-6/+808
| | | | | | instead of symlinks to the Linux ones. Closes #31
* Fix BackSpace key name in man pageTim2014-03-121-1/+1
|
* Fix duplicate definitions in MavericksTim2014-03-111-0/+4
|
* fix a clang warningDavid Hill2014-02-081-1/+1
|
* Fix segfault that can occur when referer = save-domain/save-fqdn.Reginald Kennedy2013-11-191-2/+9
|
* Merge pull request #19 from andrewshadura/andrewsh/makefilesJohn C. Vernaleo2013-10-244-112/+206
|\ | | | | Synchronise makefiles, add BSD makefile for Linux.
| * Synchronise makefiles, add BSD makefile for Linux.Andrew Shadura2013-10-164-112/+206
| |
* | Don't perform explicit float equality comparisons.Andrew Shadura2013-10-161-2/+2
|/
* Support GTK 3.10.David Hill2013-10-033-22/+29
| | | | Initial work by dhill, fixes by jrick.
* New iconJosh Rickmar2013-09-2514-4/+16
|
* Fix several more issues with float/double settings.Josh Rickmar2013-09-103-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 GtkLabelAbdo Roig-Maranges2013-09-081-2/+2
|
* remove whitespaceDavid Hill2013-08-281-2/+2
|
* Use gtk3 webkit by default on OS X.Ray Lai2013-08-141-1/+8
|
* Prepare for release 1.6.3.David Hill2013-07-111-1/+1
|
* Strip whitespace for config inputsJosh Rickmar2013-07-111-0/+1
|
* Prepare for release 1.6.2.David Hill2013-07-111-1/+1
|
* Remove unnecessary check of domain in https wl.Josh Rickmar2013-07-111-7/+4
| | | | Spotted by dhill.
* remove two extra calls, one which cause a small memleak.David Hill2013-07-111-3/+0
|
* Sync hsts-preload with chromium.Josh Rickmar2013-07-111-1/+8
|
* Add handler to always deny location requests.Josh Rickmar2013-07-101-0/+8
|
* Revert back to old way of converting DOM types.Josh Rickmar2013-07-101-3/+3
|
* Don't use broken HTML DOM check on old webkit.Josh Rickmar2013-07-101-4/+12
|
* Add an extra call to fix windows hooking.Marco Peereboom2013-07-102-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 Rickmar2013-07-101-5/+14
|
* fix buildJosh Rickmar2013-07-101-1/+1
|
* Kill remote cert error once and for all.Josh Rickmar2013-07-101-7/+9
|
* Check if the DOM node is a WebKitDOMHTMLDocument.Josh Rickmar2013-07-101-1/+3
|
* Kill float equality comparisons.Josh Rickmar2013-07-083-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 Rickmar2013-07-082-6/+13
|
* lowercaseDavid Hill2013-07-051-1/+1
|
* mention about:plwlDavid Hill2013-07-051-0/+2
|
* Remove the rest of the unused lib dirs from Makefiles.John C. Vernaleo2013-07-014-7/+0
|
* Remove empty lib directoryYpnose2013-06-301-1/+0
|
* Prepare for release 1.6.1.David Hill2013-06-251-1/+1
|
* remove -lgcrypt from netbsd MakefileDavid Hill2013-06-251-1/+1
|
* fix up netbsd MakefileDavid Hill2013-06-251-0/+2
|
* s/pkg-config/pkgconf/ in freebsd makefileJosh Rickmar2013-06-251-2/+2
|
* Be sure not to malloc nothingJosh Rickmar2013-06-251-0/+4
|
* Sync hsts-preload and add the chromium revision we're last synced toJosh Rickmar2013-06-251-1/+8
|
* Many errors fixed, found by clang static analyzer.Josh Rickmar2013-06-204-29/+46
|
* fix build on NetBSD. From Arnaud DegrooteDavid Hill2013-06-165-151/+50
|
* no longer need to run analyze, just use 'scan-build make'Marco Peereboom2013-06-151-17/+0
|
* Make Linux and OSX Makefiles a little more internally consistant.John C. Vernaleo2013-06-142-2/+2
|
* update .gitignoreDavid Hill2013-06-141-0/+2
|
* Close tab when press+releasing X, not just press downJosh Rickmar2013-06-141-8/+4
|
* manpage cleanup. Mostly from Cody Wright.David Hill2013-06-141-116/+130
|
* remove extra spaceJosh Rickmar2013-06-131-1/+1
|
* support :favadd [title]David Hill2013-06-135-7/+16
|
* Make link hinting case insensitiveJosh Rickmar2013-06-131-1/+8
| | | | Patch from holger@zedat.fu-berlin.de