summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate flagchris/idn-punycodeChris Young2014-03-151-1/+1
* Tweak amiga makefileChris Young2014-03-151-1/+2
* Add IDN to gtk buildChris Young2014-03-132-4/+8
* Enable IDN as an option so we aren't forced to have the library (no AUTO yet)Chris Young2014-03-132-4/+9
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/idn...Chris Young2014-03-134-17/+31
|\
| * Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-133-14/+28
| * Remove debug logging.Michael Drake2014-03-101-2/+0
| * Ensure we get gadget from correct box.Michael Drake2014-03-101-1/+1
| * Add some logging.Michael Drake2014-03-101-2/+4
* | Use libidn2 instead, as it conforms to the IDNA2008 specification.Chris Young2014-03-122-6/+6
* | Remove unneeded includesChris Young2014-03-121-2/+0
* | Remove custom punycode routinesChris Young2014-03-124-416/+2
* | Don't convert to UTF-8 - URLs initiated by the browser are already UTF-8.Chris Young2014-03-121-11/+8
* | Move the punycoding down so it only affects the host.Chris Young2014-03-121-12/+13
* | Use libidn instead.Chris Young2014-03-112-9/+14
* | Move punycode into own function and treat each part of the FQDN separatelyChris Young2014-03-111-23/+74
* | Somewhat working punycodeChris Young2014-03-111-9/+17
* | Working punycoderChris Young2014-03-101-9/+8
* | Completely broken punycodingChris Young2014-03-101-0/+17
* | Build punycode codeChris Young2014-03-103-1/+7
* | Punycode reference implementation from RFC3492Chris Young2014-03-102-0/+347
* | Do not URL encode host or schemeChris Young2014-03-101-1/+2
|/
* Improve llcache header processingVincent Sanders2014-03-091-7/+22
* only try and cache http and https urlsVincent Sanders2014-03-091-7/+28
* remove unnecessary caching of whether a url has a query elementVincent Sanders2014-03-091-10/+1
* make nsurl_defragment() API more obvious and remove duplicated parameter chec...Vincent Sanders2014-03-093-21/+17
* fixup missing includes from schedule changesVincent Sanders2014-03-096-6/+14
* move scheduleing into browser operation tableVincent Sanders2014-03-0950-514/+703
* Disable the dither option if we're running on a screen which doesn't use it.Chris Young2014-03-012-5/+10
* Improve explanations a little, provide fallback.Michael Drake2014-02-271-6/+19
* Add quick start guide to using env.shMichael Drake2014-02-261-0/+53
* Make llcache debugging less invasiveVincent Sanders2014-02-211-67/+33
* Witespace cleanup to prepare for backing store additionVincent Sanders2014-02-211-122/+121
* beos: Fix buildFrançois Revol2014-02-201-1/+1
* Return 1 if help closed.Chris Young2014-02-192-1/+2
* Re-apply some of my previous changesChris Young2014-02-191-0/+7
* Updated amigaguide.class from Daniel JedlickaChris Young2014-02-191-89/+87
* Rename function arguments to avoid using 'new'.Michael Drake2014-02-192-13/+16
* Gadgets can exisit outside forms, so now they store their own ref to the cont...Michael Drake2014-02-175-29/+15
* Fix unchecked return. Coverity #1175740.Michael Drake2014-02-171-1/+5
* Fix redraw when selections are deleted.Michael Drake2014-02-171-10/+30
* GTK: add some support for input methods.John-Mark Bell2014-02-173-19/+109
* GTK: more endian fixes for bitmap conversion.John-Mark Bell2014-02-161-4/+48
* GTK: fix pre-multiplication of alpha.John-Mark Bell2014-02-161-3/+3
* GTK: make image component manipulation endian-safe.John-Mark Bell2014-02-161-41/+50
* Remove unused includes.Michael Drake2014-02-151-16/+0
* Remove unused includes.Michael Drake2014-02-151-2/+0
* Remove a load of unused includes.Michael Drake2014-02-151-9/+0
* More build fixing.Michael Drake2014-02-152-2/+2
* Fix build.Michael Drake2014-02-151-2/+2