summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | More useful title info for images.Michael Drake2012-10-2419-142/+197
| | |
* | | Remove no longer correct commentChris Young2012-10-241-1/+0
| | |
* | | Now the graphics.library plotters are feature-complete, use them by default.Chris Young2012-10-242-2/+2
|/ /
* | Greatly increase the space allocated for Area-operation vector storage. The ↵Chris Young2012-10-231-2/+7
| | | | | | | | SVG tiger is now rendering correctly with graphics.library plotting only (no Cairo)
* | Log Area* function errorsChris Young2012-10-231-10/+15
| |
* | graphics.library path plotter initial codeChris Young2012-10-231-16/+114
| |
* | graphics.library arc plotterChris Young2012-10-231-3/+30
|/
* Don't set outline pen - this is what makes AreaFill outline the filled area, ↵Chris Young2012-10-221-14/+0
| | | | which we categorically do not want to happen.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-2234-263/+573
|\
| * add javascript compilation to monkeyVincent Sanders2012-10-221-20/+24
| |
| * add javascript build support to framebufferVincent Sanders2012-10-221-0/+4
| |
| * Revert "Revert "Link against libiconv""John-Mark Bell2012-10-211-1/+1
| | | | | | | | This reverts commit 02996802d92a76f380a9db4d7e138b91d8d06014.
| * Revert "Link against libiconv"John-Mark Bell2012-10-201-1/+1
| | | | | | | | This reverts commit aa3760bd550fe2a625947828fb7847693657aba2.
| * 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
| | | | | | | | (Fixes drag and drop)
| * 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 ↵Michael Drake2012-10-1711-112/+164
| | | | | | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
| * 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
| | |
| * | Update.Michael Drake2012-10-151-0/+0
| | |
* | | Document HOTLIST ARexx commandChris Young2012-10-141-0/+3
| |/ |/|
* | 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
|/
* Remove last notion of bitmap suspension.Michael Drake2012-10-143-37/+2
|
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-1412-200/+79
| | | | convert on demand core image cache.
* Disable thumbnail persistence.Michael Drake2012-10-141-1/+1
|
* Remove special RISC OS handling of thumbnail files. (The feature has been ↵Michael Drake2012-10-141-28/+1
| | | | broken for ages.)
* 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
| | | | Consider m5475 toolchain (new Variable CROSS_COMPILE).
* Redraw favicon when it has been changed.Ole Loots2012-10-133-31/+66
| | | | Improve the window icon / favicon interface.
* Show mouse again after the color popup is ready.Ole Loots2012-10-131-7/+4
|