summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-11-04 01:19:46 by rjw]Richard Wilson2004-11-041-18/+5
| | | | | | Toolbar separator icons are now displayed. svn path=/import/netsurf/; revision=1342
* [project @ 2004-11-03 23:27:15 by bursa]James Bursa2004-11-031-1/+1
| | | | | | Fix printing and improve error handling during printing. svn path=/import/netsurf/; revision=1341
* [project @ 2004-11-03 02:29:01 by rjw]Richard Wilson2004-11-031-1/+11
| | | | | | Changing screenmodes causes font handles to be refound. svn path=/import/netsurf/; revision=1338
* [project @ 2004-10-17 22:13:34 by jmb]John Mark Bell2004-10-171-0/+13
| | | | | | Lose hard-coded stylesheet URLs. svn path=/import/netsurf/; revision=1323
* [project @ 2004-10-01 21:33:20 by jmb]John Mark Bell2004-10-011-7/+7
| | | | | | Oops, missed this from last checkin. svn path=/import/netsurf/; revision=1298
* [project @ 2004-10-01 00:06:49 by jmb]John Mark Bell2004-10-011-1/+1
| | | | | | Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296
* [project @ 2004-09-29 20:13:42 by jmb]John Mark Bell2004-09-291-1/+1
| | | | | | | Write heuristically-generated font names to choices file - should speed up program load a bit. Heuristic is re-run each time the choices file is saved. svn path=/import/netsurf/; revision=1294
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-271-14/+71
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-09-24 23:52:40 by jmb]John Mark Bell2004-09-241-0/+3
| | | | | | German translation support (needs templates et al.) svn path=/import/netsurf/; revision=1282
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-131-0/+6
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-09-07 23:14:31 by rjw]Richard Wilson2004-09-071-1/+1
| | | | | | Norcroft fix and update relating to CVS filename change svn path=/import/netsurf/; revision=1272
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-27/+12
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-26 22:58:19 by joty]John Tytgat2004-08-261-6/+8
| | | | | | | warn_user() : made warn_buffer static local. die() : a too long error message is now correctly NUL terminated; got rid of static variable. svn path=/import/netsurf/; revision=1251
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-9/+9
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-131-1/+24
| | | | | | | | 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-11 21:36:30 by jmb]John Mark Bell2004-08-111-3/+1
| | | | | | Make message handling more robust svn path=/import/netsurf/; revision=1212
* [project @ 2004-08-11 16:38:04 by jmb]John Mark Bell2004-08-111-2/+1
| | | | | | Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210
* [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 06:28:56 by jmb]John Mark Bell2004-08-091-2/+44
| | | | | | | 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-08 20:16:17 by rjw]Richard Wilson2004-08-081-1/+5
| | | | | | Internal changes for theme handling. Tinct is now an external resource. svn path=/import/netsurf/; revision=1196
* [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-07-31 12:56:25 by jmb]John Mark Bell2004-07-311-0/+3
| | | | | | Prevent UnixLib munging suffixes svn path=/import/netsurf/; revision=1169
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-301-1/+2
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-281-29/+46
| | | | | | 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-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-3/+11
| | | | | | 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 20:45:15 by rjw]Richard Wilson2004-07-251-0/+2
| | | | | | 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-251-1/+1
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-18 22:58:40 by jmb]John Mark Bell2004-07-181-4/+3
| | | | | | Remove unused variable from gui_init. Correctly apostrophise don't before Chocky complains. svn path=/import/netsurf/; revision=1101
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-3/+22
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-1/+1
| | | | | | Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
* [project @ 2004-07-17 23:32:08 by bursa]James Bursa2004-07-171-50/+0
| | | | | | Rewrite and simplify mouse click handling. svn path=/import/netsurf/; revision=1094
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-280/+303
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-0/+10
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-07-13 20:08:53 by rjw]Richard Wilson2004-07-131-1/+12
| | | | | | Adjust click on the iconbar icon opens the hotlist, Shift+Adjust opens the debug window. svn path=/import/netsurf/; revision=1075
* [project @ 2004-07-08 17:28:56 by rjw]Richard Wilson2004-07-081-0/+4
| | | | | | Save window cancel button implementation. Persistant child window handling. svn path=/import/netsurf/; revision=1056
* [project @ 2004-07-07 22:09:26 by rjw]Richard Wilson2004-07-071-1/+3
| | | | | | Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-2/+3
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-07-04 18:44:51 by rjw]Richard Wilson2004-07-041-1/+8
| | | | | | Loading/saving of hotlists. Initial work for hotlist menu. svn path=/import/netsurf/; revision=1046
* [project @ 2004-07-04 14:59:29 by rjw]Richard Wilson2004-07-041-0/+11
| | | | | | Futher hotlst development. Minor GUI tweaks. svn path=/import/netsurf/; revision=1044
* [project @ 2004-07-03 17:30:27 by rjw]Richard Wilson2004-07-031-1/+8
| | | | | | Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-10/+15
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-28 23:57:26 by jmb]John Mark Bell2004-06-281-2/+1
| | | | | | Correct behaviour of unknown URL launching mechanism. the ANT load never occurred. svn path=/import/netsurf/; revision=1025
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-271-15/+11
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-6/+1
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-18 17:03:22 by bursa]James Bursa2004-06-181-2/+2
| | | | | | Also warn user if Inet$Resolvers is set but empty. svn path=/import/netsurf/; revision=978
* [project @ 2004-06-11 12:19:56 by bursa]James Bursa2004-06-111-2/+2
| | | | | | New "About NetSurf" page, and menu item to open it. svn path=/import/netsurf/; revision=960
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-5/+5
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-1/+10
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-09 21:04:45 by bursa]James Bursa2004-06-091-1/+7
| | | | | | Log value of Inet$Resolvers. svn path=/import/netsurf/; revision=943
* [project @ 2004-06-08 21:35:28 by joty]John Tytgat2004-06-081-137/+146
| | | | | | Buffer overflow checks. Reident. svn path=/import/netsurf/; revision=937