Commit Graph

1318 Commits

Author SHA1 Message Date
John Mark Bell a6eca8d3e8 [project @ 2004-07-31 12:56:25 by jmb]
Prevent UnixLib munging suffixes

svn path=/import/netsurf/; revision=1169
2004-07-31 12:56:25 +00:00
John Mark Bell 8e650e3e39 [project @ 2004-07-30 23:40:00 by jmb]
Rework stylesheet fetching code to remove dependence on magic numbers (now uses
values defined in html.h)
Make ad blocking optional.

svn path=/import/netsurf/; revision=1168
2004-07-30 23:40:01 +00:00
John Mark Bell d601aa7188 [project @ 2004-07-30 21:53:52 by jmb]
Implement some CSS3 attribute selectors

svn path=/import/netsurf/; revision=1167
2004-07-30 21:53:52 +00:00
James Bursa 999ded28b8 [project @ 2004-07-30 18:35:31 by bursa]
Fix hotlist loading crash.

svn path=/import/netsurf/; revision=1166
2004-07-30 18:35:31 +00:00
Michael Drake 52f4882ee2 [project @ 2004-07-30 17:28:51 by tlsa]
Update interactive help.

svn path=/import/netsurf/; revision=1165
2004-07-30 17:28:52 +00:00
James Bursa 54d25de371 [project @ 2004-07-30 16:16:07 by bursa]
Implement content_quit() and ro_gui_window_quit() to free resources on quit.

svn path=/import/netsurf/; revision=1164
2004-07-30 16:16:07 +00:00
James Bursa f0c6cb6d1a [project @ 2004-07-30 16:14:43 by bursa]
Plug some minor leaks.

svn path=/import/netsurf/; revision=1163
2004-07-30 16:14:44 +00:00
James Bursa f2ebc60ef0 [project @ 2004-07-29 11:40:48 by bursa]
Rewrite saving to use libxml2. Clean up and simplify loading.

svn path=/import/netsurf/; revision=1162
2004-07-29 11:40:48 +00:00
James Bursa 386aba4f59 [project @ 2004-07-28 23:14:04 by bursa]
Update gtk build with gui_init2().

svn path=/import/netsurf/; revision=1161
2004-07-28 23:14:04 +00:00
James Bursa 233f6cc3dd [project @ 2004-07-28 23:13:39 by bursa]
Make debug build compile again.

svn path=/import/netsurf/; revision=1160
2004-07-28 23:13:39 +00:00
James Bursa 0af740f147 [project @ 2004-07-28 23:12:49 by bursa]
Remove png.o from debug builds.

svn path=/import/netsurf/; revision=1159
2004-07-28 23:12:49 +00:00
James Bursa 0f7e16c04f [project @ 2004-07-28 23:07:52 by bursa]
Implement gui_init2() and move RISC OS-specific code in main() to it. Use intro page if option_homepage_url is "".

svn path=/import/netsurf/; revision=1158
2004-07-28 23:07:52 +00:00
James Bursa b65c4d4102 [project @ 2004-07-28 22:38:17 by bursa]
Renamed curl_memdebug() to memdebug_memdebug().

svn path=/import/netsurf/; revision=1157
2004-07-28 22:38:17 +00:00
James Bursa 7114ceadd5 [project @ 2004-07-28 22:35:02 by bursa]
Heap debugging functions and log analysis script.

svn path=/import/netsurf/; revision=1156
2004-07-28 22:35:02 +00:00
James Bursa 3244e3440d [project @ 2004-07-28 22:23:34 by bursa]
Fix double-free, and read from Choices: instead of Choices$Write.

svn path=/import/netsurf/; revision=1155
2004-07-28 22:23:34 +00:00
John Mark Bell 67b0b7be62 [project @ 2004-07-27 20:44:46 by jmb]
Language configuration menu
Make adjust clicks on font size arrows style guide compliant

svn path=/import/netsurf/; revision=1154
2004-07-27 20:44:46 +00:00
James Bursa 534b464bec [project @ 2004-07-27 15:49:28 by bursa]
Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane.

svn path=/import/netsurf/; revision=1153
2004-07-27 15:49:28 +00:00
John Mark Bell d378575d4c [project @ 2004-07-27 02:34:13 by jmb]
Fix redraw issue with themes config
Prevent deselection of all radio icons
Fix read from NULL pointer when setting homepage URL

svn path=/import/netsurf/; revision=1152
2004-07-27 02:34:13 +00:00
Richard Wilson 456077353c [project @ 2004-07-26 22:23:40 by rjw]
Hotlist toolbar icon shading. Fix for GIF animation artifacts under certain conditions.

svn path=/import/netsurf/; revision=1151
2004-07-26 22:23:40 +00:00
Andrew Timmins b59616c9ab [project @ 2004-07-26 20:13:45 by atimmins]
Updated to support new config options (homepage, open on startup).  Bug fixes with new config pane window (sticky selected radio icon bug!).  Also includes up-to-date French templates.

svn path=/import/netsurf/; revision=1150
2004-07-26 20:13:45 +00:00
Andrew Duffell 8e7d298c65 [project @ 2004-07-26 10:17:17 by andrew]
Change 'OK' button to read 'Save' to better reflect its function

svn path=/import/netsurf/; revision=1149
2004-07-26 10:17:17 +00:00
Richard Wilson b0fa41bb11 [project @ 2004-07-25 22:47:54 by rjw]
Fix for fix for broken hotlist loading. Removed debug comments from mng.c

svn path=/import/netsurf/; revision=1148
2004-07-25 22:47:54 +00:00
Richard Wilson 9ff81cb0ee [project @ 2004-07-25 21:45:37 by rjw]
Fix for broken hotlist loading.

svn path=/import/netsurf/; revision=1147
2004-07-25 21:45:37 +00:00
James Bursa 3f60aed17c [project @ 2004-07-25 21:13:45 by bursa]
Replace -lpng with -lmng.

svn path=/import/netsurf/; revision=1146
2004-07-25 21:13:45 +00:00
Richard Wilson 552c373d85 [project @ 2004-07-25 20:48:25 by rjw]
Removed use of libpng library

svn path=/import/netsurf/; revision=1145
2004-07-25 20:48:25 +00:00
Richard Wilson de4d151285 [project @ 2004-07-25 20:45:15 by rjw]
Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes.

svn path=/import/netsurf/; revision=1144
2004-07-25 20:45:16 +00:00
Andrew Timmins b02f6fa9a0 [project @ 2004-07-25 19:25:26 by atimmins]
Updated to support paned config dialog.

svn path=/import/netsurf/; revision=1143
2004-07-25 19:25:26 +00:00
Andrew Timmins ab4ca31552 [project @ 2004-07-25 19:19:46 by atimmins]
Updated to support paned config dialog.

svn path=/import/netsurf/; revision=1142
2004-07-25 19:20:13 +00:00
Andrew Timmins f2410c8642 [project @ 2004-07-25 19:13:38 by atimmins]
Tided up

svn path=/import/netsurf/; revision=1141
2004-07-25 19:13:38 +00:00
John Mark Bell 9625de73bb [project @ 2004-07-25 01:27:16 by jmb]
Fix for Google front page.
There must be a way of doing this which is more generic (otherwise it'll break again under more complex circumstances)

svn path=/import/netsurf/; revision=1140
2004-07-25 01:27:16 +00:00
James Bursa bd86e2be69 [project @ 2004-07-23 16:16:51 by bursa]
Clean up and re-order to HTML specification order. Add a few elements and attributes.

svn path=/import/netsurf/; revision=1139
2004-07-23 16:16:51 +00:00
James Bursa 3e0fb8eb92 [project @ 2004-07-22 12:12:21 by bursa]
Make the riscos_debug build compile again.

svn path=/import/netsurf/; revision=1138
2004-07-22 12:12:21 +00:00
James Bursa 34c2bf9297 [project @ 2004-07-22 12:03:37 by bursa]
Make the gtk build compile again and implement mouse clicks.

svn path=/import/netsurf/; revision=1137
2004-07-22 12:03:37 +00:00
James Bursa a36c561fb0 [project @ 2004-07-21 22:38:18 by bursa]
Updated French resources (by Jerome Mathevet).

svn path=/import/netsurf/; revision=1136
2004-07-21 22:38:18 +00:00
Richard Wilson d89753a11b [project @ 2004-07-21 20:02:13 by rjw]
Less compiler warnings. Fixed create_folder window title indirection from being too small. Support for help keys for greyed out menu items/icons.

svn path=/import/netsurf/; revision=1135
2004-07-21 20:02:13 +00:00
John Tytgat 0383834501 [project @ 2004-07-21 14:20:43 by joty]
brownser_window_go_post() : disown the caret.

svn path=/import/netsurf/; revision=1134
2004-07-21 14:20:43 +00:00
John Tytgat 68de81fe8f [project @ 2004-07-21 14:19:21 by joty]
Added gui_window_remove_caret() to disown the caret.

svn path=/import/netsurf/; revision=1133
2004-07-21 14:19:21 +00:00
Richard Wilson 7d1a21d758 [project @ 2004-07-20 22:20:58 by rjw]
Support for complete buffering of all output.

svn path=/import/netsurf/; revision=1132
2004-07-20 22:20:58 +00:00
John Mark Bell e459eb604e [project @ 2004-07-20 21:38:42 by jmb]
Fix typo

svn path=/import/netsurf/; revision=1131
2004-07-20 21:38:42 +00:00
John Mark Bell ca540bea58 [project @ 2004-07-20 21:37:35 by jmb]
Remove duplicate RMLoad

svn path=/import/netsurf/; revision=1130
2004-07-20 21:37:35 +00:00
Richard Wilson 6ee54bec7a [project @ 2004-07-20 20:02:59 by rjw]
Fix for buffered text plotting. GUI control over font blending and buffering.

svn path=/import/netsurf/; revision=1129
2004-07-20 20:02:59 +00:00
Andrew Timmins 3a7261fa10 [project @ 2004-07-20 17:39:23 by atimmins]
Updated to allow for testing NCNetSurf on RISC OS

svn path=/import/netsurf/; revision=1128
2004-07-20 17:39:24 +00:00
Andrew Timmins 28475cd7d7 [project @ 2004-07-20 17:32:13 by atimmins]
Updated to allow for testing NCNetSurf on RISC OS

svn path=/import/netsurf/; revision=1127
2004-07-20 17:32:13 +00:00
James Bursa f40918e0c9 [project @ 2004-07-20 11:30:03 by bursa]
Key presses are now an int.

svn path=/import/netsurf/; revision=1126
2004-07-20 11:30:03 +00:00
James Bursa e010f372fb [project @ 2004-07-20 11:29:06 by bursa]
New target for NCOS build.

svn path=/import/netsurf/; revision=1125
2004-07-20 11:29:06 +00:00
Andrew Duffell 1328f70e8c [project @ 2004-07-20 10:59:05 by andrew]
Added new config icons for proxy and themes. (some code needs editing for these to work)

svn path=/import/netsurf/; revision=1124
2004-07-20 10:59:05 +00:00
Richard Wilson 7f089d63cf [project @ 2004-07-20 00:19:20 by rjw]
Support for 16bpp and 32bpp screenmodes. Removed debug code. Improved memory calculations.

svn path=/import/netsurf/; revision=1123
2004-07-20 00:19:20 +00:00
Richard Wilson c86876257a [project @ 2004-07-19 23:38:57 by rjw]
Undo accidental change

svn path=/import/netsurf/; revision=1122
2004-07-19 23:38:57 +00:00
Richard Wilson d18f4397c7 [project @ 2004-07-19 23:35:12 by rjw]
Double buffering for animations to remove flicker. Background font blending turned on by default.

svn path=/import/netsurf/; revision=1121
2004-07-19 23:35:12 +00:00
John Tytgat 2fedec98f9 [project @ 2004-07-19 20:59:10 by joty]
Warning squashing.

svn path=/import/netsurf/; revision=1120
2004-07-19 20:59:10 +00:00