summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Link against libiconvJohn-Mark Bell2012-10-201-1/+1
* Ensure stack size is at least 128KBChris Young2012-10-191-0/+1
* Fix links.John-Mark Bell2012-10-193-10/+10
* Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined.Ole Loots2012-10-192-6/+50
* Use malloc instead of alloca.Ole Loots2012-10-191-1/+4
* Use malloc instead of alloca.Ole Loots2012-10-181-12/+17
* fix warningsVincent Sanders2012-10-181-6/+12
* Improve error handling in html contentVincent Sanders2012-10-176-64/+255
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-1711-112/+164
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-171-30/+3
|\
| * remove standalone code which no longer compilesChris Young2012-10-161-27/+0
| * remove extraneous linefeedsChris Young2012-10-161-3/+3
* | Add some startup logging.Michael Drake2012-10-172-0/+5
|/
* Document messages_load behaviour.Michael Drake2012-10-161-0/+4
* Remove double ;.Michael Drake2012-10-161-1/+1
* Fix url encoded query generation, when there's no name/value pairs.Michael Drake2012-10-161-4/+5
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-154-16/+50
|\
| * use correct flags with cp for mac os directory copyingVincent Sanders2012-10-151-4/+8
| * bodge the makefile version extraction.Vincent Sanders2012-10-151-1/+2
| * add packaging objects to clean targetVincent Sanders2012-10-151-0/+12
| * remove -a from cp command as mac os x 10.5 cp does not have the switchVincent Sanders2012-10-151-1/+1
| * Add ARexx commands HOTLIST OPEN and HOTLIST CLOSEChris Young2012-10-141-2/+17
| * attempt to avoid a crash during font scanningChris Young2012-10-141-8/+10
| * for native builds, temporarily revert usage of pkg-config for cairo detectionChris Young2012-10-141-4/+4
* | Update.Michael Drake2012-10-151-0/+0
|/
* Remove last notion of bitmap suspension.Michael Drake2012-10-143-37/+2
* Remove suspension of bmp/gif images. It's completely redundant with the conv...Michael Drake2012-10-1412-200/+79
* Disable thumbnail persistence.Michael Drake2012-10-141-1/+1
* Remove special RISC OS handling of thumbnail files. (The feature has been br...Michael Drake2012-10-141-28/+1
* Remove unused #ifdef riscos.Michael Drake2012-10-141-4/+0
* Add newline at end of file.Michael Drake2012-10-141-1/+1
* Add optional use of STACK & STRIP Variables.Ole Loots2012-10-141-10/+12
* appears that we don't actually need to use dynamic linking for cairoChris Young2012-10-131-1/+0
* Strip the resulting executable, also update stack size.Ole Loots2012-10-131-13/+14
* Redraw favicon when it has been changed.Ole Loots2012-10-133-31/+66
* Show mouse again after the color popup is ready.Ole Loots2012-10-131-7/+4
* remove unneeded manual cairo ldflags etcChris Young2012-10-131-2/+2
* auto-detect cairoChris Young2012-10-133-8/+10
* use pkgconfigChris Young2012-10-131-2/+4
* allow cross-compiling Cairo buildChris Young2012-10-131-1/+7
* don't need libcaresChris Young2012-10-121-2/+2
* use libtre instead of libregex for native builds, same as cross-compileChris Young2012-10-121-2/+4
* Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.Michael Drake2012-10-126-109/+228
* Preserve the executable attribute, and ensure we copy the correct binary in a...Chris Young2012-10-111-1/+1
* Remove unnecessary libxml includes from GTK includesDaniel Silverstone2012-10-112-2/+0
* Fix document leak in encoding change handlerDaniel Silverstone2012-10-111-0/+3
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-114-225/+231
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-111-1/+24
| |\
| * | Make url_{get|reform|destroy}_components static.Michael Drake2012-10-112-196/+191
| * | Make form_url_encode static.Michael Drake2012-10-112-3/+1