summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-134-1257/+1142
| | | | | | | | 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-11 22:08:25 by bursa]James Bursa2004-08-113-76/+31
| | | | | | 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-115-3/+9
| | | | | | 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-1117-183/+811
| | | | | | | | | | | 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-096-35/+57
| | | | | | | 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: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: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-097-6/+820
| | | | | | | 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:16:17 by rjw]Richard Wilson2004-08-087-164/+221
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [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 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-071-6/+15
| | | | | | | 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-066-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:19:12 by jmb]John Mark Bell2004-08-061-4/+34
| | | | | | Anchor support svn path=/import/netsurf/; revision=1187
* [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-054-3/+345
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [project @ 2004-08-05 19:27:31 by rjw]Richard Wilson2004-08-053-17/+9
| | | | | | Fix for hotlist toolbar not being updated for directory double clicks. Fix for OS3.7 buffered redraw error masking. Fix for error reporting stopping functionality. svn path=/import/netsurf/; revision=1181
* [project @ 2004-08-03 22:43:38 by bursa]James Bursa2004-08-031-1/+1
| | | | | | Fix width of new pages when scale is not 100%. svn path=/import/netsurf/; revision=1179
* [project @ 2004-08-01 23:58:26 by jmb]John Mark Bell2004-08-011-0/+1
| | | | | | Allow dragging in of CSS files svn path=/import/netsurf/; revision=1176
* [project @ 2004-08-01 13:08:18 by bursa]James Bursa2004-08-011-70/+83
| | | | | | More work on overflow. Modify block centering to left-align when insufficient space. Fix caret positioning for form controls with padding. svn path=/import/netsurf/; revision=1171
* [project @ 2004-07-31 12:56:25 by jmb]John Mark Bell2004-07-312-1/+4
| | | | | | Prevent UnixLib munging suffixes svn path=/import/netsurf/; revision=1169
* [project @ 2004-07-30 23:40:00 by jmb]John Mark Bell2004-07-301-3/+3
| | | | | | | | 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
* [project @ 2004-07-30 18:35:31 by bursa]James Bursa2004-07-301-1/+1
| | | | | | Fix hotlist loading crash. svn path=/import/netsurf/; revision=1166
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-303-1/+14
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-30 16:14:43 by bursa]James Bursa2004-07-301-22/+23
| | | | | | Plug some minor leaks. svn path=/import/netsurf/; revision=1163
* [project @ 2004-07-29 11:40:48 by bursa]James Bursa2004-07-291-165/+361
| | | | | | Rewrite saving to use libxml2. Clean up and simplify loading. svn path=/import/netsurf/; revision=1162
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-282-30/+47
| | | | | | 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
* [project @ 2004-07-28 22:23:34 by bursa]James Bursa2004-07-281-39/+41
| | | | | | Fix double-free, and read from Choices: instead of Choices$Write. svn path=/import/netsurf/; revision=1155
* [project @ 2004-07-27 20:44:46 by jmb]John Mark Bell2004-07-273-14/+156
| | | | | | | Language configuration menu Make adjust clicks on font size arrows style guide compliant svn path=/import/netsurf/; revision=1154
* [project @ 2004-07-27 15:49:28 by bursa]James Bursa2004-07-275-382/+400
| | | | | | 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
* [project @ 2004-07-27 02:34:13 by jmb]John Mark Bell2004-07-271-4/+13
| | | | | | | | 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
* [project @ 2004-07-26 22:23:40 by rjw]Richard Wilson2004-07-266-8/+24
| | | | | | Hotlist toolbar icon shading. Fix for GIF animation artifacts under certain conditions. svn path=/import/netsurf/; revision=1151
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-266-6/+70
| | | | | | 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
* [project @ 2004-07-25 22:47:54 by rjw]Richard Wilson2004-07-252-6/+6
| | | | | | Fix for fix for broken hotlist loading. Removed debug comments from mng.c svn path=/import/netsurf/; revision=1148
* [project @ 2004-07-25 21:45:37 by rjw]Richard Wilson2004-07-251-26/+33
| | | | | | Fix for broken hotlist loading. svn path=/import/netsurf/; revision=1147
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-256-19/+406
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-254-12/+86
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-21 20:02:13 by rjw]Richard Wilson2004-07-215-24/+82
| | | | | | 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
* [project @ 2004-07-21 14:19:21 by joty]John Tytgat2004-07-211-2/+26
| | | | | | Added gui_window_remove_caret() to disown the caret. svn path=/import/netsurf/; revision=1133
* [project @ 2004-07-20 22:20:58 by rjw]Richard Wilson2004-07-202-6/+14
| | | | | | Support for complete buffering of all output. svn path=/import/netsurf/; revision=1132