about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #139 from mexicarne/master HEAD masterMarco Peereboom2016-05-061-5/+5
|\ | | | | Fix build on FreeBSD
| * Fix build on FreeBSDRuslan Makhmatkhanov2016-05-061-5/+5
|/ | | | | This is a patch from https://github.com/conformal/xombrero/issues/131 by @cadadr.
* Merge pull request #133 from foolswood/correct_wiki_linkMarco Peereboom2016-04-213-3/+3
|\ | | | | Update wiki links
| * Update wiki linksDavid Honour2016-04-213-3/+3
|/
* Merge pull request #88 from nicolasdanelon/patch-1marcopeereboom2015-04-091-2/+2
|\ | | | | fix for gtk-warning
| * fix for gtk-warningNicolas Danelon2015-03-261-2/+2
|/ | | | (xombrero:3116): Gtk-WARNING **: Theme parsing error: xombrero.css:28:11: Not using units is deprecated. Assuming 'px'. (xombrero:3116): Gtk-WARNING **: Theme parsing error: xombrero.css:29:10: Not using units is deprecated. Assuming 'px'.
* xtp-meaning freed memory usage fixWalther Maldonado2015-02-173-34/+31
|
* Prepare for release 1.6.4.David Hill2015-02-171-1/+1
|
* work around css issuesMarco Peereboom2015-02-131-49/+2
|
* playtimeMarco Peereboom2015-02-121-5/+6
|
* Revert "make colors somewhate work"Marco Peereboom2015-02-121-2/+2
| | | | This reverts commit f36afd122e66b4a505509a2e28129fe5e713f728.
* deal with deprecated callMarco Peereboom2015-02-121-1/+2
|
* make colors somewhate workMarco Peereboom2015-01-081-2/+2
|
* don't move cursor before : or ?; from someone on IRCMarco Peereboom2014-12-201-0/+4
|
* Catch OSX Makefile up with linux.John C. Vernaleo2014-12-011-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 filesHeiko Engel2014-11-271-0/+4
|
* Set DXT_DS_RESOURCE_DIR as RESDIR in Makefile.John C. Vernaleo2014-07-018-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) perader2014-05-022-0/+22
| | | | https://github.com/conformal/xombrero/issues/61
* Match recent FreeBSD Makefile fix in dragonfly Makefile.John C. Vernaleo2014-03-251-0/+1
|
* update FreeBSD Makefile solve issue if share dir dneWaitman Gobble2014-03-241-0/+1
|
* 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
* 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.