Chris Young
|
df70c7daa3
|
Ensure stack size is at least 128KB
|
2012-10-19 20:27:10 +01:00 |
John-Mark Bell
|
8136ad44a9
|
Fix links.
|
2012-10-19 00:41:19 +01:00 |
Ole Loots
|
c528d10864
|
Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined.
|
2012-10-19 00:14:11 +02:00 |
Ole Loots
|
7d18cf2b41
|
Use malloc instead of alloca.
|
2012-10-19 00:07:37 +02:00 |
Ole Loots
|
004e61e138
|
Use malloc instead of alloca.
(Fixes drag and drop)
|
2012-10-18 23:21:33 +02:00 |
Vincent Sanders
|
a1d052399a
|
fix warnings
|
2012-10-18 10:40:53 +01:00 |
Vincent Sanders
|
f18bbd48c7
|
Improve error handling in html content
|
2012-10-17 21:52:43 +01:00 |
Michael Drake
|
35eb251244
|
Fix "error setting certificate verify locations" problem when the Choices file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
|
2012-10-17 14:20:18 +01:00 |
Michael Drake
|
26ac642ef9
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-10-17 11:42:27 +01:00 |
Michael Drake
|
0c0b263b29
|
Add some startup logging.
|
2012-10-17 11:41:25 +01:00 |
Chris Young
|
f0a568b861
|
remove standalone code which no longer compiles
|
2012-10-16 22:12:12 +01:00 |
Chris Young
|
ca555e7fd1
|
remove extraneous linefeeds
|
2012-10-16 22:10:49 +01:00 |
Michael Drake
|
e3261a38e2
|
Document messages_load behaviour.
|
2012-10-16 22:01:55 +01:00 |
Michael Drake
|
e2bde3482b
|
Remove double ;.
|
2012-10-16 18:36:34 +01:00 |
Michael Drake
|
88dd7c3709
|
Fix url encoded query generation, when there's no name/value pairs.
|
2012-10-16 18:32:14 +01:00 |
Michael Drake
|
c41ff369ff
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-10-15 19:41:13 +01:00 |
Michael Drake
|
fe3582667c
|
Update.
|
2012-10-15 19:40:13 +01:00 |
Vincent Sanders
|
b40fd3a88a
|
use correct flags with cp for mac os directory copying
|
2012-10-15 16:15:14 +01:00 |
Vincent Sanders
|
42657ea9a4
|
bodge the makefile version extraction.
|
2012-10-15 16:04:51 +01:00 |
Vincent Sanders
|
248fc0acc9
|
add packaging objects to clean target
|
2012-10-15 15:49:52 +01:00 |
Vincent Sanders
|
c9fe400353
|
remove -a from cp command as mac os x 10.5 cp does not have the switch
|
2012-10-15 15:11:15 +01:00 |
Chris Young
|
094b866388
|
Document HOTLIST ARexx command
|
2012-10-14 23:17:05 +01:00 |
Chris Young
|
1fd2e1effa
|
Add ARexx commands HOTLIST OPEN and HOTLIST CLOSE
|
2012-10-14 23:10:09 +01:00 |
Chris Young
|
b7c9b57064
|
attempt to avoid a crash during font scanning
|
2012-10-14 23:01:13 +01:00 |
Chris Young
|
436f5d659f
|
for native builds, temporarily revert usage of pkg-config for cairo detection
|
2012-10-14 22:59:39 +01:00 |
Michael Drake
|
4938723896
|
Remove last notion of bitmap suspension.
|
2012-10-14 20:17:17 +01:00 |
Michael Drake
|
d88a839937
|
Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache.
|
2012-10-14 20:03:18 +01:00 |
Michael Drake
|
dbed8312c8
|
Disable thumbnail persistence.
|
2012-10-14 19:13:07 +01:00 |
Michael Drake
|
827d063c6b
|
Remove special RISC OS handling of thumbnail files. (The feature has been broken for ages.)
|
2012-10-14 19:11:35 +01:00 |
Michael Drake
|
8dd8330eee
|
Remove unused #ifdef riscos.
|
2012-10-14 19:10:39 +01:00 |
Michael Drake
|
53b51c8083
|
Add newline at end of file.
|
2012-10-14 18:32:15 +01:00 |
Ole Loots
|
05e71dc142
|
Add optional use of STACK & STRIP Variables.
|
2012-10-14 00:03:59 +02:00 |
Chris Young
|
e56b72da5e
|
appears that we don't actually need to use dynamic linking for cairo
|
2012-10-13 22:42:19 +01:00 |
Ole Loots
|
61a2b8ddc4
|
Strip the resulting executable, also update stack size.
Consider m5475 toolchain (new Variable CROSS_COMPILE).
|
2012-10-13 22:50:55 +02:00 |
Ole Loots
|
fa7048d66d
|
Redraw favicon when it has been changed.
Improve the window icon / favicon interface.
|
2012-10-13 22:25:10 +02:00 |
Ole Loots
|
221cd56826
|
Show mouse again after the color popup is ready.
|
2012-10-13 22:23:19 +02:00 |
Chris Young
|
340e958ebc
|
remove unneeded manual cairo ldflags etc
|
2012-10-13 20:49:16 +01:00 |
Chris Young
|
6be1ba6097
|
auto-detect cairo
|
2012-10-13 20:45:51 +01:00 |
Chris Young
|
266b37fc37
|
use pkgconfig
|
2012-10-13 15:25:15 +01:00 |
Chris Young
|
8d6c2a2a4d
|
allow cross-compiling Cairo build
|
2012-10-13 15:15:58 +01:00 |
Chris Young
|
f386b2fc65
|
don't need libcares
|
2012-10-12 19:44:39 +01:00 |
Chris Young
|
ee590763c6
|
use libtre instead of libregex for native builds, same as cross-compile
|
2012-10-12 19:38:47 +01:00 |
Michael Drake
|
4fccdf18f3
|
Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.
|
2012-10-12 16:21:29 +01:00 |
Chris Young
|
e7e3329767
|
Preserve the executable attribute, and ensure we copy the correct binary in all scenarios
|
2012-10-11 21:33:49 +01:00 |
Daniel Silverstone
|
fa660c24e8
|
Remove unnecessary libxml includes from GTK includes
|
2012-10-11 20:48:06 +01:00 |
Daniel Silverstone
|
fdba0bd72c
|
Fix document leak in encoding change handler
|
2012-10-11 20:43:46 +01:00 |
Chris Young
|
d0665a1af6
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-10-11 20:13:59 +01:00 |
Chris Young
|
a5bd3d112c
|
fix warnings
|
2012-10-11 20:13:38 +01:00 |
Michael Drake
|
df3f1237c7
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2012-10-11 20:12:59 +01:00 |
Michael Drake
|
672fa0a8e2
|
Make url_{get|reform|destroy}_components static.
|
2012-10-11 20:12:06 +01:00 |