summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-1411-435/+413
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-14 12:57:00 by joty]John Tytgat2004-08-1414-81/+91
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-08-14 12:44:17 by joty]John Tytgat2004-08-141-1/+0
| | | | | | Removed useless current_zoom_gui variable. svn path=/import/netsurf/; revision=1229
* [project @ 2004-08-14 12:18:24 by joty]John Tytgat2004-08-141-118/+111
| | | | | | Adopt the house identation rules (part 2). svn path=/import/netsurf/; revision=1228
* [project @ 2004-08-14 12:16:44 by joty]John Tytgat2004-08-143-18/+18
| | | | | | Keypresses are wchar_t typed data. svn path=/import/netsurf/; revision=1227
* [project @ 2004-08-14 10:02:45 by andrew]Andrew Duffell2004-08-141-0/+0
| | | | | | Added small MNG and JNG file type icons. svn path=/import/netsurf/; revision=1226
* [project @ 2004-08-14 00:32:31 by rjw]Richard Wilson2004-08-145-5/+12
| | | | | | Changes for Tinct printing support svn path=/import/netsurf/; revision=1225
* [project @ 2004-08-13 19:29:53 by jmb]John Mark Bell2004-08-131-2/+0
| | | | | | Remove spurious commands svn path=/import/netsurf/; revision=1224
* [project @ 2004-08-13 16:59:42 by jmb]John Mark Bell2004-08-131-6/+6
| | | | | | Improve column spacing svn path=/import/netsurf/; revision=1223
* [project @ 2004-08-13 15:47:44 by jmb]John Mark Bell2004-08-131-4/+4
| | | | | | Revert last changes svn path=/import/netsurf/; revision=1222
* [project @ 2004-08-13 15:31:46 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Helps if you prevent it breaking first svn path=/import/netsurf/; revision=1221
* [project @ 2004-08-13 15:27:17 by jmb]John Mark Bell2004-08-131-1/+1
| | | | | | Force make clean svn path=/import/netsurf/; revision=1220
* [project @ 2004-08-13 15:14:36 by jmb]John Mark Bell2004-08-131-0/+2
| | | | | | Poke some more svn path=/import/netsurf/; revision=1219
* [project @ 2004-08-13 14:36:28 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Revert last change svn path=/import/netsurf/; revision=1218
* [project @ 2004-08-13 14:21:47 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Poke autobuilder svn path=/import/netsurf/; revision=1217
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-136-1267/+1145
| | | | | | | | Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
* [project @ 2004-08-12 12:08:39 by bursa]James Bursa2004-08-121-5/+5
| | | | | | Fix various history functions to check for history->current. svn path=/import/netsurf/; revision=1215
* [project @ 2004-08-12 10:46:15 by andrew]Andrew Duffell2004-08-121-0/+0
| | | | | | Initial MNG and JNG icons to get rid of those nasty '?' icons. 32K alpha, large icons only ATM. svn path=/import/netsurf/; revision=1214
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-1112-183/+132
| | | | | | Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213
* [project @ 2004-08-11 21:36:30 by jmb]John Mark Bell2004-08-113-7/+28
| | | | | | Make message handling more robust svn path=/import/netsurf/; revision=1212
* [project @ 2004-08-11 19:02:32 by bursa]James Bursa2004-08-1111-28/+114
| | | | | | Start work on removing instances and making content types non-shareable. Clean up some #includes. svn path=/import/netsurf/; revision=1211
* [project @ 2004-08-11 16:38:04 by jmb]John Mark Bell2004-08-114-4/+5
| | | | | | Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210
* [project @ 2004-08-11 16:27:30 by jmb]John Mark Bell2004-08-111-1/+1
| | | | | | Cast correctly for url_nice - missed from url function work a couple of days ago svn path=/import/netsurf/; revision=1209
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-1121-194/+825
| | | | | | | | | | | Make content_redraw return a bool Printing of foreground images now uses OS_SpriteOp Printing of background images disabled Mega-paranoid SWI result checking in htmlredraw.c Rearranged GIF data structure slightly - updates to reflect this. Other stuff I've probably forgotten svn path=/import/netsurf/; revision=1208
* [project @ 2004-08-09 17:04:32 by jmb]John Mark Bell2004-08-091-3/+7
| | | | | | | | Fix rectangle positioning bug which resulted in garbage printouts. Break out hard-coded scale factor Protect against invalid memory access. svn path=/import/netsurf/; revision=1207
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-0916-197/+273
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-09 09:05:34 by jmb]John Mark Bell2004-08-091-1/+2
| | | | | | Ignore dataloadack unless we actually expected it svn path=/import/netsurf/; revision=1205
* [project @ 2004-08-09 07:38:13 by jmb]John Mark Bell2004-08-092-2/+2
| | | | | | Update svn path=/import/netsurf/; revision=1204
* [project @ 2004-08-09 07:37:29 by jmb]John Mark Bell2004-08-091-0/+2
| | | | | | Checkin missing config.h update svn path=/import/netsurf/; revision=1203
* [project @ 2004-08-09 07:07:20 by jmb]John Mark Bell2004-08-091-19/+28
| | | | | | Unbreak ncos build. Warning - not very nice svn path=/import/netsurf/; revision=1202
* [project @ 2004-08-09 06:50:46 by jmb]John Mark Bell2004-08-091-1/+1
| | | | | | Update makefile for printing support svn path=/import/netsurf/; revision=1201
* [project @ 2004-08-09 06:29:46 by jmb]John Mark Bell2004-08-091-0/+5
| | | | | | Ignore shaded text inputs when finding a place for the caret svn path=/import/netsurf/; revision=1200
* [project @ 2004-08-09 06:28:56 by jmb]John Mark Bell2004-08-0911-8/+826
| | | | | | | Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199
* [project @ 2004-08-09 06:25:10 by jmb]John Mark Bell2004-08-091-5/+7
| | | | | | Fix for background colour redraw when background images are turned off svn path=/import/netsurf/; revision=1198
* [project @ 2004-08-08 20:17:23 by rjw]Richard Wilson2004-08-082-193/+0
| | | | | | Removal of Tinct and documentation. Now available at www.tinct.net. svn path=/import/netsurf/; revision=1197
* [project @ 2004-08-08 20:16:17 by rjw]Richard Wilson2004-08-088-166/+224
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [project @ 2004-08-08 19:13:40 by bursa]James Bursa2004-08-083-86/+166
| | | | | | Fix form submitting with an empty file upload. Update form_textarea_value(). Purge xcalloc() etc from form.c and handle memory exhaustion. svn path=/import/netsurf/; revision=1195
* [project @ 2004-08-08 11:45:28 by joty]John Tytgat2004-08-081-3/+4
| | | | | | Minor change : update comment + explicit cast. svn path=/import/netsurf/; revision=1194
* [project @ 2004-08-08 11:39:31 by joty]John Tytgat2004-08-084-0/+5
| | | | | | | Explicit #include of some header files to avoid Norcroft depth 8 limitation when using UnixLib version currently at CVS trunk. svn path=/import/netsurf/; revision=1193
* [project @ 2004-08-07 15:37:21 by tlsa]Michael Drake2004-08-072-2/+2
| | | | | | Update interactive help for Search toolbar button. svn path=/import/netsurf/; revision=1192
* [project @ 2004-08-07 12:58:46 by jmb]John Mark Bell2004-08-071-0/+4
| | | | | | Handle malloc failure svn path=/import/netsurf/; revision=1191
* [project @ 2004-08-07 01:43:43 by jmb]John Mark Bell2004-08-073-12/+23
| | | | | | | Add search menu entry. Update messages files svn path=/import/netsurf/; revision=1190
* [project @ 2004-08-06 23:45:21 by rjw]Richard Wilson2004-08-068-96/+115
| | | | | | Scale view window are now persistent. Fix for incorrect buffering option saving. Background images extend to the full window dimensions. svn path=/import/netsurf/; revision=1189
* [project @ 2004-08-06 22:20:36 by jmb]John Mark Bell2004-08-061-4/+6
| | | | | | Make the likes of <a href="#foo"> work svn path=/import/netsurf/; revision=1188
* [project @ 2004-08-06 22:19:12 by jmb]John Mark Bell2004-08-065-57/+178
| | | | | | Anchor support svn path=/import/netsurf/; revision=1187
* [project @ 2004-08-06 21:16:03 by jmb]John Mark Bell2004-08-061-1/+2
| | | | | | Fix bug in merging of selector lists svn path=/import/netsurf/; revision=1186
* [project @ 2004-08-05 23:10:24 by rjw]Richard Wilson2004-08-053-16/+33
| | | | | | Added home and search toolbar buttons. Fixed homepage menu entry to open in same window. svn path=/import/netsurf/; revision=1185
* [project @ 2004-08-05 22:38:26 by jmb]John Mark Bell2004-08-051-10/+12
| | | | | | Fix bug relating to window contents changing svn path=/import/netsurf/; revision=1184
* [project @ 2004-08-05 22:03:56 by jmb]John Mark Bell2004-08-054-108/+192
| | | | | | Tidy up and bugfix search implementation svn path=/import/netsurf/; revision=1183
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-058-4/+348
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182